Support D32S8_Float_Uint_Unorm_Unorm depth/stencil format

This commit is contained in:
Billy Laws 2022-04-09 12:18:01 +01:00 committed by PixelyIon
parent 7717a86fb1
commit 2e197cead5

View File

@ -1866,6 +1866,7 @@ namespace skyline::gpu::interconnect {
TIC_FORMAT_CASE_NORM(BC4, BC4);
TIC_FORMAT_CASE_INT_FLOAT(R32G32, R32G32);
TIC_FORMAT_CASE(D32S8, D32FloatS8Uint, Float, Uint, Uint, Unorm);
TIC_FORMAT_CASE(D32S8, D32FloatS8Uint, Float, Uint, Unorm, Unorm);
TIC_FORMAT_CASE_NORM_INT_FLOAT(R16G16B16A16, R16G16B16A16);
TIC_FORMAT_CASE_ST(Astc4x4, Astc4x4, Unorm);