Skip to content

Commit

Permalink
Update SPIRV-Cross to 426395
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-clayton committed Oct 9, 2017
1 parent b9a712d commit 81d0519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/SPIRV-Cross
Submodule SPIRV-Cross updated 54 files
+3 −0 CMakeLists.txt
+11 −0 main.cpp
+16 −0 reference/shaders-hlsl/asm/comp/specialization-constant-workgroup.asm.comp
+26 −0 reference/shaders-hlsl/asm/comp/storage-buffer-basic.asm.comp
+8 −0 reference/shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
+7 −1 reference/shaders-hlsl/comp/builtins.comp
+145 −0 reference/shaders-hlsl/frag/image-query-selective.frag
+131 −0 reference/shaders-hlsl/frag/image-query.frag
+26 −0 reference/shaders-hlsl/frag/matrix-input.frag
+71 −0 reference/shaders-hlsl/frag/mod.frag
+23 −0 reference/shaders-hlsl/vert/matrix-output.vert
+21 −0 reference/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
+22 −0 reference/shaders-msl/asm/comp/storage-buffer-basic.asm.comp
+9 −0 reference/shaders-msl/asm/vert/empty-struct-composite.asm.vert
+17 −0 reference/shaders-msl/comp/builtins.comp
+2 −2 reference/shaders/asm/comp/bitcast_iadd.asm.comp
+2 −2 reference/shaders/asm/comp/bitcast_iequal.asm.comp
+2 −2 reference/shaders/asm/comp/bitcast_sar.asm.comp
+2 −2 reference/shaders/asm/comp/bitcast_sdiv.asm.comp
+2 −2 reference/shaders/asm/comp/bitcast_slr.asm.comp
+2 −2 reference/shaders/asm/comp/multiple-entry.asm.comp
+2 −2 reference/shaders/asm/comp/name-alias.asm.invalid.comp
+13 −0 reference/shaders/asm/comp/specialization-constant-workgroup.asm.comp
+20 −0 reference/shaders/asm/comp/storage-buffer-basic.asm.comp
+9 −0 reference/shaders/asm/frag/phi-loop-variable.asm.frag
+6 −0 reference/shaders/asm/vert/empty-struct-composite.asm.vert
+53 −0 reference/shaders/desktop-only/frag/image-query.desktop.frag
+47 −0 shaders-hlsl/asm/comp/specialization-constant-workgroup.asm.comp
+57 −0 shaders-hlsl/asm/comp/storage-buffer-basic.asm.comp
+37 −0 shaders-hlsl/asm/vert/empty-struct-composite.asm.vert
+1 −0 shaders-hlsl/comp/builtins.comp
+35 −0 shaders-hlsl/frag/image-query-selective.frag
+33 −0 shaders-hlsl/frag/image-query.frag
+9 −0 shaders-hlsl/frag/matrix-input.frag
+22 −0 shaders-hlsl/frag/mod.frag
+9 −0 shaders-hlsl/vert/matrix-output.vert
+47 −0 shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp
+58 −0 shaders-msl/asm/comp/storage-buffer-basic.asm.comp
+37 −0 shaders-msl/asm/vert/empty-struct-composite.asm.vert
+12 −0 shaders-msl/comp/builtins.comp
+47 −0 shaders/asm/comp/specialization-constant-workgroup.asm.comp
+57 −0 shaders/asm/comp/storage-buffer-basic.asm.comp
+71 −0 shaders/asm/frag/phi-loop-variable.asm.frag
+37 −0 shaders/asm/vert/empty-struct-composite.asm.vert
+56 −0 shaders/desktop-only/frag/image-query.desktop.frag
+58 −98 spirv_common.hpp
+103 −105 spirv_cross.cpp
+25 −5 spirv_cross.hpp
+288 −66 spirv_glsl.cpp
+4 −0 spirv_glsl.hpp
+246 −27 spirv_hlsl.cpp
+25 −0 spirv_hlsl.hpp
+63 −19 spirv_msl.cpp
+18 −6 test_shaders.py

0 comments on commit 81d0519

Please sign in to comment.