Commit d79e51c
Read the Docs Bot
Auto-update submodules
1 parent ee6c84a commit d79e51c
3 files changed
+3
-3
lines changedSubmodule core-module-reference updated 35 files
- _includes/stdlib-reference-toc.html+11
- _includes/version.inc+1-1
- global-decls/asfloat16.md+3
- global-decls/asuint16.md+3
- global-decls/getinstancetraversable-03b.md+48
- global-decls/gettransformlisthandle-03cg.md+42
- global-decls/gettransformlistsize-03cg.md+36
- global-decls/gettraversablechild-03e.md+42
- global-decls/gettraversableinstanceid-03em.md+42
- global-decls/gettraversableobjecttoworld-03ekm.md+42
- global-decls/gettraversabletransformtype-03en.md+42
- global-decls/gettraversableworldtoobject-03ejl.md+42
- global-decls/index.md+8
- global-decls/objecttoworld3x4-068.md+3
- global-decls/objecttoworld4x3-068.md+3
- global-decls/raytracing.md+24
- global-decls/worldtoobject3x4-057.md+3
- global-decls/worldtoobject4x3-057.md+3
- interfaces/iarray-01/index.md+1-1
- summary.txt+4-2
- types/0texture-01/index.md+4
- types/0texture-01/sample-0.md+1-1
- types/0texture-01/samplecmpbias-069.md+101
- types/0texture-01/samplecmpgrad-069.md+108
- types/differentialptrpair-0cf/index.md+3-3
- types/hitobject-03/gethitkind-036.md+3
- types/hitobject-03/getobjectraydirection-039c.md+3
- types/hitobject-03/getobjectrayorigin-039c.md+3
- types/index.md+1
- types/rasterizerorderedstructuredbuffer-0ahr/decrementcounter-09.md+9
- types/rasterizerorderedstructuredbuffer-0ahr/incrementcounter-09.md+9
- types/raytracing.md+3
- types/rwstructuredbuffer-012c/decrementcounter-09.md+9
- types/rwstructuredbuffer-012c/incrementcounter-09.md+9
- types/traversable_transform_type-0123456789acdefghijkmnop/index.md+28
- .gitattributes+3
- .github/actions/claude-code-runner/action.yml+27-21
- .github/workflows/falcor-test.yml+6-1
- .github/workflows/release-linux-glibc-2-27.yml+3
- .github/workflows/release.yml+3
- cmake/GitVersion.cmake+89-27
- cmake/slang_git_version+1
- docs/building.md+11-1
- docs/diagnostic-guidelines.md+590
- examples/CMakeLists.txt+40-25
- examples/autodiff-texture/CMakeLists.txt+1
- examples/cpu-com-example/CMakeLists.txt+1
- examples/cpu-hello-world/CMakeLists.txt+1
- examples/gpu-printing/CMakeLists.txt+1
- examples/hello-world/CMakeLists.txt+1
- examples/mlp-training-coopvec/CMakeLists.txt+1
- examples/mlp-training/CMakeLists.txt+1
- examples/model-viewer/CMakeLists.txt+1
- examples/nv-aftermath-example/CMakeLists.txt+1
- examples/platform-test/CMakeLists.txt+1
- examples/ray-tracing-pipeline/CMakeLists.txt+1
- examples/ray-tracing/CMakeLists.txt+1
- examples/reflection-api/CMakeLists.txt+1
- examples/reflection-parameter-blocks/CMakeLists.txt+1
- examples/shader-object/CMakeLists.txt+1
- examples/shader-toy/CMakeLists.txt+1
- examples/triangle/CMakeLists.txt+1
- external/CMakeLists.txt+24-19
- include/slang-deprecated.h+76
- include/slang.h+130-3
- source/slang/slang-ir-bind-existentials.cpp+1-1
- source/slang/slang-ir-glsl-legalize.cpp+1-1
- source/slang/slang-ir-insts.h+6-2
- source/slang/slang-ir-legalize-varying-params.cpp+1-1
- source/slang/slang-ir-lower-append-consume-structured-buffer.cpp+2-2
- source/slang/slang-ir-lower-binding-query.cpp+2
- source/slang/slang-ir-lower-combined-texture-sampler.cpp+2-4
- source/slang/slang-ir-metadata.cpp+2-2
- source/slang/slang-ir-translate-global-varying-var.cpp+1-1
- source/slang/slang-ir.cpp+7-3
- source/slang/slang-parameter-binding.cpp+74-59
- source/slang/slang-reflection-api.cpp+52-34
- source/slang/slang-reflection-json.cpp+23-18
- source/slang/slang-type-layout.cpp+133-50
- source/slang/slang-type-layout.h+247-57
- tools/gfx-unit-test/link-time-constant-array-size.cpp+2-2
- tools/gfx-unit-test/link-time-constant-nested-struct-offsets-lib.slang+3
- tools/gfx-unit-test/link-time-constant-nested-struct-offsets-main.slang+39
- tools/gfx-unit-test/link-time-constant-nested-struct-offsets.cpp+238
- tools/gfx-unit-test/link-time-constant-struct-offsets-lib.slang+1
- tools/gfx-unit-test/link-time-constant-struct-offsets-main.slang+25
- tools/gfx-unit-test/link-time-constant-struct-offsets.cpp+233
- tools/gfx/d3d12/d3d12-shader-object-layout.cpp+6-2
- tools/gfx/vulkan/vk-shader-object-layout.cpp+15-9
- CMakeLists.txt+1-1
- external/CMakeLists.txt+3
- external/slang-rhi+1-1
- slangpy/tests/device/test_rhi_module.py+16
- slangpy/tests/device/test_rhi_module.slang+15
- src/sgl/CMakeLists.txt+1
- src/sgl/device/buffer_cursor.h+8
- src/sgl/device/cursor_utils.h+6
- src/sgl/device/rhi.slang+3
- src/sgl/device/shader_cursor.h+8
- tests/CMakeLists.txt+1
- tests/sgl/device/test_cursors.cpp+96
0 commit comments