mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 23:47:57 -05:00
maxwell3d: HLE multi-layer clear macro
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user