vulkan-3.1.0.0: Bindings to the Vulkan graphics API.

Safe HaskellNone
LanguageHaskell2010

Graphics.Vulkan.Core12.Enums.DriverId

Synopsis

Documentation

newtype DriverId Source #

VkDriverId - Khronos driver IDs

Description

Note

Khronos driver IDs may be allocated by vendors at any time. There may be multiple driver IDs for the same vendor, representing different drivers (for e.g. different platforms, proprietary or open source, etc.). 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 driver IDs.

Only driver IDs registered with Khronos are given symbolic names. There may be unregistered driver IDs returned.

See Also

PhysicalDeviceDriverProperties, PhysicalDeviceVulkan12Properties

Constructors

DriverId Int32 
Instances
Eq DriverId Source # 
Instance details

Defined in Graphics.Vulkan.Core12.Enums.DriverId

Ord DriverId Source # 
Instance details

Defined in Graphics.Vulkan.Core12.Enums.DriverId

Read DriverId Source # 
Instance details

Defined in Graphics.Vulkan.Core12.Enums.DriverId

Show DriverId Source # 
Instance details

Defined in Graphics.Vulkan.Core12.Enums.DriverId

Storable DriverId Source # 
Instance details

Defined in Graphics.Vulkan.Core12.Enums.DriverId

Zero DriverId Source # 
Instance details

Defined in Graphics.Vulkan.Core12.Enums.DriverId

Methods

zero :: DriverId Source #