3 files changed
+3
-3
lines changedSubmodule core-module-reference updated 25 files
- _includes/stdlib-reference-toc.html+1
- _includes/version.inc+1-1
- global-decls/0wavecountbits-015a.md+4-4
- global-decls/asuint.md+35
- global-decls/mul.md+44
- global-decls/transpose.md+31
- global-decls/workgroupsize-09.md+4-4
- summary.txt+1-1
- types/0texture-01/gather-0.md+17-2
- types/0texture-01/gatheralpha-06.md+17-2
- types/0texture-01/gatherblue-06.md+17-2
- types/0texture-01/gathercmp-06.md+17-2
- types/0texture-01/gathercmpalpha-069.md+17-2
- types/0texture-01/gathercmpblue-069.md+17-2
- types/0texture-01/gathercmpgreen-069.md+17-2
- types/0texture-01/gathercmpred-069.md+17-2
- types/0texture-01/gathergreen-06.md+17-2
- types/0texture-01/gatherred-06.md+17-2
- types/0texture-01/index.md+2
- types/0texture-01/load-0.md+140-14
- types/0texture-01/sample-0.md+19-4
- types/0texture-01/samplelevelzero-06b.md+140
- types/descriptorhandle-0a/init.md+2-2
- types/raytracingaccelerationstructure-0am/init.md+2-2
- types/vector/init.md+2-2
- .github/workflows/release-linux-glibc-2-27.yml+4
- .gitignore+5
- docs/user-guide/a1-04-interop.md+27-3
- docs/user-guide/a3-02-reference-capability-atoms.md+9
- source/core/slang-performance-profiler.cpp+23-7
- source/core/slang-uint-set.h+5
- source/slang/glsl.meta.slang+188-24
- source/slang/hlsl.meta.slang+161-6
- source/slang/slang-ast-builder.cpp+5
- source/slang/slang-ast-builder.h+3
- source/slang/slang-ast-val.cpp+24-43
- source/slang/slang-ast-val.h+8-2
- source/slang/slang-capabilities.capdef+9
- source/slang/slang-capability-val.h+57-31
- source/slang/slang-capability.cpp+520-2
- source/slang/slang-capability.h+14-1
- source/slang/slang-check-decl.cpp+50-39
- source/slang/slang-check-impl.h+1-1
- source/slang/slang-check-modifier.cpp+19-5
- source/slang/slang-check-shader.cpp+1-2
- source/slang/slang-ir-lower-bit-cast.cpp+100-1
- source/slang/slang-ir-util.cpp+5
- tests/bugs/gh-8683-glsl-sample-implicit-lod.slang+57
- tests/glsl-intrinsic/compute-derivative/intrinsic-derivative-function-in-compute.slang+4-4
- tests/glsl-intrinsic/intrinsic-texture.slang+1.4k-736
- tests/language-feature/capability/intrinsic-texture-ignore-capability.slang+1-1
- tests/spirv/bitcast-16bit-types.slang+83
- tests/spirv/bitcast-32bit-types.slang+80
- tests/spirv/bitcast-64bit-types.slang+114
- tests/spirv/bitcast-8bit-types.slang+69
- tests/spirv/bitcast-matrix.slang+59
- tests/spirv/bitcast-pointer-vector-version.slang+38
- tests/spirv/bitcast-pointers.slang+77
- tests/spirv/bitcast-struct-array.slang+54
- tests/spirv/bitcast-vector.slang+145
- tests/spirv/unbounded-acceleration-structure-array.slang+45
- tools/benchmark/compile.py+4-1
- tools/slang-test/slang-test-main.cpp+13
0 commit comments