13 Nov
2022
13 Nov
'22
1:37 a.m.
Currently it's not obvious when the HLSL compiler fails, either due to a missing feature or incorrectly coded error check, which can unnecessarily complicate debugging. It's legal for well-behaved programs to try to compile invalid shaders, but that should be a rare enough case that it's worth printing it to Wine debug output regardless. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1340