Commit 44f5ede
Read the Docs Bot
Auto-update submodules
1 parent a0d56fb commit 44f5ede
2 files changed
+2
-2
lines changed- .github/actions/common-setup/action.yml+8-9
- .github/workflows/ci-slang-build.yml+1-2
- source/core/slang-platform.cpp+10-1
- source/slang/slang-parser.cpp+13-14
- tests/cpp-compiler/c-compile-shared-library.c+1-2
- tests/cpp-compiler/cpp-compile-shared-library.cpp+1-2
- tests/diagnostics/int-literal.slang+3
- tests/diagnostics/int-literal.slang.expected+3
- tests/glsl-intrinsic/shader-subgroup/shader-subgroup-vote.slang+36-32
- tests/hlsl-intrinsic/wave-active-product.slang+10-5
- tests/hlsl-intrinsic/wave-active-product.slang.expected.txt-8
- tests/hlsl-intrinsic/wave-diverge.slang+7-5
- tests/hlsl-intrinsic/wave-is-first-lane.slang+6-4
- tests/hlsl-intrinsic/wave-is-first-lane.slang.expected.txt-8
- tests/slang-extension/atomic-int64-byte-address-buffer.slang+1-1
- external/fmt+1-1
- external/slang-rhi+1-1
- external/vcpkg+1-1
- slangpy/core/utils.py+4-2
- slangpy/types/buffer.py+3-3
- src/sgl/CMakeLists.txt+6
- src/sgl/core/macros.h+1-1
- src/sgl/device/pipeline.cpp+3
- src/sgl/device/pipeline.h+3
- src/sgl/device/reflection.h+13-6
- src/sgl/device/shader.h+7
- src/sgl/device/types.h+18
- src/sgl/math/constants.h+5
- src/slangpy_ext/device/cursor_utils.h+2
- src/slangpy_ext/device/device.cpp+35-14
- src/slangpy_ext/nanobind.h+19
- src/slangpy_ext/utils/slangpy.cpp+16
- src/slangpy_ext/utils/slangpy.h+15-2
- src/slangpy_ext/utils/slangpybuffer.h+1-1
- src/slangpy_ext/utils/slangpyfunction.cpp+16-1
- src/slangpy_ext/utils/slangpyfunction.h+8-1
- src/slangpy_ext/utils/slangpypackedarg.h+2-1
- src/slangpy_ext/utils/slangpystridedbufferview.h+1
- src/slangpy_ext/utils/slangpytensor.h+1-1
0 commit comments