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

Method pixelStore

source/globjects/source/AbstractState.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void AbstractState::pixelStore(const GLenum pname, const GLboolean param)
117{
118 auto setting = new StateSetting(static_cast<void(*)(GLenum,GLboolean)>(glPixelStorei), pname, param);
119 setting->type().specializeType(pname);
120 add(setting);
121}
122
123void AbstractState::pixelStore(gl::GLenum pname, const gl::GLint param)
124{

Callers 1

currentStateMethod · 0.80

Calls 2

specializeTypeMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected