MCPcopy 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
166void AbstractState::provokingVertex(const GLenum provokeMode)
167{
168 add(new StateSetting(glProvokingVertex, provokeMode));
169}
170
171void AbstractState::sampleCoverage(const GLfloat value, const GLboolean invert)
172{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected