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

vk_state_tracker: Remove unused function
merge-requests/60/head
Mai M 2021-09-12 17:31:56 +07:00 committed by GitHub
commit e4318d2207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}