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

Method target

source/globjects/source/Texture.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133GLenum Texture::target() const
134{
135 return m_target;
136}
137
138void Texture::setParameter(const GLenum name, const GLenum value)
139{

Callers 15

storage1DMethod · 0.80
storage2DMethod · 0.80
storage3DMethod · 0.80
attachTextureMethod · 0.80
image2DMultisampleMethod · 0.80
image3DMultisampleMethod · 0.80
storage1DMethod · 0.80
storage2DMethod · 0.80
storage3DMethod · 0.80
setParameterMethod · 0.80
generateMipMapMethod · 0.80
getParameterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected