mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-14 17:49:59 +00:00
vk_state_tracker: Remove unused function
This commit is contained in:
parent
be4e192903
commit
8e289ade15
1 changed files with 0 additions and 4 deletions
|
@ -110,10 +110,6 @@ public:
|
||||||
return Exchange(Dirty::DepthTestEnable, false);
|
return Exchange(Dirty::DepthTestEnable, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TouchDepthBoundsEnable() {
|
|
||||||
return Exchange(Dirty::DepthBoundsEnable, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
bool TouchDepthWriteEnable() {
|
bool TouchDepthWriteEnable() {
|
||||||
return Exchange(Dirty::DepthWriteEnable, false);
|
return Exchange(Dirty::DepthWriteEnable, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue