Ipotrick

Results 9 comments of Ipotrick

Currently arrays of RWStructuredBuffer are not allowed for spirv output for (I assume) this exact reason. The reason stated in another issue was that the creation and tracking for the...

Is there any update? In sight of RWStructuredBuffers not beeing supported in array bindings for spirv output, the only real alternative is RWByteAdressBuffer for vulkan users in a bindless model....

Is there any update? I am writing a vulkan abstraction right now and want to use full bindless and hlsl. Not having buffer device adress or arrays of RWStructuredBuffers makes...

My suggestion would be to simply not allow calls to Increment and Decrement when RWStructured buffers are bound in an array descriptor, like Jasper suggested. This would be strange syntax...

Thank you for looking into it. I really appreciate that!

Indeed it does not fix the array descriptors for RWStructuredBuffer completely. Thank you very much for the effort, this is probably allready a big step in fixing this issue.

Id love to have this merged. This would make my hlsl api much nicer.

Thx for the feedback! Usually the libraries workspace should be set to the root of the repository. This is also the case for the samples. How did you launch the...