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

Function glGetColorTableEXT

source/glbinding/source/gl/functions_g.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, void * data)
367{
368 return glbinding::Binding::GetColorTableEXT(target, format, type, data);
369}
370
371void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params)
372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected