Browse Source
Merge pull request #7002 from ameerj/vk-state-unused
vk_state_tracker: Remove unused function
pull/15/merge
Mai M
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
src/video_core/renderer_vulkan/vk_state_tracker.h
|
|
|
@ -110,10 +110,6 @@ public: |
|
|
|
return Exchange(Dirty::DepthTestEnable, false); |
|
|
|
} |
|
|
|
|
|
|
|
bool TouchDepthBoundsEnable() { |
|
|
|
return Exchange(Dirty::DepthBoundsEnable, false); |
|
|
|
} |
|
|
|
|
|
|
|
bool TouchDepthWriteEnable() { |
|
|
|
return Exchange(Dirty::DepthWriteEnable, false); |
|
|
|
} |
|
|
|
|