MCPcopy 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
51Query * Query::timestamp()
52{
53 Query * query = new Query();
54 query->counter(GL_TIMESTAMP);
55
56 return query;
57}
58
59int Query::getCounterBits(const GLenum target)
60{

Callers

nothing calls this directly

Calls 1

counterMethod · 0.80

Tested by

no test coverage detected