MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getComputeProgramParameters

Method getComputeProgramParameters

OgreMain/src/OgrePass.cpp:1134–1138  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1132 }
1133 //-----------------------------------------------------------------------
1134 GpuProgramParametersSharedPtr Pass::getComputeProgramParameters() const
1135 {
1136 OGRE_LOCK_MUTEX( mGpuProgramChangeMutex );
1137 return mComputeProgramUsage->getParameters();
1138 }
1139 //-----------------------------------------------------------------------
1140 const GpuProgramPtr &Pass::getComputeProgram() const
1141 {

Callers 1

Calls 1

getParametersMethod · 0.80

Tested by

no test coverage detected