struct PhysicalDeviceIDProperties

Defined at line 118457 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkPhysicalDeviceIDProperties, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDeviceIDProperties.html

Public Members

StructureType sType
void * pNext
ArrayWrapper1D deviceUUID
ArrayWrapper1D driverUUID
ArrayWrapper1D deviceLUID
uint32_t deviceNodeMask
Bool32 deviceLUIDValid

Public Methods

void PhysicalDeviceIDProperties (const std::array<uint8_t, 16U> & deviceUUID_, const std::array<uint8_t, 16U> & driverUUID_, const std::array<uint8_t, 8U> & deviceLUID_, uint32_t deviceNodeMask_, Bool32 deviceLUIDValid_, void * pNext_)

Defined at line 118465 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PhysicalDeviceIDProperties (const PhysicalDeviceIDProperties & rhs)

Defined at line 118480 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PhysicalDeviceIDProperties (const VkPhysicalDeviceIDProperties & rhs)

Defined at line 118482 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PhysicalDeviceIDProperties & operator= (const PhysicalDeviceIDProperties & rhs)

Defined at line 118487 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PhysicalDeviceIDProperties & operator= (const VkPhysicalDeviceIDProperties & rhs)

Defined at line 118490 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPhysicalDeviceIDProperties & operator const VkPhysicalDeviceIDProperties & ()

Defined at line 118496 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPhysicalDeviceIDProperties & operator VkPhysicalDeviceIDProperties & ()

Defined at line 118501 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPhysicalDeviceIDProperties * operator const VkPhysicalDeviceIDProperties * ()

Defined at line 118506 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPhysicalDeviceIDProperties * operator VkPhysicalDeviceIDProperties * ()

Defined at line 118511 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const PhysicalDeviceIDProperties & )

Defined at line 118531 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp