ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceIDProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceIDProperties:

Public Attributes

VkStructureType sType
 
void * pNext
 
uint8_t deviceUUID [VK_UUID_SIZE]
 
uint8_t driverUUID [VK_UUID_SIZE]
 
uint8_t deviceLUID [VK_LUID_SIZE]
 
uint32_t deviceNodeMask
 
VkBool32 deviceLUIDValid
 

Detailed Description

Definition at line 10858 of file vulkan.h.

Member Data Documentation

◆ deviceLUID

uint8_t VkPhysicalDeviceIDProperties::deviceLUID[VK_LUID_SIZE]

Definition at line 10864 of file vulkan.h.

Referenced by wined3d_adapter_vk_init().

◆ deviceLUIDValid

VkBool32 VkPhysicalDeviceIDProperties::deviceLUIDValid

Definition at line 10866 of file vulkan.h.

Referenced by wined3d_adapter_vk_init().

◆ deviceNodeMask

uint32_t VkPhysicalDeviceIDProperties::deviceNodeMask

Definition at line 10865 of file vulkan.h.

◆ deviceUUID

uint8_t VkPhysicalDeviceIDProperties::deviceUUID[VK_UUID_SIZE]

Definition at line 10862 of file vulkan.h.

Referenced by d3d12_get_vk_physical_device(), and wined3d_adapter_vk_init().

◆ driverUUID

uint8_t VkPhysicalDeviceIDProperties::driverUUID[VK_UUID_SIZE]

Definition at line 10863 of file vulkan.h.

Referenced by d3d12_get_vk_physical_device(), and wined3d_adapter_vk_init().

◆ pNext

void* VkPhysicalDeviceIDProperties::pNext

Definition at line 10861 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceIDProperties::sType

Definition at line 10860 of file vulkan.h.

Referenced by d3d12_get_vk_physical_device(), and wined3d_adapter_vk_init().


The documentation for this struct was generated from the following file: