From 404e95cdd02830ba0fb215081e826025609c4d14 Mon Sep 17 00:00:00 2001 From: Darren Wihandi <65404740+fairywreath@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:53:57 -0400 Subject: Output SPV_KHR_compute_shader_derivatives extension string instead of the NV extension (#6641) * Output SPV_KHR_compute_shader_derivatives instead of the NV extension * add alias for nv extension --- docs/user-guide/a3-02-reference-capability-atoms.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index 696e0fa94..9a6eead6d 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -409,6 +409,9 @@ Extensions `SPV_NV_shader_image_footprint` > Represents the SPIR-V extension for shader image footprint. +`SPV_KHR_compute_shader_derivatives` +> Represents the SPIR-V extension for compute shader derivatives. + `SPV_NV_compute_shader_derivatives` > Represents the SPIR-V extension for compute shader derivatives. -- cgit v1.2.3