Darren Wihandi
Darren Wihandi
I really want this to be supported as well and I am working on a patch. I need clarification regarding non-uniform-block uniform variables. Vulkan SPIR-V does not allow these, but...
The effects themselves have handles that you can modify in runtime. For example, you can set the [mix](https://docs.rs/kira/latest/kira/effect/distortion/struct.DistortionHandle.html#method.set_mix) to 0.0 to have a completely dry sound then turn it 1.0...
FWIW this [treesitter grammar for slang](https://github.com/tree-sitter-grammars/tree-sitter-slang) exists and has been integrated upstream to nvim-treesitter https://github.com/nvim-treesitter/nvim-treesitter/pull/5659, but again this is only for nvim not vim. I have been using these and...
Here is a change to add clustered reduce support for SPIRV https://github.com/llvm/llvm-project/pull/141402.
I was working on a change to fix this, but the current documentation on [64 bit integers ](https://github.com/shader-slang/slang/blob/master/docs/64bit-type-support.md#summary) and [integer literals](https://github.com/shader-slang/slang/blob/136c2e22b80d3ebf500d09d5ce6f4fa47dcac8a0/docs/user-guide/02-conventional-features.md#integer-types) explicitly states that any hexadecimal literals, even if they...