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