Conscat
Conscat
Despite passing tests, there was a mistake which made my previous contribution functionally useless. This correction has been more thoroughly tested to work correctly.
https://docs.vulkan.org/guide/latest/high_level_shader_language_comparison.html https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/DrawIndex.html The `DrawIndex` decorator is important for using `vkCmdDrawIndexedIndirectCount` ([vkCmdDrawIndexedIndirectCount.html](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkCmdDrawIndexedIndirectCount.html)). I've tried working around this absence with `[[KnownBuiltin("DrawIndex")]]` and `spirv_asm`, but so far I haven't figured out how to...