Merge pull request #7002 from ameerj/vk-state-unused

vk_state_tracker: Remove unused function
This commit is contained in:
Mai M 2021-09-12 17:31:56 -04:00 committed by GitHub
commit e4318d2207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,10 +110,6 @@ public:
return Exchange(Dirty::DepthTestEnable, false);
}
bool TouchDepthBoundsEnable() {
return Exchange(Dirty::DepthBoundsEnable, false);
}
bool TouchDepthWriteEnable() {
return Exchange(Dirty::DepthWriteEnable, false);
}