Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ IsCube
Method
IsCube
Source/Images/texture_data.cpp:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
bool TextureData::IsCube() const {
58
return is_cube;
59
}
60
61
bool TextureData::IsCompressed() const {
62
return is_packed;
Callers
1
TextureToVRAM
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected