MCPcopy Create free account
hub / github.com/cginternals/globjects / bind

Method bind

source/globjects/source/Framebuffer.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Framebuffer::bind() const
80{
81 glBindFramebuffer(GL_FRAMEBUFFER, id());
82}
83
84void Framebuffer::bind(const GLenum target) const
85{

Callers 2

readPixelsToBufferMethod · 0.45
blitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected