MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / endQuery

Method endQuery

OpenCSG/src/occlusionQuery.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void OcclusionQueryARB::endQuery() {
59 glEndQueryARB(mQueryType);
60 }
61
62 unsigned int OcclusionQueryARB::getQueryResult() {
63 GLuint fragmentCount;

Calls

no outgoing calls

Tested by

no test coverage detected