mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-17 17:41:23 +00:00
- eliminated last triangle fans usage in Vulkan renderer on macOS
Thanks dpJudas
This commit is contained in:
parent
8270abcb7e
commit
4ac82c18be
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ void VkRenderState::Clear(int targets)
|
|||
mDepthTest = true;
|
||||
mDepthWrite = true;
|
||||
}
|
||||
Apply(DT_TriangleFan);
|
||||
Apply(DT_TriangleStrip);
|
||||
mDepthTest = lastDepthTest;
|
||||
mDepthWrite = lastDepthWrite;
|
||||
|
||||
|
|
Loading…
Reference in a new issue