vk_state_tracker: Remove unused function

merge-requests/60/head
ameerj 2021-09-12 15:28:24 +07:00
parent be4e192903
commit 8e289ade15
1 changed files with 0 additions and 4 deletions

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