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

Vulkan.Extensions.VK_EXT_pci_bus_info

Description

Name

VK_EXT_pci_bus_info - device extension

VK_EXT_pci_bus_info

Name String
VK_EXT_pci_bus_info
Extension Type
Device extension
Registered Extension Number
213
Revision
2
Extension and Version Dependencies
  • Requires Vulkan 1.0
  • Requires VK_KHR_get_physical_device_properties2
Contact

Other Extension Metadata

Last Modified Date
2018-12-10
IP Status
No known IP claims.
Contributors
  • Matthaeus G. Chajdas, AMD
  • Daniel Rakos, AMD

Description

This extension adds a new query to obtain PCI bus information about a physical device.

Not all physical devices have PCI bus information, either due to the device not being connected to the system through a PCI interface or due to platform specific restrictions and policies. Thus this extension is only expected to be supported by physical devices which can provide the information.

As a consequence, applications should always check for the presence of the extension string for each individual physical device for which they intend to issue the new query for and should not have any assumptions about the availability of the extension on any given platform.

New Structures

New Enum Constants

Version History

  • Revision 2, 2018-12-10 (Daniel Rakos)

    • Changed all members of the new structure to have the uint32_t type
  • Revision 1, 2018-10-11 (Daniel Rakos)

    • Initial revision

See Also

PhysicalDevicePCIBusInfoPropertiesEXT

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.

Synopsis

Documentation

data PhysicalDevicePCIBusInfoPropertiesEXT Source #

VkPhysicalDevicePCIBusInfoPropertiesEXT - Structure containing PCI bus information of a physical device

Description

If the PhysicalDevicePCIBusInfoPropertiesEXT structure is included in the pNext chain of the PhysicalDeviceProperties2 structure passed to getPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

These are properties of the PCI bus information of a physical device.

Valid Usage (Implicit)

See Also

VK_EXT_pci_bus_info, StructureType

Constructors

PhysicalDevicePCIBusInfoPropertiesEXT 

Fields

Instances

Instances details
Eq PhysicalDevicePCIBusInfoPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pci_bus_info

Show PhysicalDevicePCIBusInfoPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pci_bus_info

Storable PhysicalDevicePCIBusInfoPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pci_bus_info

FromCStruct PhysicalDevicePCIBusInfoPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pci_bus_info

ToCStruct PhysicalDevicePCIBusInfoPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pci_bus_info

Zero PhysicalDevicePCIBusInfoPropertiesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_pci_bus_info

pattern EXT_PCI_BUS_INFO_SPEC_VERSION :: forall a. Integral a => a Source #

type EXT_PCI_BUS_INFO_EXTENSION_NAME = "VK_EXT_pci_bus_info" Source #

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