3 files changed
+3
-3
lines changedSubmodule core-module-reference updated 425 files
- .github/workflows/check-formatting.yml+2
- .github/workflows/ci.yml+5-14
- CONTRIBUTING.md-1
- README.md+1-1
- docs/build_toc.ps1-2
- docs/build_toc.sh+1-1
- docs/gfx-user-guide/01-getting-started.md-264
- docs/gfx-user-guide/index.md-25
- docs/gfx-user-guide/nav.html-5
- docs/gfx-user-guide/toc.html-18
- docs/gfx-user-guide/unsupported-formats.md-266
- source/compiler-core/slang-json-native.cpp+34
- source/compiler-core/slang-json-value.h+35
- source/compiler-core/slang-language-server-protocol.cpp+1
- source/compiler-core/slang-language-server-protocol.h+7
- source/compiler-core/slang-lexer.cpp+60-15
- source/core/slang-rtti-info.h+7-1
- source/core/slang-rtti-util.cpp+60
- source/slang/hlsl.meta.slang+1-1
- source/slang/slang-ast-decl.cpp+2-1
- source/slang/slang-ast-print.cpp+5-7
- source/slang/slang-check-decl.cpp+100-1
- source/slang/slang-check-impl.h+5
- source/slang/slang-check-modifier.cpp+3
- source/slang/slang-content-assist-info.h+10
- source/slang/slang-diagnostic-defs.h+11
- source/slang/slang-emit-spirv-ops-debug-info-ext.h+9-1
- source/slang/slang-language-server-completion.cpp+97-3
- source/slang/slang-language-server-completion.h+8
- source/slang/slang-language-server.cpp+25-3
- source/slang/slang-parser.cpp+16-2
- source/slang/slang-workspace-version.h+1-1
- tests/cooperative-vector/neg.slang+27
- tests/cpu-program/cpu-hello-world-test.slang
- tests/cpu-program/cpu-hello-world-test.slang.expected
- tests/diagnostics/interfaces/interface-override.slang+28
- tests/diagnostics/syntax-error-intrinsic.slang+9-8
- tests/diagnostics/syntax-error-intrinsic.slang.expected-1
- tests/diagnostics/syntax-error-op-line-2.slang+14-13
- tests/diagnostics/syntax-error-op-line-2.slang.expected-1
- tests/diagnostics/syntax-error-op-line-3.slang+16-16
- tests/diagnostics/syntax-error-op-line-3.slang.expected-1
- tests/diagnostics/syntax-error-op-line.slang+10-9
- tests/diagnostics/syntax-error-op-line.slang.expected-1
- tests/expected-failure-github-runner.txt-1
- tests/expected-failure-no-gpu.txt+6
- tests/expected-failure-via-glsl.txt
- tests/hlsl-intrinsic/texture/partial-resident-texture-combined.slang+3-3
- tests/hlsl-intrinsic/texture/partial-resident-texture.slang+4-3
- tests/hlsl-intrinsic/texture/texture-intrinsics.slang+33-21
- tests/language-server/override-completion.slang+16
- tests/metal/texture.slang+20-20
- tools/gfx/vulkan/vk-device.cpp+1-1
- tools/render-test/shader-input-layout.cpp+21-5
- tools/render-test/shader-input-layout.h+6-4
- tools/render-test/shader-renderer-util.cpp+150-8
- tools/render-test/shader-renderer-util.h+6
- tools/slang-test/slang-test-main.cpp+28-4
- tools/slang-unit-test/unit-test-record-replay.cpp+10
0 commit comments