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 d40462b0f1

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);
}