Shader_Minifier
Shader_Minifier copied to clipboard
HLSL struct member functions
Struct member functions don't seem to parse correctly, e.g.:
struct Foo {
void someFunction() {}
};
This results in:
Parse error: Error in input: Ln: 2 Col: 21
void someFunction() {}
^
Expecting: ',', ':', ';', '=' or '['