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

Function glElementPointerATI

source/glbinding/source/gl/functions_e.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void glElementPointerATI(GLenum type, const void * pointer)
57{
58 return glbinding::Binding::ElementPointerATI(type, pointer);
59}
60
61void glEnable(GLenum cap)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected