27 Feb
2023
27 Feb
'23
10:48 p.m.
Zebediah Figura (@zfigura) commented about libs/vkd3d-shader/hlsl.y:
destroy_instr_list($2); } | hlsl_prog preproc_directive + | hlsl_prog technique | hlsl_prog ';'
+technique_name: + %empty + { + $$ = NULL; + } + | var_identifier
This doesn't match my testing. According to my testing, it should be NEW_IDENTIFIER, or (probably better) any_identifier with a check for already defined variables and types. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/111#note_25662