mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-22 02:41:07 +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