Commit 0b937e6
Read the Docs Bot
Auto-update submodules
1 parent dd31e75 commit 0b937e6
2 files changed
+2
-2
lines changed- docs/design/overview.md+9-3
- source/core/slang-command-options-writer.cpp+4-2
- source/slang/slang-emit-metal.cpp+5
- source/slang/slang-preprocessor.cpp+8-3
- tests/diagnostics/nested-pragma-impl1.slang+12
- tests/diagnostics/nested-pragma-impl2.slang+10
- tests/diagnostics/nested-pragma-main.slang+9
- tests/diagnostics/pragma-warning-multifile-impl1.slang+16
- tests/diagnostics/pragma-warning-multifile-impl2.slang+11
- tests/diagnostics/pragma-warning-multifile-main.slang+8
- tests/diagnostics/pragma-warning-single-file.slang+26
- tests/metal/pointer-literals.slang+30
- samples+1-1
- slangpy/core/dispatchdata.py+4-10
- slangpy/core/jupyter.py+6
- slangpy/tests/device/slang/test_nested_structs.py+2-2
- slangpy/tests/device/test_reflection.py-1
- slangpy/tests/slangpy_tests/test_buffer_views.py+9-6
- slangpy/tests/slangpy_tests/test_custom_types.py-5
- slangpy/tests/slangpy_tests/test_generics.py-3
- slangpy/tests/slangpy_tests/test_interfaces.py-3
- slangpy/tests/slangpy_tests/test_map_type_sizes.py-2
- slangpy/tests/slangpy_tests/test_textures.py+2-2
- slangpy/types/buffer.py+7-2
- src/sgl/device/buffer_cursor.cpp+10-5
- src/sgl/device/buffer_cursor.h+5-5
- src/sgl/device/cuda_utils.cpp-1
- src/sgl/device/device.cpp+31-8
- src/sgl/device/device.h-1
- src/sgl/device/shader_object.cpp+4
- src/slangpy_ext/device/device.cpp+12
- src/slangpy_ext/utils/slangpybuffer.cpp+2-2
- src/slangpy_ext/utils/slangpybuffer.h+1-1
- src/slangpy_ext/utils/slangpystridedbufferview.cpp+19-3
- src/slangpy_ext/utils/slangpystridedbufferview.h+1-1
- src/slangpy_ext/utils/slangpytensor.cpp+2-2
- src/slangpy_ext/utils/slangpytensor.h+1-1
0 commit comments