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

Function glBindFramebufferEXT

source/glbinding/source/gl/functions_b.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void glBindFramebufferEXT(GLenum target, GLuint framebuffer)
187{
188 return glbinding::Binding::BindFramebufferEXT(target, framebuffer);
189}
190
191void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
192{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected