Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetColorSpace
Method
SetColorSpace
Source/Images/texture_data.cpp:353–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
void TextureData::SetColorSpace(ColorSpace color_space) {
354
m_colorSpace = color_space;
355
ExtractMetaData();
356
}
357
358
bool TextureData::GenerateMipmaps() {
359
bool result = false;
Callers
1
TextureToVRAM
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected