GPU: Implement texture window

This commit is contained in:
Connor McLaughlin
2019-10-05 23:25:06 +10:00
parent f59d35023c
commit bc8e035e37
5 changed files with 59 additions and 6 deletions

View File

@ -51,6 +51,7 @@ protected:
u32 texture_palette_x;
u32 texture_palette_y;
TransparencyMode transparency_mode;
std::array<u8, 4> texture_window_values;
std::vector<HWVertex> vertices;
};