MCPcopy 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
57bool TextureData::IsCube() const {
58 return is_cube;
59}
60
61bool TextureData::IsCompressed() const {
62 return is_packed;

Callers 1

TextureToVRAMMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected