mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 16:37:57 -05:00
vk_state_tracker: Remove unused function
This commit is contained in:
@ -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
Block a user