Skip to content

Commit

Permalink
Fix missing attribute in another proposal document
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Oct 3, 2024
1 parent d78959a commit bfd6841
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proposals/VK_KHR_compute_shader_derivatives.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
= VK_KHR_compute_shader_derivatives
:toc: left
:refpage: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/
:spirv: http://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/main/extensions/
:sectnums:

This extension enables applications to use derivative operations from execution models with defined workgroups.
Expand Down Expand Up @@ -81,7 +82,7 @@ If this property is 'VK_FALSE', the derivatives are only supported in compute sh
The following layout qualifiers from GLSL_KHR_compute_shader_derivatives map to these SPIR-V execution modes:

- derivative_group_quadsKHR layout qualifier -> DerivativeGroupQuadsKHR Execution Mode
- derivative_group_linearKHR layout qualifier -> DerivativeGroupLinearKHR Execution Mode
- derivative_group_linearKHR layout qualifier -> DerivativeGroupLinearKHR Execution Mode

== Issues

Expand Down

0 comments on commit bfd6841

Please sign in to comment.