Unverified Commit a23e1436 by Greg Fischer Committed by GitHub

Merge pull request #2666 from alan-baker/update-tools

Update SPIRV-Tools and SPIRV-Headers
parents b848fd6a 3d9a31c6
...@@ -81,6 +81,7 @@ local_size = (4, 6, 8) ...@@ -81,6 +81,7 @@ local_size = (4, 6, 8)
0:? 'anon@0' (layout( row_major std140) uniform block{ uniform int bound}) 0:? 'anon@0' (layout( row_major std140) uniform block{ uniform int bound})
0:? '@entryPointOutput' (layout( location=0) out 4-component vector of float) 0:? '@entryPointOutput' (layout( location=0) out 4-component vector of float)
Validation failed
// Module Version 10000 // Module Version 10000
// Generated by (magic number): 8000a // Generated by (magic number): 8000a
// Id's are bound by 39 // Id's are bound by 39
......
...@@ -51,6 +51,7 @@ local_size = (1, 1, 1) ...@@ -51,6 +51,7 @@ local_size = (1, 1, 1)
0:? Linker Objects 0:? Linker Objects
0:? '@entryPointOutput' (layout( location=0) out float) 0:? '@entryPointOutput' (layout( location=0) out float)
Validation failed
// Module Version 10000 // Module Version 10000
// Generated by (magic number): 8000a // Generated by (magic number): 8000a
// Id's are bound by 22 // Id's are bound by 22
......
...@@ -179,6 +179,7 @@ local_size = (1, 1, 1) ...@@ -179,6 +179,7 @@ local_size = (1, 1, 1)
0:? 'inF2' (layout( location=2) in 4-component vector of float) 0:? 'inF2' (layout( location=2) in 4-component vector of float)
0:? 'inI0' (layout( location=3) in 4-component vector of int) 0:? 'inI0' (layout( location=3) in 4-component vector of int)
Validation failed
// Module Version 10000 // Module Version 10000
// Generated by (magic number): 8000a // Generated by (magic number): 8000a
// Id's are bound by 99 // Id's are bound by 99
......
spv.subgroupUniformControlFlow.vert spv.subgroupUniformControlFlow.vert
WARNING: 0:7: '' : attribute with arguments not recognized, skipping WARNING: 0:7: '' : attribute with arguments not recognized, skipping
Validation failed
// Module Version 10000 // Module Version 10000
// Generated by (magic number): 8000a // Generated by (magic number): 8000a
// Id's are bound by 6 // Id's are bound by 6
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
"site" : "github", "site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Tools", "subrepo" : "KhronosGroup/SPIRV-Tools",
"subdir" : "External/spirv-tools", "subdir" : "External/spirv-tools",
"commit" : "fb02131cb4ac74a357bb53039ca3dd8926bb3b14" "commit" : "4d22f58a812ea02e1ad53c9ccba12cb48f2bd0b2"
}, },
{ {
"name" : "spirv-tools/external/spirv-headers", "name" : "spirv-tools/external/spirv-headers",
"site" : "github", "site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Headers", "subrepo" : "KhronosGroup/SPIRV-Headers",
"subdir" : "External/spirv-tools/external/spirv-headers", "subdir" : "External/spirv-tools/external/spirv-headers",
"commit" : "dafead1765f6c1a5f9f8a76387dcb2abe4e54acd" "commit" : "f5417a4b6633c3217c9a1bc2f0c70b1454975ba7"
} }
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment