glslang -> SPV: improved support for do-while/continue. Contributed by David Neto (dneto@google.com).
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31205 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
93dfbe1309
commit
593a3f7f6b
15 changed files with 473 additions and 20 deletions
9
Test/test-spirv-list
Normal file
9
Test/test-spirv-list
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Test looping constructs.
|
||||
# No tests yet for making sure break and continue from a nested loop
|
||||
# goes to the innermost target.
|
||||
spv.do-simple.vert
|
||||
spv.do-while-continue-break.vert
|
||||
spv.for-continue-break.vert
|
||||
spv.for-simple.vert
|
||||
spv.while-continue-break.vert
|
||||
spv.while-simple.vert
|
||||
Loading…
Add table
Add a link
Reference in a new issue