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

Function glCreateStatesNV

source/glbinding/source/gl/functions_c.cpp:1201–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199}
1200
1201void glCreateStatesNV(GLsizei n, GLuint * states)
1202{
1203 return glbinding::Binding::CreateStatesNV(n, states);
1204}
1205
1206GLsync glCreateSyncFromCLeventARB(_cl_context * context, _cl_event * event, GLbitfield flags)
1207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected