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

Function SelectNativeFormat

Source/HLEGraphics/CachedTexture.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60#if defined(DAEDALUS_GL) || defined(DAEDALUS_ACCURATE_TMEM)
61static ETextureFormat SelectNativeFormat(const TextureInfo & ti)
62{
63 // On OSX, always use RGBA 8888 textures.
64 return TexFmt_8888;
65}
66
67#else
68

Callers 1

InitialiseMethod · 0.85

Calls 2

GetFormatMethod · 0.45
GetSizeMethod · 0.45

Tested by

no test coverage detected