31 May
2023
31 May
'23
7:20 p.m.
Francisco Casas (@fcasas) commented about libs/vkd3d-shader/hlsl.y:
hlsl_release_string_buffer(ctx, string); }
- if (!strcmp(name, "tex2Dproj")) + if (!strcmp(name, "tex2Dproj") + || !strcmp(name, "tex3Dproj"))
nitpick: the double line doesn't seem necessary. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/219#note_34233