- eliminated last triangle fans usage in Vulkan renderer on macOS

Thanks dpJudas
This commit is contained in:
alexey.lysiuk 2019-03-09 12:37:45 +02:00
parent 8270abcb7e
commit 4ac82c18be

View file

@ -126,7 +126,7 @@ void VkRenderState::Clear(int targets)
mDepthTest = true;
mDepthWrite = true;
}
Apply(DT_TriangleFan);
Apply(DT_TriangleStrip);
mDepthTest = lastDepthTest;
mDepthWrite = lastDepthWrite;