glslang ES reference: Don't allow std430 on uniform blocks (bug 14095).
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31484 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
453bb26ef5
commit
93930d6f9a
7 changed files with 22 additions and 6 deletions
|
|
@ -169,6 +169,8 @@ layout(std140) Binst; // ERROR
|
|||
layout(std140) Bblock; // ERROR
|
||||
layout(std140) Bfoo; // ERROR
|
||||
|
||||
layout(std430) uniform B430 { int a; } B430i; // ERROR
|
||||
|
||||
struct SNA {
|
||||
int a[]; // ERROR
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue