SPV: Make OpEntryPoint I/O list include all static uses.
Before, it was only including explicit interface, sufficient for IO-Block-declared oriented interface, but not sufficient for all modes GLSL might be used with SPIR-V. Two things are accomplished now: 1) each id will appear exactly once 2) the OpEntryPoint list will union static use with declarations
This commit is contained in:
parent
3ac051e41d
commit
7ba6341a05
70 changed files with 91 additions and 79 deletions
|
|
@ -12,7 +12,7 @@ Linked vertex stage:
|
|||
Capability Shader
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint Vertex 4 "main" 11 9 13 15 17 19 23 24
|
||||
EntryPoint Vertex 4 "main" 17 9 19 11 13 23 15 24
|
||||
Source GLSL 430
|
||||
Name 4 "main"
|
||||
Name 9 "outVc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue