We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900768c commit c3684b5Copy full SHA for c3684b5
src/ShaderPlayground.Core/ShaderCompilerArguments.cs
@@ -7,7 +7,7 @@ namespace ShaderPlayground.Core
7
{
8
public sealed class ShaderCompilerArguments : Dictionary<string, string>
9
10
- private static readonly Regex IdentifierRegex = new Regex("^[_a-zA-Z0-9\\-= ]*$", RegexOptions.Compiled);
+ private static readonly Regex IdentifierRegex = new Regex("^[_a-zA-Z0-9\\-=\\/ ]*$", RegexOptions.Compiled);
11
12
private Dictionary<string, ShaderCompilerParameter> _parameters;
13
0 commit comments