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

@@ -21,9 +21,9 @@ namespace Nz
{
struct Binding
{
UInt32 arraySize = 1;
UInt32 bindingIndex;
UInt32 setIndex = 0;
UInt32 bindingIndex;
UInt32 arraySize = 1;
ShaderBindingType type;
nzsl::ShaderStageTypeFlags shaderStageFlags;
};