MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glBindFramebuffer

Function glBindFramebuffer

GTE/Graphics/GL46/GL46.cpp:6535–6551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6533}
6534
6535void APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer)
6536{
6537 if (sglBindFramebuffer)
6538 {
6539 sglBindFramebuffer(target, framebuffer);
6540 ReportGLError("glBindFramebuffer");
6541 }
6542 else
6543 {
6544 ReportGLNullFunction("glBindFramebuffer");
6545 }
6546
6547#if defined(GTE_ENABLE_GLTRACE)
6548 gsTrace.Call("glBindFramebuffer", "",
6549 gsTrace.GetName(target), framebuffer);
6550#endif
6551}
6552
6553void APIENTRY glDeleteFramebuffers(GLsizei n, const GLuint* framebuffers)
6554{

Callers 2

EnableMethod · 0.85
DisableMethod · 0.85

Calls 4

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected