MCPcopy Create free account
hub / github.com/cginternals/globjects / polygonOffset

Method polygonOffset

source/globjects/source/AbstractState.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void AbstractState::polygonOffset(const GLfloat factor, const GLfloat units)
157{
158 add(new StateSetting(glPolygonOffset, factor, units));
159}
160
161void AbstractState::primitiveRestartIndex(const GLuint index)
162{

Callers 1

currentStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected