Commit 0a5dbe5
Read the Docs Bot
Auto-update submodules
1 parent 825db52 commit 0a5dbe5
2 files changed
+2
-2
lines changedSubmodule core-module-reference updated 15 files
- _includes/version.inc+1-1
- types/0texture-01/index.md+1-1
- types/appendstructuredbuffer-06g/index.md+1-1
- types/byteaddressbuffer-04b/index.md+1-1
- types/constantbuffer-08/index.md+1-1
- types/consumestructuredbuffer-07h/index.md+1-1
- types/rasterizerorderedbyteaddressbuffer-0ahls/index.md+1-1
- types/rasterizerorderedstructuredbuffer-0ahr/index.md+2-2
- types/raytracingaccelerationstructure-0am/index.md+1-1
- types/rwbyteaddressbuffer-0126d/index.md+1-1
- types/rwstructuredbuffer-012c/index.md+2-2
- types/samplercomparisonstate-07h/index.md+1-1
- types/samplerstate-07/index.md+1-1
- types/structuredbuffer-0a/index.md+2-2
- types/texturebuffer-07/index.md+1-1
- .github/workflows/check-cmdline-ref.yml+50
- .github/workflows/regenerate-cmdline-ref.yml+110
- .github/workflows/slash-command-dispatch.yml+5
- docs/command-line-slangc-reference.md
- docs/user-guide/a2-01-spirv-target-specific.md+21-1
- docs/user-guide/toc.html+1
- source/core/slang-command-options-writer.cpp+3-3
- source/core/slang-command-options.cpp+6-1
- source/slang/slang-ast-builder.cpp+1
- source/slang/slang-ast-decl-ref.cpp+1-1
- source/slang/slang-ast-val.cpp+5-5
- source/slang/slang-ast-val.h+7-10
- source/slang/slang-check-constraint.cpp+2-2
- source/slang/slang-check-decl.cpp+3-3
- source/slang/slang-check-expr.cpp+11-6
- source/slang/slang-check-impl.h+1
- source/slang/slang-check-type.cpp+2-2
- source/slang/slang-diagnostic-defs.h+6
- source/slang/slang-doc-markdown-writer.cpp+2-2
- source/slang/slang-emit-spirv.cpp+213-112
- source/slang/slang-emit.cpp+1-100
- source/slang/slang-ir-inst-defs.h+1
- source/slang/slang-ir-insts.h+1
- source/slang/slang-ir-lower-buffer-element-type.cpp+4-3
- source/slang/slang-ir-util.cpp+23
- source/slang/slang-ir-util.h+3
- source/slang/slang-ir-validate.cpp+120
- source/slang/slang-ir-validate.h+6
- source/slang/slang-ir.cpp+21
- source/slang/slang-ir.h+6
- source/slang/slang-lower-to-ir.cpp+49-5
- source/slang/slang-mangle.cpp+1-1
- source/slang/slang-reflection-api.cpp+1-1
- source/slang/slang-type-layout.cpp+5-1
- source/slang/slang.cpp+1-1
- tests/diagnostics/invalid-vector-element-count.slang+15
- tests/spirv/spec-constant-sized-array-1.slang+42
- tests/spirv/spec-constant-sized-array-2.slang+48
- tests/spirv/spec-constant-sized-array-3.slang+48
- tests/spirv/spec-constant-sized-array-4.slang+48
- tools/slang-capability-generator/capability-generator-main.cpp+1-1
0 commit comments