Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ Unbind
Method
Unbind
ZEngine/src/FrameBuffer.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void FrameBuffer::Unbind() const {
27
glBindFramebuffer(GL_FRAMEBUFFER, 0);
28
}
29
30
void FrameBuffer::Resize() {
31
#ifdef _WIN32
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected