Shader_Minifier icon indicating copy to clipboard operation
Shader_Minifier copied to clipboard

Structs: allow field names that look like vec4 fields in some cases

Open laurentlb opened this issue 1 year ago • 1 comments
trafficstars

e.g. we can rename ab to wz in struct Foo{int ab;}

laurentlb avatar May 12 '24 17:05 laurentlb

It's a good idea, but encouraging this kind of naming on the input side can lead to further issues, such as #395

therontarigo avatar May 13 '24 04:05 therontarigo