diff options
| author | Yong He <yonghe@outlook.com> | 2025-06-04 18:00:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-04 18:00:33 -0700 |
| commit | 22ebf908f0efdabc0c2ebfad044f35677b6d6660 (patch) | |
| tree | 7a00897fac7a1b6b8e8351a14841ab5f1cd77f7f /docs/user-guide/11-language-version.md | |
| parent | 638ca95f437c56622cf5b0a64658f78d58b71e32 (diff) | |
Update user-guide toc. (#7349)
Diffstat (limited to 'docs/user-guide/11-language-version.md')
| -rw-r--r-- | docs/user-guide/11-language-version.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
