Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ hasLayer
Method
hasLayer
source/globjects/source/AttachedTexture.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
bool AttachedTexture::hasLayer() const
44
{
45
return m_layer >= 0;
46
}
47
48
GLint AttachedTexture::layer() const
49
{
Callers
1
detach
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected