vulkan-3.14.2: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Extensions.VK_KHR_driver_properties

Description

Name

VK_KHR_driver_properties - device extension

VK_KHR_driver_properties

Name String
VK_KHR_driver_properties
Extension Type
Device extension
Registered Extension Number
197
Revision
1
Extension and Version Dependencies
  • Requires Vulkan 1.0
  • Requires VK_KHR_get_physical_device_properties2
Deprecation state
Contact

Other Extension Metadata

Last Modified Date
2018-04-11
Interactions and External Dependencies
  • Promoted to Vulkan 1.2 Core
IP Status
No known IP claims.
Contributors
  • Baldur Karlsson
  • Matthaeus G. Chajdas, AMD
  • Piers Daniell, NVIDIA
  • Alexander Galazin, Arm
  • Jesse Hall, Google
  • Daniel Rakos, AMD

Description

This extension provides a new physical device query which allows retrieving information about the driver implementation, allowing applications to determine which physical device corresponds to which particular vendor’s driver, and which conformance test suite version the driver implementation is compliant with.

Promotion to Vulkan 1.2

All functionality in this extension is included in core Vulkan 1.2, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.

New Structures

New Enums

New Enum Constants

Version History

  • Revision 1, 2018-04-11 (Daniel Rakos)

    • Internal revisions

See Also

MAX_DRIVER_INFO_SIZE_KHR, MAX_DRIVER_NAME_SIZE_KHR, ConformanceVersionKHR, DriverIdKHR, PhysicalDeviceDriverPropertiesKHR

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 KHR_DRIVER_PROPERTIES_EXTENSION_NAME = "VK_KHR_driver_properties" Source #

pattern KHR_DRIVER_PROPERTIES_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #