Commit 9265376
Read the Docs Bot
Auto-update submodules
1 parent 5538f2a commit 9265376
2 files changed
+2
-2
lines changed- docs/command-line-slangc-reference.md+1
- docs/user-guide/a3-02-reference-capability-atoms.md+9-6
- source/slang/hlsl.meta.slang+413-81
- source/slang/slang-capabilities.capdef+5-1
- source/slang/slang-check-conversion.cpp+53-27
- source/slang/slang-check-decl.cpp+10-7
- source/slang/slang-check-expr.cpp+14-6
- source/slang/slang-check-impl.h+3-2
- source/slang/slang-check-modifier.cpp+1-1
- source/slang/slang-check-overload.cpp+7-2
- source/slang/slang-check-stmt.cpp+3-3
- source/slang/slang-emit-c-like.cpp+47-18
- source/slang/slang-emit-c-like.h+3
- source/slang/slang-emit-glsl.cpp+1-1
- source/slang/slang-emit-hlsl.cpp+2-2
- source/slang/slang.cpp+10-1
- tests/bugs/infer-var-type-constant-folding.slang+15
- tests/cooperative-vector/add.slang+7-6
- tests/cooperative-vector/atan.slang+1-1
- tests/cooperative-vector/clamp.slang+1-1
- tests/cooperative-vector/comparison.slang+1-1
- tests/cooperative-vector/conversion.slang+1-1
- tests/cooperative-vector/copyFrom.slang+1-1
- tests/cooperative-vector/div.slang+1-1
- tests/cooperative-vector/exp.slang+1-1
- tests/cooperative-vector/fill.slang+1-1
- tests/cooperative-vector/fma.slang+1-1
- tests/cooperative-vector/load-store-groupshared.slang+1-1
- tests/cooperative-vector/load-store-rwbyteaddressbuffer.slang+1-1
- tests/cooperative-vector/load-store-rwstructuredbuffer.slang+1-1
- tests/cooperative-vector/log.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-mut.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-packed-mut.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-packed.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-rw-packed.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-rw.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-rwbyteaddress-packed.slang+1-1
- tests/cooperative-vector/matrix-mul-bias-structuredbuffer-packed.slang+1-1
- tests/cooperative-vector/matrix-mul-bias.slang+1-1
- tests/cooperative-vector/matrix-mul-byteaddress.slang+1-1
- tests/cooperative-vector/matrix-mul-mut.slang+1-1
- tests/cooperative-vector/matrix-mul-packed-mut.slang+1-1
- tests/cooperative-vector/matrix-mul-packed.slang+1-1
- tests/cooperative-vector/matrix-mul-rw-packed.slang+1-1
- tests/cooperative-vector/matrix-mul-rw.slang+1-1
- tests/cooperative-vector/matrix-mul-rwbyteaddress-packed.slang+1-1
- tests/cooperative-vector/matrix-mul-structuredbuffer-packed.slang+1-1
- tests/cooperative-vector/matrix-mul.slang+1-1
- tests/cooperative-vector/max.slang+1-1
- tests/cooperative-vector/min.slang+1-1
- tests/cooperative-vector/mod.slang+1-1
- tests/cooperative-vector/mul.slang+1-1
- tests/cooperative-vector/outer-product-structuredbuffer.slang+1-1
- tests/cooperative-vector/outer-product.slang+1-1
- tests/cooperative-vector/reduce-sum-accumulate-structuredbuffer.slang+1-1
- tests/cooperative-vector/reduce-sum-accumulate.slang+1-1
- tests/cooperative-vector/scalar-mul.slang+1-1
- tests/cooperative-vector/simple.slang+1-1
- tests/cooperative-vector/step.slang+1-1
- tests/cooperative-vector/sub.slang+1-1
- tests/cooperative-vector/subscript.slang+1-1
- tests/cooperative-vector/tanh.slang+1-1
- tests/cooperative-vector/unary.slang+1-1
- tests/cooperative-vector/variadic-init-cast.slang+1-1
- tests/cooperative-vector/variadic-init.slang+1-1
- tests/hlsl-intrinsic/const-buffer-pointer.slang+1-1
- tests/language-feature/generics/generic-overload.slang+37
0 commit comments