Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ frontFace
Method
frontFace
source/globjects/source/AbstractState.cpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void AbstractState::frontFace(GLenum winding)
107
{
108
add(new StateSetting(glFrontFace, winding));
109
}
110
111
void AbstractState::logicOp(const GLenum opcode)
112
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected