MCPcopy Create free account
hub / github.com/cginternals/glbinding / glBindFramebuffer

Function glBindFramebuffer

source/glbinding/source/gl/functions_b.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void glBindFramebuffer(GLenum target, GLuint framebuffer)
182{
183 return glbinding::Binding::BindFramebuffer(target, framebuffer);
184}
185
186void glBindFramebufferEXT(GLenum target, GLuint framebuffer)
187{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected