Skip to content

Fix incorrect verification of the func.ssbo.interleve

Danylo Piliaiev requested to merge Danil/crucible:fix/ssbo-interleave into master

Fix out of bounds access to map_out which has only 1024 uint32_t.

Fix assert condition which was exact opposite of the correct one.

As a result test now is expected to fail until https://github.com/KhronosGroup/glslang/issues/94 is resolved.

https://bugs.freedesktop.org/show_bug.cgi?id=107371

Merge request reports