Descriptor in multiple shader stages
Currently descriptors do not support being bound in multiple shader stages. E.g. a texture bound at set 0 binding 0 cannot be used in a vertex and fragment shader. Reflection of the latter will always overwrite the former.