Update SPIRV-Tools known good.

Also update spirv-opt recipes.
This commit is contained in:
GregF
2018-03-26 12:11:55 -06:00
parent 845860d565
commit eecb874c35
3 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ hlsl.flattenOpaqueInitMix.vert
WARNING: AST will form illegal SPIR-V; need to transform to legalize
// Module Version 10000
// Generated by (magic number): 80006
// Id's are bound by 80
// Id's are bound by 97
Capability Shader
1: ExtInstImport "GLSL.std.450"
@@ -32,13 +32,13 @@ WARNING: AST will form illegal SPIR-V; need to transform to legalize
49: 7(float) Constant 1056964608
56: TypePointer Output 11(fvec4)
57(@entryPointOutput): 56(ptr) Variable Output
96: 36(fvec2) ConstantComposite 49 49
4(main): 2 Function None 3
5: Label
63: 6 Load 44(g_tInputTexture_sampler)
64: 8 Load 47(g_tInputTexture)
73: 28 SampledImage 64 63
78: 36(fvec2) CompositeConstruct 49 49
79: 11(fvec4) ImageSampleExplicitLod 73 78 Lod 38
79: 11(fvec4) ImageSampleExplicitLod 73 96 Lod 38
Store 57(@entryPointOutput) 79
Return
FunctionEnd