mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-20 01:58:06 +00:00
* Bump API patch number and header version number to 56 for this update. Github Issues: * Add valid usage statements for commands introduced by `VK_EXT_debug_report` and `VK_EXT_debug_marker` extensions, regarding the valid pname:object and pname:objectType values (public issue 495). * Modify `GL_KHR_vulkan_glsl` specification to document that uniform and buffer block arrays each take only a single binding (public issue 514). * Add `KHX` author tag to +vk.xml+ (public issue 526). Internal Issues: * Document use of code: macro for non-Vulkan APIs in the style guide (internal issue 863). * Document that reference page open block delimiters must not contain asciidoc section markup in the style guide (internal issue 898). * Fix <<spirvenv,SPIR-V appendix>> to say code:VariablePointersStorageBuffer instead of code:VariablePointersUniformBufferBlock (internal issue 928). Other Commits: * Add missing extension structures to dependency attributes in +vk.xml+. New Extenions: * `VK_EXT_depth_range_unrestricted`
37 lines
764 B
Plaintext
37 lines
764 B
Plaintext
[[VK_AMD_shader_ballot]]
|
|
== VK_AMD_shader_ballot
|
|
|
|
*Name String*::
|
|
+VK_AMD_shader_ballot+
|
|
*Extension Type*::
|
|
Device extension
|
|
*Registered Extension Number*::
|
|
38
|
|
*Last Modified Date*::
|
|
2016-09-19
|
|
*Revision*::
|
|
1
|
|
*IP Status*::
|
|
No known IP claims.
|
|
*Dependencies*::
|
|
- This extension is written against version 1.0.27 of the Vulkan API.
|
|
*Contributors*::
|
|
- Qun Lin, AMD
|
|
- Graham Sellers, AMD
|
|
- Daniel Rakos, AMD
|
|
- Rex Xu, AMD
|
|
- Dominik Witczak, AMD
|
|
- Matthäus G.
|
|
Chajdas, AMD
|
|
*Contacts*::
|
|
- Dominik Witczak, AMD (Dominik.Witczak@amd.com)
|
|
|
|
This extension adds support for the following SPIR-V extension in Vulkan:
|
|
|
|
* +SPV_AMD_shader_ballot+
|
|
|
|
=== Version History
|
|
|
|
* Revision 1, 2016-09-19 (Dominik Witczak)
|
|
- Initial draft
|