Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
426
void glFreeObjectBufferATI(GLuint buffer)
427
{
428
return glbinding::Binding::FreeObjectBufferATI(buffer);
429
}
430
431
void glFrontFace(GLenum mode)
432
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected