mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-12-02 06:25:48 -08: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