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

Method setParameter

source/globjects/source/Texture.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void Texture::setParameter(const GLenum name, const GLenum value)
139{
140 setParameter(name, static_cast<GLint>(value));
141}
142
143void Texture::setParameter(const GLenum name, const GLint value)
144{

Callers 1

createDefaultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected