Shader: Fix conditional statement handling in partial compilation mode
This commit is contained in:
@@ -218,6 +218,7 @@ namespace Nz::ShaderAst
|
||||
{
|
||||
std::size_t index;
|
||||
IdentifierCategory category;
|
||||
bool isConditional = false;
|
||||
};
|
||||
|
||||
struct Identifier
|
||||
|
||||
Reference in New Issue
Block a user