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

Method checkExtension

RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp:3741–3744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3739 }
3740#endif
3741 bool GL3PlusRenderSystem::checkExtension( const String &ext ) const
3742 {
3743 return mGLSupport->checkExtension( ext );
3744 }
3745
3746 const PixelFormatToShaderType *GL3PlusRenderSystem::getPixelFormatToShaderType() const
3747 {

Callers 9

_createRenderWindowMethod · 0.45
initialiseContextMethod · 0.45
beginProfileEventMethod · 0.45
endProfileEventMethod · 0.45
markProfileEventMethod · 0.45
debugAnnotationPushMethod · 0.45
debugAnnotationPopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected