Alexander Devaikin

Results 8 comments of Alexander Devaikin

+1 from me. I was stuck with MoltenVK 1.2.4 and Vulkan 1.3.261 for another reason, now when I can upgrade a few shaders fail to compile. Both 1.3.275 and 1.3.280...

I can confirm it solves problem of the Vulkan descriptorindexing example, but does not solve my shader compilation issue. Both old and new version produce identical output resulting in the...

I have tracked it down to the problematic image in one compute shader. It's `ImgSrc` who is guilty - if I use `sampler2D` instead of `image2D` it works fine. Here...

Descriptor set layout looks valid to me: ``` Binding 0: 'ImgSrc' Type=StorageImage Count=1 Stages:{ Compute } Binding 1: 'ImgDst' Type=StorageImage Count=6 Stages:{ Compute } ``` Tried to have only one...

I'll try to recreate it with descriptorindexing sample maybe.

So I was able to create a repro case based on descriptorindexing example. Everything worked well until I've switched to image2D from sampler2D. The code with the changes I've made...

That works! You are awesome! But I cannot close this issue - someone with access rights should do it.

I can share [binary release build](https://drive.google.com/file/d/1q-KQvjPqYIBZToYOr9aRKoGhrqgxjFQg/view?usp=sharing). Stripped down as much as I could to only have the most related passes and data. There is a `start.sh` script to launch the...