Open spencer-lunarg opened 1 month ago
Noticed in https://github.com/KhronosGroup/glslang/issues/3774 that going
layout(buffer_reference, std140, buffer_reference_align = 8) buffer MyStruct; layout(buffer_reference) buffer MyStruct { vec4 x; };
the std140 and buffer_reference_align are ignored but it is not obvious and added clarification
std140
buffer_reference_align
Noticed in https://github.com/KhronosGroup/glslang/issues/3774 that going
the
std140
andbuffer_reference_align
are ignored but it is not obvious and added clarification