Renderer: Change binding members order

This commit is contained in:
SirLynix
2022-11-20 13:57:53 +01:00
committed by Jérôme Leclercq
parent e990a320cc
commit 6ef4c14772
4 changed files with 6 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ namespace Nz
RenderPipelineLayoutInfo layoutInfo;
layoutInfo.bindings.assign({
{
1, 0, 0,
0, 0, 1,
ShaderBindingType::Texture,
nzsl::ShaderStageType::Fragment
}