Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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);
Callers
2
subtractPrimitivesWithOcclusionQueries
Function · 0.80
renderOcclusionQueryGoldfeather
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected