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

Method getLoadingState

OgreMain/src/OgreUnifiedHighLevelGpuProgram.cpp:315–321  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

313 }
314 //-----------------------------------------------------------------------
315 Resource::LoadingState UnifiedHighLevelGpuProgram::getLoadingState() const
316 {
317 if( auto& d = _getDelegate() )
318 return d->getLoadingState();
319 else
320 return Resource::LOADSTATE_UNLOADED;
321 }
322 //-----------------------------------------------------------------------
323 size_t UnifiedHighLevelGpuProgram::getSize() const
324 {

Callers 2

loadResourceMethod · 0.80
getSkeletonDefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected