Commit 0068014
Read the Docs Bot
Auto-update submodules
1 parent ff50569 commit 0068014
2 files changed
+2
-2
lines changed- .github/workflows/ci-slang-test.yml+25-9
- .github/workflows/compile-rtx-remix-shaders-nightly.yml+13
- docs/command-line-slangc-reference.md+1
- docs/user-guide/a3-02-reference-capability-atoms.md+4
- examples/mlp-training-coopvec/mlp-training-coopvec.cpp+31-32
- external/slang-rhi+1-1
- source/slang/glsl.meta.slang+6-76
- source/slang/hlsl.meta.slang+295-1
- source/slang/slang-capabilities.capdef+4
- source/slang/slang-emit-spirv.cpp+15-3
- source/slang/slang-lower-to-ir.cpp+1
- tests/hlsl-intrinsic/texture/sample-cmp.slang+340
- tests/spirv/debug-struct-member-line-numbers.slang+59
- external/slang-rhi+1-1
- samples+1-1
- slangpy/tests/device/test_coopvec.py+48-43
- src/sgl/CMakeLists.txt-2
- src/sgl/core/error.h+2-2
- src/sgl/device/command.cpp+49-11
- src/sgl/device/command.h+13
- src/sgl/device/coopvec.cpp-278
- src/sgl/device/coopvec.h-105
- src/sgl/device/device.cpp+93-8
- src/sgl/device/device.h+33-6
- src/sgl/device/fwd.h+1-3
- src/sgl/device/raytracing.cpp-5
- src/sgl/device/resource.h+10
- src/sgl/device/types.h+90
- src/slangpy_ext/CMakeLists.txt-1
- src/slangpy_ext/device/command.cpp+19-1
- src/slangpy_ext/device/coopvec.cpp-50
- src/slangpy_ext/device/device.cpp+68-87
- src/slangpy_ext/device/types.cpp+35
- src/slangpy_ext/nanobind.h+1-1
- src/slangpy_ext/slangpy_ext.cpp-2
- tools/postprocess_stub.py+1
0 commit comments