MCPcopy 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
62void Sync::get(const GLenum pname, const GLsizei bufsize, GLsizei * length, GLint * values)
63{
64 glGetSynciv(m_sync, pname, bufsize, length, values);
65}
66
67GLint Sync::get(const GLenum pname)
68{

Callers 2

stringSourceMethod · 0.45
mainFunction · 0.45

Calls 1

getFunction · 0.85

Tested by

no test coverage detected