Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype VendorId where
- VendorId Int32
- pattern VENDOR_ID_VIV :: VendorId
- pattern VENDOR_ID_VSI :: VendorId
- pattern VENDOR_ID_KAZAN :: VendorId
- pattern VENDOR_ID_CODEPLAY :: VendorId
- pattern VENDOR_ID_MESA :: VendorId
- pattern VENDOR_ID_POCL :: VendorId
Documentation
VkVendorId - Khronos vendor IDs
Description
Note
Khronos vendor IDs may be allocated by vendors at any time. Only the
latest canonical versions of this Specification, of the corresponding
vk.xml
API Registry, and of the corresponding vulkan_core.h
header
file must contain all reserved Khronos vendor IDs.
Only Khronos vendor IDs are given symbolic names at present. PCI vendor IDs returned by the implementation can be looked up in the PCI-SIG database.
See Also
pattern VENDOR_ID_VIV :: VendorId | |
pattern VENDOR_ID_VSI :: VendorId | |
pattern VENDOR_ID_KAZAN :: VendorId | |
pattern VENDOR_ID_CODEPLAY :: VendorId | |
pattern VENDOR_ID_MESA :: VendorId | |
pattern VENDOR_ID_POCL :: VendorId |
Instances
Eq VendorId Source # | |
Ord VendorId Source # | |
Defined in Vulkan.Core10.Enums.VendorId | |
Read VendorId Source # | |
Show VendorId Source # | |
Storable VendorId Source # | |
Defined in Vulkan.Core10.Enums.VendorId | |
Zero VendorId Source # | |
Defined in Vulkan.Core10.Enums.VendorId |