Making texture swizzles dynamic. Seems to fix some color swap issues.

And probably exposes many more ;)
This commit is contained in:
Ben Vanik
2015-12-07 22:39:33 -08:00
parent 09022a6ad3
commit ec113275dc
10 changed files with 40 additions and 52 deletions

View File

@@ -155,7 +155,6 @@ struct FormatInfo {
struct TextureInfo {
uint32_t guest_address;
uint32_t swizzle;
Dimension dimension;
uint32_t width;
uint32_t height;