MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetFormatName

Method GetFormatName

Source/HLEGraphics/TextureInfo.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32static const u32 gImageSizesInBits[4] {4, 8, 16, 32};
33
34const char * TextureInfo::GetFormatName() const
35{
36 return gImageFormatNames[ Format ];
37}
38
39u32 TextureInfo::GetSizeInBits() const
40{

Callers 4

DisplayMethod · 0.80
UpdateTileSnapshotMethod · 0.80
TextureCacheHandlerFunction · 0.80
DumpTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected