I have this shader:
#version 450 layout(binding = 0) buffer b0 { vec2 src[ ]; }; layout(binding = 1) buffer b1 { vec2 dst[ ]; }; layout(binding = 2)