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

Function glGenFramebuffers

source/glbinding/source/gl/functions_g.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void glGenFramebuffers(GLsizei n, GLuint * framebuffers)
67{
68 return glbinding::Binding::GenFramebuffers(n, framebuffers);
69}
70
71void glGenFramebuffersEXT(GLsizei n, GLuint * framebuffers)
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected