MCPcopy Create free account
hub / github.com/OGRECave/ogre / hasGpuProgram

Method hasGpuProgram

OgreMain/src/OgrePass.cpp:831–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829 }
830
831 bool Pass::hasGpuProgram(GpuProgramType programType) const {
832 return getProgramUsage(programType) != NULL;
833 }
834 const GpuProgramPtr& Pass::getGpuProgram(GpuProgramType programType) const
835 {
836 OGRE_LOCK_MUTEX(mGpuProgramChangeMutex);

Callers 5

TEST_FFunction · 0.80
_setPassMethod · 0.80
collectPassesMethod · 0.80
checkHardwareSupportMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64