| 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 | { |
no test coverage detected