Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ primitiveRestartIndex
Method
primitiveRestartIndex
source/globjects/source/AbstractState.cpp:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void AbstractState::primitiveRestartIndex(const GLuint index)
162
{
163
add(new StateSetting(glPrimitiveRestartIndex, index));
164
}
165
166
void AbstractState::provokingVertex(const GLenum provokeMode)
167
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected