GLSL/SPV: XFB: No streams on types, but support them on built-in blocks.
From internal Khronos discussions, work, and testing.
This commit is contained in:
parent
ba9f596eee
commit
236eb0d325
4 changed files with 12 additions and 10 deletions
|
|
@ -38,14 +38,12 @@ spv.150.geom
|
|||
MemberName 68(toFragment) 0 "color"
|
||||
Name 70 "toF"
|
||||
Decorate 8(fromVertex) Block
|
||||
Decorate 8(fromVertex) Stream 3
|
||||
Decorate 10 Stream 3
|
||||
Decorate 13(fromVertex) Block
|
||||
MemberDecorate 27(gl_PerVertex) 0 BuiltIn Position
|
||||
MemberDecorate 27(gl_PerVertex) 1 BuiltIn PointSize
|
||||
MemberDecorate 27(gl_PerVertex) 2 BuiltIn ClipDistance
|
||||
Decorate 27(gl_PerVertex) Block
|
||||
Decorate 27(gl_PerVertex) Stream 0
|
||||
Decorate 29 Stream 0
|
||||
MemberDecorate 30(gl_PerVertex) 0 BuiltIn Position
|
||||
MemberDecorate 30(gl_PerVertex) 1 BuiltIn PointSize
|
||||
|
|
@ -57,7 +55,6 @@ spv.150.geom
|
|||
Decorate 51(gl_Layer) Stream 0
|
||||
Decorate 51(gl_Layer) BuiltIn Layer
|
||||
Decorate 68(toFragment) Block
|
||||
Decorate 68(toFragment) Stream 3
|
||||
Decorate 70(toF) Stream 3
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ spv.420.geom
|
|||
Decorate 9(gl_PerVertex) Block
|
||||
MemberDecorate 21(gl_PerVertex) 0 BuiltIn PointSize
|
||||
Decorate 21(gl_PerVertex) Block
|
||||
Decorate 21(gl_PerVertex) Stream 0
|
||||
Decorate 23 Stream 0
|
||||
Decorate 28(gl_ViewportIndex) Stream 0
|
||||
Decorate 28(gl_ViewportIndex) BuiltIn ViewportIndex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue