From 8ba38bcd6e64bc922bc62843375eaa9ef01b6675 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Sun, 17 Aug 2025 05:07:26 -0400 Subject: Update capability atoms reference page (#8138) This file is automatically overwritten by the build: https://github.com/shader-slang/slang/blob/b7df3c7aa27301f88e31ed0a7bbf230688adab6a/source/slang/CMakeLists.txt#L68-L78 It is currently out of date (running the build gives rise to unstaged changes), so this PR updates it. --- docs/user-guide/a3-02-reference-capability-atoms.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 ea460da34..015104310 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -526,6 +526,9 @@ Extensions `GL_NV_compute_shader_derivatives` > Represents the GL_NV_compute_shader_derivatives extension. +`GL_NV_cooperative_vector` +> Represents the GL_NV_cooperative_vector extension. + `GL_NV_fragment_shader_barycentric` > Represents the GL_NV_fragment_shader_barycentric extension. @@ -810,9 +813,6 @@ Extensions `spvVulkanMemoryModelKHR` > Represents the SPIR-V capability for vulkan memory model. -`GL_NV_cooperative_vector` -> Represents the GL_NV_cooperative_vector extension. - Compound Capabilities ---------------------- *Capabilities to specify capabilities created by other capabilities (`raytracing`, `meshshading`...)* -- cgit v1.2.3