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

Method getCustomAttribute

OgreMain/src/OgreRenderSystem.cpp:1439–1443  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1437 }
1438 //---------------------------------------------------------------------
1439 void RenderSystem::getCustomAttribute( const String &name, void *pData )
1440 {
1441 OGRE_EXCEPT( Exception::ERR_INVALIDPARAMS, "Attribute not found.",
1442 "RenderSystem::getCustomAttribute" );
1443 }
1444 //---------------------------------------------------------------------
1445 void RenderSystem::setDebugShaders( bool bDebugShaders ) { mDebugShaders = bDebugShaders; }
1446 //---------------------------------------------------------------------

Callers 12

getDepthBufferForMethod · 0.45
messagePumpMethod · 0.45
_addRenderWindowMethod · 0.45
_removeRenderWindowMethod · 0.45
GLXProcFunction · 0.45
XcbProcFunction · 0.45
registerHlmsFunction · 0.45
registerHlmsFunction · 0.45
frameRenderingQueuedMethod · 0.45
registerHlmsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected