From cb361223b88a21446cea60d316e3c01b7f8c2546 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Tue, 22 Apr 2025 00:57:02 -0700 Subject: Add a new SM profile 6.9 (#6879) --- docs/user-guide/a3-02-reference-capability-atoms.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/user-guide') diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index 300c7c2c6..296614716 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -277,6 +277,14 @@ Versions > HLSL shader model 6.8 and related capabilities of other targets. > Includes related GLSL/SPIRV extensions. +`sm_6_9_version` +> HLSL shader model 6.9 and related capabilities of other targets. +> Does not include related GLSL/SPIRV extensions. + +`sm_6_9` +> HLSL shader model 6.9 and related capabilities of other targets. +> Includes related GLSL/SPIRV extensions. + `GLSL_130` > GLSL 130 and related capabilities of other targets. @@ -1275,6 +1283,9 @@ Other `DX_6_8` > Use `sm_6_8` instead +`DX_6_9` +> Use `sm_6_9` instead + `GLSL_410_SPIRV_1_0` > User should not use this capability -- cgit v1.2.3