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

Method _bindVao

RenderSystems/GLES2/src/OgreGLES2RenderSystem.cpp:1344–1348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1342 }
1343
1344 void GLES2RenderSystem::_bindVao(GLContext* context, uint32 vao)
1345 {
1346 OgreAssert(context == mCurrentContext, "VAO used in wrong OpenGL context");
1347 _getStateCacheManager()->bindGLVertexArray(vao);
1348 }
1349
1350 void GLES2RenderSystem::_oneTimeContextInitialization()
1351 {

Callers 1

bindMethod · 0.45

Calls 2

_getStateCacheManagerFunction · 0.50
bindGLVertexArrayMethod · 0.45

Tested by

no test coverage detected