MCPcopy Create free account
hub / github.com/aui-framework/aui / bindForWrite

Method bindForWrite

aui.views/src/AUI/GL/Framebuffer.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void gl::Framebuffer::bindForWrite()
43{
44 gFramebufferCurrent = this;
45 glBindFramebuffer(GL_DRAW_FRAMEBUFFER, mHandle);
46}
47
48void gl::Framebuffer::unbind()
49{

Callers 2

beginFunction · 0.80
backdropsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected