ShaderAst: Add NoOp node

This commit is contained in:
Jérôme Leclercq
2021-01-14 21:58:06 +01:00
parent a9f2e05b57
commit acb998f67e
17 changed files with 70 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ namespace Nz::ShaderNodes
ExpressionStatement,
Identifier,
IntrinsicCall,
NoOp,
Sample2D,
SwizzleOp,
StatementBlock,