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