Add initial support for shader binding sets (WIP)
This commit is contained in:
@@ -221,6 +221,7 @@ namespace Nz::ShaderAst
|
||||
Value(extVar.name);
|
||||
Type(extVar.type);
|
||||
OptVal(extVar.bindingIndex);
|
||||
OptVal(extVar.bindingSet);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user