Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
GLenum Texture::target() const
134
{
135
return m_target;
136
}
137
138
void Texture::setParameter(const GLenum name, const GLenum value)
139
{
Callers
15
storage1D
Method · 0.80
storage2D
Method · 0.80
storage3D
Method · 0.80
attachTexture
Method · 0.80
image2DMultisample
Method · 0.80
image3DMultisample
Method · 0.80
storage1D
Method · 0.80
storage2D
Method · 0.80
storage3D
Method · 0.80
setParameter
Method · 0.80
generateMipMap
Method · 0.80
getParameter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected