Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
void AbstractState::polygonOffset(const GLfloat factor, const GLfloat units)
157
{
158
add(new StateSetting(glPolygonOffset, factor, units));
159
}
160
161
void AbstractState::primitiveRestartIndex(const GLuint index)
162
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected