Add geometry-shader stream, invocations, max_vertices, lines, triangles, etc. layout qualifiers, and their default/inheritance behaviors, and some other misc. geometry shader features. (Geometry shaders are not yet done though.)
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23679 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -16,13 +16,13 @@ ERROR: node is still EOpNull!
|
||||
0:44 Construct vec3 (3-component vector of float)
|
||||
0:44 Convert int to float (float)
|
||||
0:44 ni: direct index for structure (layout(column_major shared ) mediump int)
|
||||
0:44 'inst' (layout(shared ) uniform block)
|
||||
0:44 'inst' (layout(column_major shared ) uniform block)
|
||||
0:44 Constant:
|
||||
0:44 1 (const int)
|
||||
0:44 Convert uint to float (float)
|
||||
0:44 direct index (mediump uint)
|
||||
0:44 bv: direct index for structure (layout(column_major shared ) mediump 4-component vector of uint)
|
||||
0:44 '__anon__0' (layout(shared ) uniform block)
|
||||
0:44 '__anon__0' (layout(column_major shared ) uniform block)
|
||||
0:44 Constant:
|
||||
0:44 0 (const uint)
|
||||
0:44 Constant:
|
||||
@@ -30,16 +30,16 @@ ERROR: node is still EOpNull!
|
||||
0:44 Convert uint to float (float)
|
||||
0:44 direct index (mediump uint)
|
||||
0:44 nbv: direct index for structure (layout(column_major shared ) mediump 4-component vector of uint)
|
||||
0:44 direct index (layout(shared ) uniform block)
|
||||
0:44 'insts' (layout(shared ) uniform 4-element array of block)
|
||||
0:44 direct index (layout(column_major shared ) uniform block)
|
||||
0:44 'insts' (layout(column_major shared ) uniform 4-element array of block)
|
||||
0:44 Constant:
|
||||
0:44 2 (const int)
|
||||
0:44 Constant:
|
||||
0:44 0 (const int)
|
||||
0:44 Constant:
|
||||
0:44 2 (const int)
|
||||
0:45 indirect index (layout(shared ) uniform block)
|
||||
0:45 'insts' (layout(shared ) uniform 4-element array of block)
|
||||
0:45 indirect index (layout(column_major shared ) uniform block)
|
||||
0:45 'insts' (layout(column_major shared ) uniform 4-element array of block)
|
||||
0:45 direct index (mediump uint)
|
||||
0:45 v: direct index for structure (mediump 4-component vector of uint)
|
||||
0:45 's' (uniform structure)
|
||||
@@ -49,8 +49,8 @@ ERROR: node is still EOpNull!
|
||||
0:45 0 (const int)
|
||||
0:? Linker Objects
|
||||
0:? 's' (uniform structure)
|
||||
0:? '__anon__0' (layout(shared ) uniform block)
|
||||
0:? 'inst' (layout(shared ) uniform block)
|
||||
0:? 'insts' (layout(shared ) uniform 4-element array of block)
|
||||
0:? '__anon__1' (layout(shared ) uniform block)
|
||||
0:? '__anon__0' (layout(column_major shared ) uniform block)
|
||||
0:? 'inst' (layout(column_major shared ) uniform block)
|
||||
0:? 'insts' (layout(column_major shared ) uniform 4-element array of block)
|
||||
0:? '__anon__1' (layout(column_major shared ) uniform block)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user