Merge pull request #7002 from ameerj/vk-state-unused
vk_state_tracker: Remove unused function
This commit is contained in:
commit
e4318d2207
|
@ -110,10 +110,6 @@ public:
|
|||
return Exchange(Dirty::DepthTestEnable, false);
|
||||
}
|
||||
|
||||
bool TouchDepthBoundsEnable() {
|
||||
return Exchange(Dirty::DepthBoundsEnable, false);
|
||||
}
|
||||
|
||||
bool TouchDepthWriteEnable() {
|
||||
return Exchange(Dirty::DepthWriteEnable, false);
|
||||
}
|
||||
|
|
Reference in New Issue