From 22ebf908f0efdabc0c2ebfad044f35677b6d6660 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 4 Jun 2025 18:00:33 -0700 Subject: Update user-guide toc. (#7349) --- docs/user-guide/11-language-version.md | 2 +- docs/user-guide/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/user-guide') diff --git a/docs/user-guide/11-language-version.md b/docs/user-guide/11-language-version.md index 52e5ff22d..74b4c33fe 100644 --- a/docs/user-guide/11-language-version.md +++ b/docs/user-guide/11-language-version.md @@ -37,5 +37,5 @@ Slang language version 2025 brings these changes on top of the legacy language: Slang language 2026 brings these changes on top of Slang 2025: -- Comma expression is removed when it is used inside a parenthesis. The expression `(a, b)` no longer evaluates to have `b`'s type as in C/C++. Instead, `(a,b)` means `makeTuple(a,b)` and returns a tuple consists of `a` and `b`. +- Comma expression is removed when it is used inside a parenthesis. The expression `(a, b)` no longer evaluates to have `b`'s type as in C/C++. Instead, `(a,b)` means `makeTuple(a,b)` and returns a tuple consists of `a` and `b`. See [SP#027](https://github.com/shader-slang/spec/blob/main/proposals/027-tuple-syntax.md) for details. - User must explicitly opt-in to enable dynamic dispatch with `dyn` keyword. More rigorous validation are enabled to make sure dynamic dispatch is not triggerred accidentally. See [SP#024](https://github.com/shader-slang/spec/blob/main/proposals/024-any-dyn-types.md) for details. diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md index a96abd97b..e683af164 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -25,6 +25,7 @@ Modules and Access Control <04-modules-and-access-control> Capabilities <05-capabilities> Interfaces and Generics <06-interfaces-generics> Automatic Differentiation <07-autodiff> +Language Version <11-language-version> Compiling Code with Slang <08-compiling> Using the Reflection API <09-reflection> Supported Compilation Targets <09-targets> -- cgit v1.2.3