Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ depthFunc
Method
depthFunc
source/globjects/source/AbstractState.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void AbstractState::depthFunc(const GLenum func)
82
{
83
add(new StateSetting(glDepthFunc, func));
84
}
85
86
void AbstractState::depthMask(const GLboolean flag)
87
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected