struct DeviceGroupDeviceCreateInfo

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

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

Public Members

StructureType sType
const void * pNext
uint32_t physicalDeviceCount
const PhysicalDevice * pPhysicalDevices

Public Methods

void DeviceGroupDeviceCreateInfo (uint32_t physicalDeviceCount_, const PhysicalDevice * pPhysicalDevices_, const void * pNext_)

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

void DeviceGroupDeviceCreateInfo (const DeviceGroupDeviceCreateInfo & rhs)

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

void DeviceGroupDeviceCreateInfo (const VkDeviceGroupDeviceCreateInfo & rhs)

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

void DeviceGroupDeviceCreateInfo (const ArrayProxyNoTemporaries<const PhysicalDevice> & physicalDevices_, const void * pNext_)

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

DeviceGroupDeviceCreateInfo & operator= (const DeviceGroupDeviceCreateInfo & rhs)

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

DeviceGroupDeviceCreateInfo & operator= (const VkDeviceGroupDeviceCreateInfo & rhs)

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

DeviceGroupDeviceCreateInfo & setPNext (const void * pNext_)

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

DeviceGroupDeviceCreateInfo && setPNext (const void * pNext_)

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

DeviceGroupDeviceCreateInfo & setPhysicalDeviceCount (uint32_t physicalDeviceCount_)

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

DeviceGroupDeviceCreateInfo && setPhysicalDeviceCount (uint32_t physicalDeviceCount_)

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

DeviceGroupDeviceCreateInfo & setPPhysicalDevices (const PhysicalDevice * pPhysicalDevices_)

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

DeviceGroupDeviceCreateInfo && setPPhysicalDevices (const PhysicalDevice * pPhysicalDevices_)

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

DeviceGroupDeviceCreateInfo & setPhysicalDevices (const ArrayProxyNoTemporaries<const PhysicalDevice> & physicalDevices_)

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

const VkDeviceGroupDeviceCreateInfo & operator const VkDeviceGroupDeviceCreateInfo & ()

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

VkDeviceGroupDeviceCreateInfo & operator VkDeviceGroupDeviceCreateInfo & ()

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

const VkDeviceGroupDeviceCreateInfo * operator const VkDeviceGroupDeviceCreateInfo * ()

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

VkDeviceGroupDeviceCreateInfo * operator VkDeviceGroupDeviceCreateInfo * ()

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

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

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