Shader: Add support for exported functions
This commit is contained in:
@@ -498,6 +498,9 @@ namespace Nz::ShaderAst
|
||||
if (!Compare(lhs.entryStage, rhs.entryStage))
|
||||
return false;
|
||||
|
||||
if (!Compare(lhs.isExported, rhs.isExported))
|
||||
return false;
|
||||
|
||||
if (!Compare(lhs.name, rhs.name))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user