Commit 693cdb5
Read the Docs Bot
Auto-update submodules
1 parent 63e5e7d commit 693cdb5
2 files changed
+2
-2
lines changed- .github/workflows/ci.yml+2-2
- .github/workflows/release-linux-glibc-2-27.yml+1-1
- .github/workflows/release.yml+1-1
- examples/example-base/example-base.cpp+52-43
- prelude/slang-cuda-prelude.h+72-13
- source/slang/hlsl.meta.slang+11-2
- source/slang/slang-check-conversion.cpp+4-1
- source/slang/slang-check-overload.cpp+13-3
- source/slang/slang-reflection-json.cpp+5-1
- source/slang/slang-type-layout.cpp-8
- tests/bindings/hlsl-to-vulkan-array.hlsl.expected+4-4
- tests/bindings/hlsl-to-vulkan-global.hlsl.expected+4-4
- tests/bindings/hlsl-to-vulkan-shift-implicit.hlsl.expected+7-7
- tests/bindings/hlsl-to-vulkan-shift.hlsl.expected+7-7
- tests/bugs/gh-7441.slang+74
- tests/bugs/gh-7856.slang+52
- tests/cross-compile/cpp-resource-reflection.slang.32.expected+20-20
- tests/cross-compile/cpp-resource-reflection.slang.64.expected+20-20
- tests/cuda/cuda-reflection.slang.expected+22-22
- tests/language-feature/pointer-cast-glsl.slang+21-7
- tests/metal/nested-parameter-block-reflection.slang+2-2
- tests/metal/simple-compute.slang+2-2
- tests/metal/vector-argument-buffer-layout.slang+2-2
- tests/reflection/acceleration-structure.slang+1-1
- tests/reflection/actual-global.slang.expected+2-2
- tests/reflection/arrays.hlsl.expected+7-7
- tests/reflection/attribute.slang.expected+16-16
- tests/reflection/binding-gl.hlsl.expected+7-7
- tests/reflection/binding-push-constant-gl.hlsl.expected+12-12
- tests/reflection/buffer-layout.slang.1.expected+22-22
- tests/reflection/buffer-layout.slang.expected+22-22
- tests/reflection/cross-compile.slang.expected+3-3
- tests/reflection/global-type-params.slang.expected+7-7
- tests/reflection/matrix-layout.slang.1.expected+16-16
- tests/reflection/matrix-layout.slang.expected+16-16
- tests/reflection/mix-explicit-and-implicit-spaces.slang.expected+9-9
- tests/reflection/multi-file.hlsl.expected+27-27
- tests/reflection/parameter-block-explicit-space.slang.expected+6-6
- tests/reflection/ptr/ptr-generic.slang.expected+2-2
- tests/reflection/ptr/ptr-global.slang.expected+5-5
- tests/reflection/ptr/ptr-self-reference.slang.expected+4-4
- tests/reflection/ptr/ptr-struct.slang.expected+10-10
- tests/reflection/reflect-imported-code.hlsl.expected+6-6
- tests/reflection/reflect-static.slang.expected+5-5
- tests/reflection/reflection0.hlsl.expected+3-3
- tests/reflection/resource-in-cbuffer.hlsl.expected+5-5
- tests/reflection/structured-buffer.slang.expected+3-3
- tests/reflection/used-parameters.slang.expected+10-10
- tools/slang-unit-test/unit-test-record-replay.cpp+4
- slangpy/tests/device/test_buffer_cursor.py+1-3
- slangpy/tests/device/test_shader_cursor.py+10-23
- src/sgl/device/buffer_cursor.cpp+15-51
- src/sgl/device/cursor_access_wrappers.h+252-108
- src/sgl/device/cursor_utils.cpp+48-86
- src/sgl/device/cursor_utils.h+28-1
- src/sgl/device/shader_cursor.cpp+23-36
- src/sgl/device/shader_cursor.h+3-1
- src/slangpy_ext/device/cursor_utils.h+11-7
- src/slangpy_ext/utils/slangpy.cpp+14-5
- src/slangpy_ext/utils/slangpybuffer.cpp+8-2
- src/slangpy_ext/utils/slangpytensor.cpp+8-2
0 commit comments