Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ provokingVertex
Method
provokingVertex
source/globjects/source/AbstractState.cpp:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
void AbstractState::provokingVertex(const GLenum provokeMode)
167
{
168
add(new StateSetting(glProvokingVertex, provokeMode));
169
}
170
171
void AbstractState::sampleCoverage(const GLfloat value, const GLboolean invert)
172
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected