---------------------------------------------------------------------
| 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 | //--------------------------------------------------------------------- |
no outgoing calls
no test coverage detected