Allow layout(std430) uniform with GL_EXT_scalar_block_layout

This commit is contained in:
Greg Fischer
2021-07-30 11:11:16 -06:00
parent 0db0010d3c
commit 27384e04f6
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ layout(column_major, scalar) uniform B1
S i[2]; // offset = 160 (aligned to multiple of 8) stride = 48
};
layout (std430) uniform;
void main()
{
}