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

Function glCreateRenderbuffers

source/glbinding/source/gl/functions_c.cpp:1161–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159}
1160
1161void glCreateRenderbuffers(GLsizei n, GLuint * renderbuffers)
1162{
1163 return glbinding::Binding::CreateRenderbuffers(n, renderbuffers);
1164}
1165
1166void glCreateSamplers(GLsizei n, GLuint * samplers)
1167{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected