Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ timestamp
Method
timestamp
source/globjects/source/Query.cpp:51–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
Query * Query::timestamp()
52
{
53
Query * query = new Query();
54
query->counter(GL_TIMESTAMP);
55
56
return query;
57
}
58
59
int Query::getCounterBits(const GLenum target)
60
{
Callers
nothing calls this directly
Calls
1
counter
Method · 0.80
Tested by
no test coverage detected