mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-26 15:24:15 +01:00
Support R32G32B32A32 int RT formats
This commit is contained in:
parent
0f5f04ade3
commit
d3af629b83
@ -237,7 +237,7 @@ namespace skyline::gpu::interconnect {
|
||||
FORMAT_SAME_CASE(R32G32, Float);
|
||||
FORMAT_SAME_CASE(R16G16B16A16, Float);
|
||||
FORMAT_NORM_INT_FLOAT_CASE(R16G16B16X16, R16G16B16A16);
|
||||
FORMAT_SAME_CASE(R32G32B32A32, Float);
|
||||
FORMAT_SAME_INT_FLOAT_CASE(R32G32B32A32);
|
||||
FORMAT_INT_FLOAT_CASE(R32G32B32X32, R32G32B32A32);
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user