diff options
| author | Mukund Keshava <mkeshava@nvidia.com> | 2025-05-27 17:46:04 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 20:16:04 +0800 |
| commit | f570e109c4039e15526af38e17f350c115327489 (patch) | |
| tree | 9698566e3b2dcbce33a21c80bcc17b4824b2f168 /docs/user-guide | |
| parent | 914f8c4b283bd81f2ea3ef00b184ff63245c9278 (diff) | |
Add LSS intrinsics (#7200)
* WiP: LSS intrinsics: initial commit
* format code
* Fix CI failures
* Address review comment
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'docs/user-guide')
| -rw-r--r-- | docs/user-guide/a3-02-reference-capability-atoms.md | 6 |
1 files changed, 6 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 0766fdf82..78affcb7d 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -432,6 +432,9 @@ Extensions `SPV_NV_cluster_acceleration_structure` > Represents the SPIR-V extension for cluster acceleration structure. +`SPV_NV_linear_swept_spheres` +> Represents the SPIR-V extension for linear swept spheres. + `SPV_NV_shader_image_footprint` > Represents the SPIR-V extension for shader image footprint. @@ -555,6 +558,9 @@ Extensions `spvRayTracingClusterAccelerationStructureNV` > Represents the SPIR-V capability for cluster acceleration structure. +`spvRayTracingLinearSweptSpheresGeometryNV` +> Represents the SPIR-V capability for linear swept spheres. + `spvShaderClockKHR` > Represents the SPIR-V capability for shader clock. |
