MCPcopy Create free account
hub / github.com/cginternals/globjects / wait

Method wait

source/globjects/source/Sync.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void Sync::wait(const GLuint64 timeout)
53{
54 wait(GL_UNUSED_BIT, timeout);
55}
56
57void Sync::wait(const UnusedMask flags, const GLuint64 timeout)
58{

Callers 3

RunShellWithReturnCodeFunction · 0.45
__init__Method · 0.45
RunShellWithReturnCodeFunction · 0.45

Calls

no outgoing calls

Tested by 1

__init__Method · 0.36