mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 18:50:55 +00:00
rsx: Restructure color format enum to clearly separate float from int formats
This commit is contained in:
parent
388d090b91
commit
41e9e0b965
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue