SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2.
This commit is contained in:
@@ -5,27 +5,23 @@ Warning, version 450 is not yet complete; most version-specific features are pre
|
||||
Linked fragment stage:
|
||||
|
||||
|
||||
// Module Version 99
|
||||
// Generated by (magic number): 51a00bb
|
||||
// Id's are bound by 18
|
||||
// Module Version 10000
|
||||
// Generated by (magic number): 80001
|
||||
// Id's are bound by 15
|
||||
|
||||
Source GLSL 450
|
||||
Capability Shader
|
||||
1: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint Fragment 4 "main"
|
||||
EntryPoint Fragment 4 "main" 14 10 8 8
|
||||
ExecutionMode 4 OriginLowerLeft
|
||||
ExecutionMode 4 DepthAny
|
||||
ExecutionMode 4 DepthGreater
|
||||
ExecutionMode 4 DepthReplacing
|
||||
Source GLSL 450
|
||||
Name 4 "main"
|
||||
Name 8 "gl_FragDepth"
|
||||
Name 10 "Depth"
|
||||
Name 14 "gl_FragColor"
|
||||
Name 16 "Color"
|
||||
Name 14 "Color"
|
||||
Decorate 8(gl_FragDepth) BuiltIn FragDepth
|
||||
Decorate 10(Depth) Smooth
|
||||
Decorate 14(gl_FragColor) BuiltIn FragColor
|
||||
Decorate 16(Color) Smooth
|
||||
2: TypeVoid
|
||||
3: TypeFunction 2
|
||||
6: TypeFloat 32
|
||||
@@ -34,15 +30,11 @@ Linked fragment stage:
|
||||
9: TypePointer Input 6(float)
|
||||
10(Depth): 9(ptr) Variable Input
|
||||
12: TypeVector 6(float) 4
|
||||
13: TypePointer Output 12(fvec4)
|
||||
14(gl_FragColor): 13(ptr) Variable Output
|
||||
15: TypePointer Input 12(fvec4)
|
||||
16(Color): 15(ptr) Variable Input
|
||||
13: TypePointer Input 12(fvec4)
|
||||
14(Color): 13(ptr) Variable Input
|
||||
4(main): 2 Function None 3
|
||||
5: Label
|
||||
11: 6(float) Load 10(Depth)
|
||||
Store 8(gl_FragDepth) 11
|
||||
17: 12(fvec4) Load 16(Color)
|
||||
Store 14(gl_FragColor) 17
|
||||
Return
|
||||
FunctionEnd
|
||||
|
||||
Reference in New Issue
Block a user