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

Method beginQuery

OpenCSG/src/occlusionQuery.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void OcclusionQueryARB::beginQuery() {
55 glBeginQueryARB(mQueryType, mQueryObject);
56 }
57
58 void OcclusionQueryARB::endQuery() {
59 glEndQueryARB(mQueryType);

Calls

no outgoing calls

Tested by

no test coverage detected