mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:55:08 +01:00
Add 11_11_10 vertex buffer format
This commit is contained in:
parent
71c37dd6c4
commit
a476bbaf4d
@ -1789,6 +1789,9 @@ namespace skyline::gpu::interconnect {
|
||||
/* 10-bit RGB, 2-bit A */
|
||||
FORMAT_NORM_INT_SCALED_CASE(e10_10_10_2, eA2B10G10R10, Pack32);
|
||||
|
||||
/* 11-bit G and R, 10-bit B */
|
||||
FORMAT_CASE(e11_11_10, Float, Ufloat, eB10G11R11, Pack32);
|
||||
|
||||
/* Unknown */
|
||||
case 0x12F: return vk::Format::eUndefined; // Issued by Maxwell3D::InitializeRegisters()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user