Fix depthClampDisable register offset in Maxwell 3D

This commit is contained in:
Billy Laws 2022-07-29 20:01:23 +01:00
parent 7fd9d347e3
commit dbb684835f

View File

@ -564,7 +564,7 @@ namespace skyline::soc::gm20b::engine::maxwell3d::type {
u8 _unk0_ : 2;
bool depthClampNear : 1;
bool depthClampFar : 1;
u8 _unk1_ : 7;
u8 _unk1_ : 6;
bool depthClampDisable : 1;
};
};