maxwell3d: HLE multi-layer clear macro

This commit is contained in:
Liam 2022-11-16 22:28:58 -05:00
parent f426fd95fe
commit ece0c1095d
2 changed files with 22 additions and 1 deletions

View file

@ -1129,6 +1129,7 @@ public:
Tegra::RenderTargetFormat format;
TileMode tile_mode;
union {
u32 depth_volume;
BitField<0, 16, u32> depth;
BitField<16, 1, u32> volume;
};