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

Function glFreeObjectBufferATI

source/glbinding/source/gl/functions_f.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void glFreeObjectBufferATI(GLuint buffer)
427{
428 return glbinding::Binding::FreeObjectBufferATI(buffer);
429}
430
431void glFrontFace(GLenum mode)
432{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected