diff --git a/Packages/com.unity.visualeffectgraph/Editor/Models/Blocks/Implementations/HLSL/HLSLParser.cs b/Packages/com.unity.visualeffectgraph/Editor/Models/Blocks/Implementations/HLSL/HLSLParser.cs index 109db3e9dc8..fbb3c049618 100644 --- a/Packages/com.unity.visualeffectgraph/Editor/Models/Blocks/Implementations/HLSL/HLSLParser.cs +++ b/Packages/com.unity.visualeffectgraph/Editor/Models/Blocks/Implementations/HLSL/HLSLParser.cs @@ -176,7 +176,7 @@ public HLSLMissingIncludeFile(string filePath) class HLSLFunctionParameter { // Match inout/in/out accessor then any whitespace then the parameter type then optionally a template type any whitespace and then the parameter name - static readonly Regex s_ParametersParser = new Regex(@"(?(inout|in|out)\b)?\s*(?\w+)(?:[<](?