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

Method ConvertTextureT

Source/HLEGraphics/ConvertImage.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347 template < typename OutT >
348 static inline void ConvertTextureT( const TextureDestInfo & dsti, const TextureInfo & ti )
349 {
350 SConvertGeneric< OutT >::ConvertGeneric( dsti, ti, ConvertRow< OutT, 0x4 | Fiddle >, ConvertRow< OutT, Fiddle > );
351 }
352
353 static void ConvertTexture( const TextureDestInfo & dsti, const TextureInfo & ti )
354 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected