Move the spv.debugInfo.frag test back into runtests
This commit is contained in:
parent
d8f5681ec0
commit
19efb4ec60
4 changed files with 440 additions and 8 deletions
|
|
@ -7,13 +7,17 @@ spv.debugInfo.frag
|
|||
2: ExtInstImport "GLSL.std.450"
|
||||
MemoryModel Logical GLSL450
|
||||
EntryPoint Fragment 5 "main" 30 104
|
||||
ExecutionMode 5 OriginUpperLeft
|
||||
ExecutionMode 5 OriginLowerLeft
|
||||
1: String "spv.debugInfo.frag"
|
||||
Source GLSL 450 1 "// OpModuleProcessed auto-map-locations
|
||||
Source GLSL 450 1 "// OpModuleProcessed no-storage-format
|
||||
// OpModuleProcessed resource-set-binding 3
|
||||
// OpModuleProcessed auto-map-bindings
|
||||
// OpModuleProcessed client vulkan100
|
||||
// OpModuleProcessed target-env vulkan1.0
|
||||
// OpModuleProcessed keep-uncalled
|
||||
// OpModuleProcessed auto-map-locations
|
||||
// OpModuleProcessed client opengl100
|
||||
// OpModuleProcessed target-env opengl
|
||||
// OpModuleProcessed relaxed-errors
|
||||
// OpModuleProcessed suppress-warnings
|
||||
// OpModuleProcessed hlsl-offsets
|
||||
// OpModuleProcessed entry-point main
|
||||
#line 1
|
||||
#version 450
|
||||
|
|
@ -127,9 +131,10 @@ void main()
|
|||
MemberDecorate 105(S) 0 Offset 0
|
||||
MemberDecorate 106(ubuf) 0 Offset 0
|
||||
Decorate 106(ubuf) Block
|
||||
Decorate 108 DescriptorSet 0
|
||||
Decorate 108 DescriptorSet 3
|
||||
Decorate 108 Binding 0
|
||||
Decorate 131(s2d) DescriptorSet 0
|
||||
Decorate 131(s2d) Location 0
|
||||
Decorate 131(s2d) DescriptorSet 3
|
||||
Decorate 131(s2d) Binding 1
|
||||
3: TypeVoid
|
||||
4: TypeFunction 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue