Safe Haskell | None |
---|---|
Language | Haskell2010 |
Name
VK_AMD_shader_ballot - device extension
VK_AMD_shader_ballot
- Name String
VK_AMD_shader_ballot
- Extension Type
- Device extension
- Registered Extension Number
- 38
- Revision
- 1
- Extension and Version Dependencies
- Requires Vulkan 1.0
- Contact
Other Extension Metadata
- Last Modified Date
- 2016-09-19
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- This extension requires SPV_AMD_shader_ballot
- Contributors
- Qun Lin, AMD
- Graham Sellers, AMD
- Daniel Rakos, AMD
- Rex Xu, AMD
- Dominik Witczak, AMD
- Matthäus G. Chajdas, AMD
Description
This extension adds support for the following SPIR-V extension in Vulkan:
New Enum Constants
Version History
Revision 1, 2016-09-19 (Dominik Witczak)
- Initial draft
See Also
No cross-references are available
Document Notes
For more information, see the Vulkan Specification
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.
Documentation
type AMD_SHADER_BALLOT_SPEC_VERSION = 1 Source #
pattern AMD_SHADER_BALLOT_SPEC_VERSION :: forall a. Integral a => a Source #
type AMD_SHADER_BALLOT_EXTENSION_NAME = "VK_AMD_shader_ballot" Source #
pattern AMD_SHADER_BALLOT_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #