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

Function ConvertCI4

Source/HLEGraphics/ConvertTile.cpp:326–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326static void ConvertCI4(const TileDestInfo & dsti, const TextureInfo & ti)
327{
328 switch (ti.GetTLutFormat())
329 {
330 case kTT_RGBA16:
331 ConvertCI4T< RGBA16 >(dsti, ti);
332 break;
333 case kTT_IA16:
334 ConvertCI4T< IA16 >(dsti, ti);
335 break;
336 default:
337 DAEDALUS_ERROR("Unhandled tlut format %d/%d", ti.GetTLutFormat());
338 break;
339 }
340}
341
342
343

Callers

nothing calls this directly

Calls 1

GetTLutFormatMethod · 0.80

Tested by

no test coverage detected