Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ad-si/LuaCAD
/ getQueryResult
Method
getQueryResult
OpenCSG/src/occlusionQuery.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
unsigned int OcclusionQueryARB::getQueryResult() {
63
GLuint fragmentCount;
64
glGetQueryObjectuivARB(mQueryObject, GL_QUERY_RESULT_ARB, &fragmentCount);
65
return fragmentCount;
66
}
67
68
69
Callers
2
subtractPrimitivesWithOcclusionQueries
Function · 0.80
renderOcclusionQueryGoldfeather
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected