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

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