diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-04-22 00:57:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 00:57:02 -0700 |
| commit | cb361223b88a21446cea60d316e3c01b7f8c2546 (patch) | |
| tree | 9598eabd52fcf56c5e2a2c6577beba50cd8c3ab0 /docs | |
| parent | 62baf92a524a5b57eb465100a5e47c489c049f15 (diff) | |
Add a new SM profile 6.9 (#6879)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user-guide/a3-02-reference-capability-atoms.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
