struct PhysicalDeviceGroupProperties

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

wrapper struct for struct VkPhysicalDeviceGroupProperties, see

https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDeviceGroupProperties.html

Public Members

StructureType sType
void * pNext
uint32_t physicalDeviceCount
ArrayWrapper1D physicalDevices
Bool32 subsetAllocation

Public Methods

void PhysicalDeviceGroupProperties (uint32_t physicalDeviceCount_, const std::array<PhysicalDevice, 32U> & physicalDevices_, Bool32 subsetAllocation_, void * pNext_)

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

void PhysicalDeviceGroupProperties (const PhysicalDeviceGroupProperties & rhs)

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

void PhysicalDeviceGroupProperties (const VkPhysicalDeviceGroupProperties & rhs)

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

PhysicalDeviceGroupProperties & operator= (const PhysicalDeviceGroupProperties & rhs)

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

PhysicalDeviceGroupProperties & operator= (const VkPhysicalDeviceGroupProperties & rhs)

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

const VkPhysicalDeviceGroupProperties & operator const VkPhysicalDeviceGroupProperties & ()

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

VkPhysicalDeviceGroupProperties & operator VkPhysicalDeviceGroupProperties & ()

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

const VkPhysicalDeviceGroupProperties * operator const VkPhysicalDeviceGroupProperties * ()

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

VkPhysicalDeviceGroupProperties * operator VkPhysicalDeviceGroupProperties * ()

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

std::strong_ordering operator<=> (const PhysicalDeviceGroupProperties & rhs)

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

bool operator== (const PhysicalDeviceGroupProperties & rhs)

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

bool operator!= (const PhysicalDeviceGroupProperties & rhs)

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