Commit b95a382
Read the Docs Bot
Auto-update submodules
1 parent fad3ed3 commit b95a382
3 files changed
+3
-3
lines changedSubmodule core-module-reference updated 30 files
- _includes/stdlib-reference-toc.html+34-30
- _includes/version.inc+1-1
- summary.txt+2-23
- types/coopmat-04/add.md+7-1
- types/coopmat-04/copyfrom-4.md+3
- types/coopmat-04/div.md+7-1
- types/coopmat-04/equals.md+7-1
- types/coopmat-04/fill.md+3
- types/coopmat-04/getcount-3.md+14-2
- types/coopmat-04/getlength-03.md+10-4
- types/coopmat-04/index.md+62
- types/coopmat-04/init.md+7
- types/coopmat-04/lessthan-4.md+7-1
- types/coopmat-04/lessthanorequals-48a.md+7-1
- types/coopmat-04/load-0.md+68-24
- types/coopmat-04/loadcoherent-04.md+16-1
- types/coopmat-04/mapelement-03.md+10-1
- types/coopmat-04/mod.md+7-1
- types/coopmat-04/mul.md+7-1
- types/coopmat-04/neg.md+5-1
- types/coopmat-04/reduce2x2-0.md+8-1
- types/coopmat-04/reducecolumn-06.md+10-1
- types/coopmat-04/reducerow-06.md+10-1
- types/coopmat-04/reducerowandcolumn-069c.md+12-1
- types/coopmat-04/store-0.md+45-10
- types/coopmat-04/storecoherent-05.md+12-1
- types/coopmat-04/sub.md+7-1
- types/coopmat-04/transpose-0.md+8-1
- types/index.md+1-1
- types/matrix_types.md+18
- cmake/CompilerFlags.cmake+3-4
- docs/building.md+2-2
- examples/mlp-training-coopvec/mlp-training-coopvec.cpp+1-1
- examples/mlp-training/mlp-training.cpp+1-1
- source/compiler-core/slang-include-system.cpp+6-3
- source/compiler-core/slang-include-system.h+10-2
- source/slang/CMakeLists.txt+1-1
- source/slang/slang-ast-type.cpp+9-14
- source/slang/slang-ast-type.h+23-6
- source/slang/slang-check-constraint.cpp+2-2
- source/slang/slang-check-conversion.cpp+2-2
- source/slang/slang-check-decl.cpp+26-56
- source/slang/slang-check-expr.cpp+6-7
- source/slang/slang-check-overload.cpp+6-7
- source/slang/slang-check-shader.cpp+20-11
- source/slang/slang-emit-spirv.cpp+1-1
- source/slang/slang-emit.cpp+5
- source/slang/slang-ir-glsl-legalize.cpp+908-336
- source/slang/slang-ir-specialize-resources.cpp+58-6
- source/slang/slang-ir-specialize-resources.h+13
- source/slang/slang-ir-util.cpp+16-16
- source/slang/slang-ir.cpp+10-20
- source/slang/slang-lower-to-ir.cpp+1.0k-353
- source/slang/slang-mangle.cpp+2-2
- source/slang/slang-preprocessor.cpp+5-1
- source/slang/slang-syntax.cpp+8-29
- source/slang/slang-syntax.h+44-7
- source/slang/slang-type-layout.cpp+5
- tests/bugs/sample-grad-clamp-lod.slang.glsl+3-3
- tests/bugs/vk-structured-buffer-load.hlsl.glsl+5-5
- tests/compute/nonuniformres-array-of-textures.slang+1-1
- tests/compute/nonuniformres-as-function-parameter.slang+3-3
- tests/cuda/param-block-alignment.slang+38
- tests/cuda/param-block-alignment.slang.expected.txt+10
- tests/preprocessor/include-angle-bracket.slang+1-1
- tests/preprocessor/include-search-path.slang+7
- tests/preprocessor/include-search-path.slang.1.expected+8
- tests/spirv/debug-info-rt.slang+16
- tests/spirv/optional-vertex-output.slang+4-4
- tests/vkray/miss.slang.glsl+3-3
- tools/slang-fiddle/slang-fiddle-lua.cpp+6-1
- tools/slang-test/slang-test-main.cpp+11-1
- tools/slang-test/test-reporter.cpp+19
- tools/slang-test/test-reporter.h+1-1
- tools/unit-test/slang-unit-test.h+12-4
0 commit comments