7 Mar
2024
7 Mar
'24
7:24 p.m.
Just a thought, but could we get shader runner support for reflection tests?
It'd be a lot of parsing, and I'm not sure that we're going to have enough shaders for it to really make sense? Honestly the main benefit of .shader_test files, at all, is that it allows us to write shaders without relying on C string concatenation. If there was a better way to do that in C I'd just ditch the text parsing entirely. Sadly even C23 doesn't have them, nor gcc as an extension. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/626#note_63892