Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void gl::Framebuffer::bindForWrite()
43
{
44
gFramebufferCurrent = this;
45
glBindFramebuffer(GL_DRAW_FRAMEBUFFER, mHandle);
46
}
47
48
void gl::Framebuffer::unbind()
49
{
Callers
2
begin
Function · 0.80
backdrops
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected