Hans-Kristian Arntzen

Results 86 comments of Hans-Kristian Arntzen

GLSL? Note that GLSL output only exists for the purpose of aiding the test suite.

Names inside the structure are not possible to preserve. DXIL does not work like that. `--use-reflection-names` can help emitting variable names on the OpVariable, but it requires the module to...

So this is an NV exclusive bug? > just needs no_upload_hvv to be usable Does it reproduce with just no_upload_hvv?

This sounds like a game bug then? Is this something descriptor_qa_checks catches?

There is no GPU validation support of mutable with update-after-bind. descriptor_qa_checks is a tailor made variant of that for vkd3d-proton.

Emitting LLVM (has to be 3.7 version specifically) is a bit of a shitshow, but that's the main issue with emitting DXIL, although it is completely out of scope of...