Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ depthMask
Method
depthMask
source/globjects/source/AbstractState.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void AbstractState::depthMask(const GLboolean flag)
87
{
88
add(new StateSetting(glDepthMask, flag));
89
}
90
91
void AbstractState::depthRange(const GLdouble nearVal, const GLdouble farVal)
92
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected