Commit 8b1bf4e
Read the Docs Bot
Auto-update submodules
1 parent 1fcb8ad commit 8b1bf4e
3 files changed
+3
-3
lines changedSubmodule core-module-reference updated 9 files
- .github/workflows/ci.yml+6-1
- .github/workflows/release-linux-glibc-2-17.yml-65
- .github/workflows/release.yml+1-2
- docs/command-line-slangc-reference.md+8-8
- docs/design/serialization.md+154-1
- docs/user-guide/11-language-version.md+41
- docs/user-guide/a3-02-reference-capability-atoms.md+3
- docs/user-guide/toc.html+7
- external/CMakeLists.txt+10-14
- include/slang.h+9-15
- prelude/slang-cuda-prelude.h+11-10
- source/core/slang-blob-builder.cpp+473
- source/core/slang-blob-builder.h+352
- source/core/slang-internally-linked-list.cpp+2
- source/core/slang-internally-linked-list.h+126
- source/core/slang-memory-arena.h+11
- source/core/slang-relative-ptr.cpp+2
- source/core/slang-relative-ptr.h+97
- source/core/slang-riff.h+1-67
- source/core/slang-type-text-util.cpp+11-8
- source/core/slang-type-text-util.h+4-4
- source/slang-record-replay/record/parameter-recorder.cpp+1-1
- source/slang-record-replay/replay/json-consumer.cpp+1-1
- source/slang-record-replay/replay/parameter-decoder.cpp+1-1
- source/slang/CMakeLists.txt+1-1
- source/slang/hlsl.meta.slang+54-2
- source/slang/slang-ast-builder.cpp+6
- source/slang/slang-ast-builder.h+1
- source/slang/slang-ast-decl.h+8-9
- source/slang/slang-ast-expr.h+10
- source/slang/slang-ast-iterator.h+7
- source/slang/slang-ast-type.cpp+25-2
- source/slang/slang-ast-type.h+7
- source/slang/slang-capabilities.capdef+1-1
- source/slang/slang-check-constraint.cpp+242-1
- source/slang/slang-check-decl.cpp+59-32
- source/slang/slang-check-expr.cpp+38-1
- source/slang/slang-check-impl.h+2
- source/slang/slang-compiler-options.cpp+2-2
- source/slang/slang-compiler-options.h+9
- source/slang/slang-compiler.cpp+40
- source/slang/slang-compiler.h+3
- source/slang/slang-diagnostic-defs.h+13-3
- source/slang/slang-emit-spirv-ops.h+26
- source/slang/slang-emit-spirv.cpp+53-12
- source/slang/slang-fossil.cpp+187
- source/slang/slang-fossil.h+488
- source/slang/slang-ir-clone.cpp+7-1
- source/slang/slang-ir-inst-defs.h+2
- source/slang/slang-ir-insts.h+14
- source/slang/slang-ir-legalize-types.cpp+33
- source/slang/slang-ir-spirv-legalize.cpp+79
- source/slang/slang-ir-util.cpp+39-23
- source/slang/slang-ir-util.h+6-3
- source/slang/slang-ir.cpp+7-1
- source/slang/slang-language-server-ast-lookup.cpp+8
- source/slang/slang-lower-to-ir.cpp+32-1
- source/slang/slang-options.cpp+13-13
- source/slang/slang-parser.cpp+123-46
- source/slang/slang-preprocessor.cpp+84-6
- source/slang/slang-preprocessor.h+3-1
- source/slang/slang-serialize-ast.cpp+39-14
- source/slang/slang-serialize-fossil.cpp+1.6k
- source/slang/slang-serialize-fossil.h+741
- source/slang/slang-serialize-riff.cpp+30-10
- source/slang/slang-serialize-riff.h+10-2
- source/slang/slang-serialize.h+41-2
- source/slang/slang-type-layout.cpp+7-6
- source/slang/slang.cpp+21-4
- tests/bugs/gh-3429.slang+2-1
- tests/bugs/static-const-init-expr-with-interface-1.slang+15
- tests/bugs/static-const-init-expr-with-interface-2.slang+15
- tests/cooperative-matrix/map-element-single.slang+27-13
- tests/cooperative-matrix/map-element-tuple.slang+68
- tests/cuda/lss-test.slang+8-6
- tests/language-feature/capability/var-capability-incompatible.slang+19
- tests/language-feature/capability/var-capability-wgsl-2.slang+15
- tests/language-feature/capability/var-capability-wgsl.slang+15
- tests/language-feature/capability/var-implicit-capability-wgsl.slang+14
- tests/language-feature/lang-version.slang+51
- tests/language-feature/tuple/tuple-expand-multiple.slang+37
- tests/language-feature/tuple/tuple-expand.slang+25
- tests/language-feature/tuple/tuple-syntax.slang+42
- tests/spirv/spec-constant-int-val-float-to-int-cast.slang+15
- tests/spirv/spec-constant-operations.slang+84
- tools/CMakeLists.txt+5-11
- tools/gfx/vulkan/glslang-module.h+1-1
- tools/gfx/vulkan/vk-shader-program.cpp+1-1
- tools/platform/gui.h+1-1
- tools/platform/model.cpp+4-4
- tools/platform/vector-math.h+4-4
- tools/slang-fiddle/slang-fiddle-lua.cpp+1-1
- tools/slang-fiddle/slang-fiddle-script.cpp+3-3
- tools/slang-fiddle/slang-fiddle-script.h+2-2
- docs/changelog.rst+5
- samples+1-1
- slangpy/builtin/valueref.py+44-3
- slangpy/core/jupyter.py+2-2
- slangpy/tests/slangpy_tests/test_numpy.py+56
- src/sgl/device/buffer_cursor.cpp+27-3
- src/sgl/device/cursor_utils.cpp-5
- src/sgl/device/shader_cursor.cpp+11-3
- src/sgl/math/matrix_types.h+12-4
- src/slangpy_ext/device/cursor_utils.h+12-47
- src/slangpy_ext/math/matrix.cpp+15-2
- tools/postprocess_stub.py+4
0 commit comments