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

Function glCreateFramebuffers

source/glbinding/source/gl/functions_c.cpp:1121–1124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119}
1120
1121void glCreateFramebuffers(GLsizei n, GLuint * framebuffers)
1122{
1123 return glbinding::Binding::CreateFramebuffers(n, framebuffers);
1124}
1125
1126void glCreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects)
1127{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected