maxwell3d: HLE multi-layer clear macro
This commit is contained in:
parent
f426fd95fe
commit
ece0c1095d
2 changed files with 22 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue