GL_ARB_enhanced_layouts, part 5: uniform offset and align semantics. Numerical computations not yet done.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25092 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
255df5760a
commit
04b1c6ed4c
12 changed files with 243 additions and 46 deletions
|
|
@ -51,7 +51,7 @@ shared vec4 compute_only; // ERROR
|
|||
|
||||
layout(packed) uniform;
|
||||
|
||||
layout(packed) float aoeuntaoeu; // ERROR, packed on variable
|
||||
layout(packed) uniform float aoeuntaoeu; // ERROR, packed on variable
|
||||
|
||||
layout(location = 40) in float cd;
|
||||
layout(location = 37) in mat4x3 ce; // ERROR, overlap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue