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

Function glGetCommandHeaderNV

source/glbinding/source/gl/functions_g.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431GLuint glGetCommandHeaderNV(GLenum tokenID, GLuint size)
432{
433 return glbinding::Binding::GetCommandHeaderNV(tokenID, size);
434}
435
436void glGetCompressedMultiTexImageEXT(GLenum texunit, GLenum target, GLint lod, void * img)
437{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected