vulkan-3.24.4: Bindings to the Vulkan graphics API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Vulkan.Extensions.VK_AMD_shader_ballot

Description

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 support for Vulkan 1.0
Contact

Other Extension Metadata

Last Modified Date
2016-09-19
IP Status
No known IP claims.
Interactions and External Dependencies
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

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 #