Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glFinishObjectAPPLE
Function
glFinishObjectAPPLE
source/glbinding/source/gl/functions_f.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void glFinishObjectAPPLE(GLenum object, GLint name)
52
{
53
return glbinding::Binding::FinishObjectAPPLE(object, name);
54
}
55
56
void glFinishTextureSUNX()
57
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected