Shader: Add support for while loops
This commit is contained in:
@@ -105,6 +105,7 @@ namespace Nz
|
||||
void Visit(ShaderAst::MultiStatement& node) override;
|
||||
void Visit(ShaderAst::NoOpStatement& node) override;
|
||||
void Visit(ShaderAst::ReturnStatement& node) override;
|
||||
void Visit(ShaderAst::WhileStatement& node) override;
|
||||
|
||||
static bool HasExplicitBinding(ShaderAst::StatementPtr& shader);
|
||||
static bool HasExplicitLocation(ShaderAst::StatementPtr& shader);
|
||||
|
||||
Reference in New Issue
Block a user