Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ get
Method
get
source/globjects/source/Sync.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void Sync::get(const GLenum pname, const GLsizei bufsize, GLsizei * length, GLint * values)
63
{
64
glGetSynciv(m_sync, pname, bufsize, length, values);
65
}
66
67
GLint Sync::get(const GLenum pname)
68
{
Callers
2
stringSource
Method · 0.45
main
Function · 0.45
Calls
1
get
Function · 0.85
Tested by
no test coverage detected