mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-13 14:08:24 +00:00
Cleanup.
This commit is contained in:
@@ -6943,8 +6943,6 @@ VK_DESTROY
|
||||
, uint8_t(draw.m_instanceDataStride/16)
|
||||
);
|
||||
|
||||
uint16_t scissor = draw.m_scissor;
|
||||
|
||||
if (pipeline != currentPipeline
|
||||
|| 0 != changedStencil)
|
||||
{
|
||||
@@ -6975,6 +6973,8 @@ VK_DESTROY
|
||||
// m_commandList->IASetPrimitiveTopology(prim.m_topology);
|
||||
}
|
||||
|
||||
const uint16_t scissor = draw.m_scissor;
|
||||
|
||||
if (currentState.m_scissor != scissor)
|
||||
{
|
||||
currentState.m_scissor = scissor;
|
||||
|
||||
Reference in New Issue
Block a user