mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06:00
rsx: Restructure color format enum to clearly separate float from int formats
This commit is contained in:
parent
388d090b91
commit
41e9e0b965
@ -114,12 +114,12 @@ namespace rsx
|
|||||||
a8r8g8b8,
|
a8r8g8b8,
|
||||||
b8,
|
b8,
|
||||||
g8b8,
|
g8b8,
|
||||||
w16z16y16x16,
|
|
||||||
w32z32y32x32,
|
|
||||||
x32,
|
|
||||||
x8b8g8r8_z8b8g8r8,
|
x8b8g8r8_z8b8g8r8,
|
||||||
x8b8g8r8_o8b8g8r8,
|
x8b8g8r8_o8b8g8r8,
|
||||||
a8b8g8r8,
|
a8b8g8r8,
|
||||||
|
w16z16y16x16,
|
||||||
|
w32z32y32x32,
|
||||||
|
x32,
|
||||||
invalid,
|
invalid,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user