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

Function glCreateBuffers

source/glbinding/source/gl/functions_c.cpp:1111–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111void glCreateBuffers(GLsizei n, GLuint * buffers)
1112{
1113 return glbinding::Binding::CreateBuffers(n, buffers);
1114}
1115
1116void glCreateCommandListsNV(GLsizei n, GLuint * lists)
1117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected