Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glFinishAsyncSGIX
Function
glFinishAsyncSGIX
source/glbinding/source/gl/functions_f.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
GLint glFinishAsyncSGIX(GLuint * markerp)
37
{
38
return glbinding::Binding::FinishAsyncSGIX(markerp);
39
}
40
41
void glFinishFenceAPPLE(GLuint fence)
42
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected