Random code cleanup

This commit is contained in:
SirLynix
2023-06-05 18:05:16 +02:00
parent 1a55b550fb
commit b9c1559d97
10 changed files with 31 additions and 46 deletions

View File

@@ -44,7 +44,7 @@ namespace Nz
}
RenderPipelineInfo renderPipelineInfo;
static_cast<RenderStates&>(renderPipelineInfo).operator=(m_pipelineInfo); // Not the line I'm the most proud of
static_cast<RenderStates&>(renderPipelineInfo).operator=(m_pipelineInfo);
renderPipelineInfo.pipelineLayout = m_pipelineInfo.pipelineLayout;