rsx: Restructure color format enum to clearly separate float from int formats

This commit is contained in:
kd-11 2022-12-19 21:03:05 +03:00 committed by kd-11
parent 388d090b91
commit 41e9e0b965
1 changed files with 3 additions and 3 deletions

View File

@ -114,12 +114,12 @@ namespace rsx
a8r8g8b8,
b8,
g8b8,
w16z16y16x16,
w32z32y32x32,
x32,
x8b8g8r8_z8b8g8r8,
x8b8g8r8_o8b8g8r8,
a8b8g8r8,
w16z16y16x16,
w32z32y32x32,
x32,
invalid,
};