Nikita Fediuchin

Results 6 comments of Nikita Fediuchin

I think it's better to use the Vulkan loader by default, because it's created in order to support multiple ICD (Installable Client Driver). Possibly you have not chosen the `System...

I came across a similar issue. I'm using a `sampler2DArrayShadow` with 3 layers, and when sampling, the correct data only comes from first layer, while the others produce garbage values....

You could just rename the old library and copy compiled to the `/usr/local/lib`, this way it works for me.

What if you move the global array inside the main function, or enable shader optimization? I also have Intel based Mac and some shaders with the global constant arrays, and...