mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 03:15:45 +00:00
vk_state_tracker: Remove unused function
This commit is contained in:
parent
f35f5c5072
commit
14612971ef
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…
Add table
Add a link
Reference in a new issue