MCPcopy Create free account
hub / github.com/MyGUI/mygui / end

Method end

Platforms/OpenGLES/OpenGLESPlatform/src/MyGUI_OpenGLESRenderManager.cpp:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 void OpenGLESRenderManager::end()
212 {
213 if (--mReferenceCount == 0)
214 {
215 glDisable(GL_BLEND);
216 glUseProgram(0);
217 }
218 }
219
220 const RenderTargetInfo& OpenGLESRenderManager::getInfo() const
221 {

Callers 6

registerShaderMethod · 0.45
getShaderProgramIdMethod · 0.45
createTextureMethod · 0.45
destroyTextureMethod · 0.45
getTextureMethod · 0.45
destroyAllResourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected