diff options
| author | Sam Estep <sam@samestep.com> | 2025-08-17 05:07:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-17 09:07:26 +0000 |
| commit | 8ba38bcd6e64bc922bc62843375eaa9ef01b6675 (patch) | |
| tree | 8d3cac96aa8ac4313d4d32c6aed5b7df35eab8cb | |
| parent | 3639e71dfcb7e5284949a98d1fefddda118338be (diff) | |
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.
| -rw-r--r-- | docs/user-guide/a3-02-reference-capability-atoms.md | 6 |
1 files changed, 3 insertions, 3 deletions
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`...)* |
