Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
void AbstractState::pointSize(const GLfloat size)
145
{
146
add(new StateSetting(glPointSize, size));
147
}
148
149
void AbstractState::polygonMode(const GLenum face, const GLenum mode)
150
{
Callers
2
currentState
Method · 0.80
initialize
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected