Renderer: Change binding members order
This commit is contained in:
committed by
Jérôme Leclercq
parent
e990a320cc
commit
6ef4c14772
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user