mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- write into stream buffers before opening the next render pass
This commit is contained in:
parent
d31dbf14e4
commit
774955dbc4
1 changed files with 2 additions and 2 deletions
|
@ -168,13 +168,13 @@ void VkRenderState::Apply(int dt)
|
||||||
mApplyCount = 0;
|
mApplyCount = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ApplyStreamData();
|
||||||
|
ApplyMatrices();
|
||||||
ApplyRenderPass(dt);
|
ApplyRenderPass(dt);
|
||||||
ApplyScissor();
|
ApplyScissor();
|
||||||
ApplyViewport();
|
ApplyViewport();
|
||||||
ApplyStencilRef();
|
ApplyStencilRef();
|
||||||
ApplyDepthBias();
|
ApplyDepthBias();
|
||||||
ApplyStreamData();
|
|
||||||
ApplyMatrices();
|
|
||||||
ApplyPushConstants();
|
ApplyPushConstants();
|
||||||
ApplyVertexBuffers();
|
ApplyVertexBuffers();
|
||||||
ApplyDynamicSet();
|
ApplyDynamicSet();
|
||||||
|
|
Loading…
Reference in a new issue