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

Method pointSize

source/globjects/source/AbstractState.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void AbstractState::pointSize(const GLfloat size)
145{
146 add(new StateSetting(glPointSize, size));
147}
148
149void AbstractState::polygonMode(const GLenum face, const GLenum mode)
150{

Callers 2

currentStateMethod · 0.80
initializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected