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

Method end

Platforms/OpenGL3/OpenGL3Platform/src/MyGUI_OpenGL3RenderManager.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 void OpenGL3RenderManager::end()
226 {
227 if (--mReferenceCount == 0)
228 {
229 glDisable(GL_BLEND);
230 glUseProgram(0);
231 }
232 }
233
234 const RenderTargetInfo& OpenGL3RenderManager::getInfo() const
235 {

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