diff options
| author | ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> | 2025-06-28 21:15:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-29 04:15:48 +0000 |
| commit | 67af8c718ce5e3f95a25e5188840f63b41a33ecc (patch) | |
| tree | bf5d1c7309e136223f1c62a5ec7d215274445b0c /docs/command-line-slangc-reference.md | |
| parent | 7349dc5cff49cf22c82eb912813e47f30cd7a757 (diff) | |
Support the GLSL/SPIR-V Built-in variable `DeviceIndex` (#7552)
* Support DeviceIndex
* format code
* regenerate command line reference
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'docs/command-line-slangc-reference.md')
| -rw-r--r-- | docs/command-line-slangc-reference.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md index 1c7645f75..624663cb2 100644 --- a/docs/command-line-slangc-reference.md +++ b/docs/command-line-slangc-reference.md @@ -1133,6 +1133,7 @@ A capability describes an optional feature that a target may or may not support. * `SPV_KHR_quad_control` : enables the SPV_KHR_quad_control extension * `SPV_KHR_fragment_shader_barycentric` : enables the SPV_KHR_fragment_shader_barycentric extension * `SPV_KHR_non_semantic_info` : enables the SPV_KHR_non_semantic_info extension +* `SPV_KHR_device_group` : enables the SPV_KHR_device_group extension * `SPV_KHR_ray_tracing` : enables the SPV_KHR_ray_tracing extension * `SPV_KHR_ray_query` : enables the SPV_KHR_ray_query extension * `SPV_KHR_ray_tracing_position_fetch` : enables the SPV_KHR_ray_tracing_position_fetch extension @@ -1152,6 +1153,7 @@ A capability describes an optional feature that a target may or may not support. * `SPV_KHR_cooperative_matrix` : enables the SPV_KHR_cooperative_matrix extension * `SPV_NV_tensor_addressing` : enables the SPV_NV_tensor_addressing extension * `SPV_NV_cooperative_matrix2` : enables the SPV_NV_cooperative_matrix2 extension +* `spvDeviceGroup` * `spvAtomicFloat32AddEXT` * `spvAtomicFloat16AddEXT` * `spvAtomicFloat64AddEXT` @@ -1254,6 +1256,7 @@ A capability describes an optional feature that a target may or may not support. * `GL_EXT_demote_to_helper_invocation` : enables the GL_EXT_demote_to_helper_invocation extension * `GL_EXT_maximal_reconvergence` : enables the GL_EXT_maximal_reconvergence extension * `GL_EXT_shader_quad_control` : enables the GL_EXT_shader_quad_control extension +* `GL_EXT_device_group` : enables the GL_EXT_device_group extension * `GL_EXT_fragment_shader_barycentric` : enables the GL_EXT_fragment_shader_barycentric extension * `GL_EXT_mesh_shader` : enables the GL_EXT_mesh_shader extension * `GL_EXT_nonuniform_qualifier` : enables the GL_EXT_nonuniform_qualifier extension |
