3 files changed
+3
-3
lines changedSubmodule core-module-reference updated 32 files
- _includes/stdlib-reference-toc.html+1-2
- _includes/version.inc+1-1
- attributes/index.md+2
- attributes/payload.md+12
- global-decls/coopvecmatmul-47a.md+6-31
- global-decls/coopvecmatmuladd-47ad.md+1-32
- global-decls/coopvecmatmuladdpacked-47adg.md+1-28
- global-decls/coopvecmatmulpacked-47ad.md-14
- global-decls/coopvecouterproductaccumulate-47cj.md+1-32
- global-decls/coopvecreducesumaccumulate-47dg.md+1-18
- global-decls/copysign.md-3
- global-decls/copysign_double.md-3
- global-decls/copysign_float.md-3
- global-decls/copysign_half.md-3
- global-decls/index.md-4
- global-decls/interlockedaddf16emulated-0beh.md-37
- global-decls/interlockedaddf16x2-0be.md-37
- interfaces/idifferentiable-01/dadd.md+5-5
- interfaces/idifferentiable-01/dmul.md+3-3
- interfaces/idifferentiable-01/dzero.md+1-1
- interfaces/idifferentiable-01/index.md+1-1
- interfaces/idifferentiableptrtype-01fi/index.md+1-1
- interfaces/itexelelement-016/index.md+1-1
- interfaces/itexelelement-016/init.md+2-2
- summary.txt+2-3
- types/inputpatch-05/index.md+1-1
- types/outputpatch-06/index.md+1-1
- types/ptr-0/index.md+2-2
- types/rasterizerorderedstructuredbuffer-0ahr/index.md+1-1
- types/rwstructuredbuffer-012c/index.md+1-1
- types/structuredbuffer-0a/index.md+1-1
- types/vector/index.md+1-1
- .gitignore+5
- source/slang/core.meta.slang+32-31
- source/slang/hlsl.meta.slang+10-10
- source/slang/slang-ast-modifier.h+2-2
- source/slang/slang-ast-support-types.h+19
- source/slang/slang-check-expr.cpp+57-38
- source/slang/slang-check-impl.h+1-1
- source/slang/slang-check-modifier.cpp+3-3
- source/slang/slang-check-overload.cpp+1-1
- source/slang/slang-diagnostic-defs.h+9-3
- source/slang/slang-ir-autodiff.cpp+1-1
- source/slang/slang-ir-fuse-satcoop.cpp+7-4
- source/slang/slang-ir-glsl-legalize.cpp+2-3
- source/slang/slang-ir-insts.h+16-3
- source/slang/slang-ir-legalize-varying-params.cpp+1-1
- source/slang/slang-ir-link.cpp+2-1
- source/slang/slang-ir-util.cpp+32
- source/slang/slang-ir-util.h+1
- source/slang/slang-ir.cpp+7
- source/slang/slang-lower-to-ir.cpp+6-3
- tests/bugs/gh-4131.slang+1-1
- tests/diagnostics/implicit-cast-lvalue.slang.expected+1
- tests/diagnostics/invalid-constant-pointer-taking.slang+23
- tests/diagnostics/methods/mutating-method-on-rvalue.slang.expected+2-1
- tests/diagnostics/setter-method.slang.expected+2-2
- tests/language-feature/known-builtin-enum-test.slang+22
- tools/slang-generate/main.cpp+9-3
- .gitignore+4
- external/slang-rhi+1-1
- nsyspython.bat+1
- samples+1-1
- slangpy/tests/slangpy_tests/helpers.py+17-4
- slangpy/tests/slangpy_tests/test_differential_function_call.py+9-2
- slangpy/tests/slangpy_tests/test_instances.py+8-1
- slangpy/tests/slangpy_tests/test_pointers.py+124-3
- slangpy/tests/slangpy_tests/test_textures.py+2
- slangpy/tests/slangpy_tests/test_torchbuffers.py+224
- slangpy/tests/slangpy_tests/test_vector_function_call.py+5-1
- src/sgl/device/device.cpp+53-7
- src/sgl/device/device.h+17-1
- src/sgl/device/native_handle.h+4
- src/sgl/device/native_handle_traits.h+21
- src/slangpy_ext/device/device.cpp+28-13
- src/slangpy_ext/device/native_handle.cpp+8-1
0 commit comments