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

Method pointParameter

source/globjects/source/AbstractState.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void AbstractState::pointParameter(const GLenum pname, const GLenum param)
138{
139 auto setting = new StateSetting(static_cast<void(*)(GLenum,GLenum)>(glPointParameteri), pname, param);
140 setting->type().specializeType(pname);
141 add(setting);
142}
143
144void AbstractState::pointSize(const GLfloat size)
145{

Callers 1

currentStateMethod · 0.80

Calls 2

specializeTypeMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected