Vulkan-Hpp
vk::PhysicalDeviceGroupProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceGroupProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceGroupProperties (uint32_t physicalDeviceCount_={}, std::array< vk::PhysicalDevice, VK_MAX_DEVICE_GROUP_SIZE > const &physicalDevices_={}, vk::Bool32 subsetAllocation_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceGroupProperties (PhysicalDeviceGroupProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceGroupProperties (VkPhysicalDeviceGroupProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceGroupPropertiesoperator= (PhysicalDeviceGroupProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceGroupPropertiesoperator= (VkPhysicalDeviceGroupProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceGroupProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceGroupProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceGroupProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceGroupProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceGroupProperties
 
void * pNext = {}
 
uint32_t physicalDeviceCount = {}
 
vk::ArrayWrapper1D< vk::PhysicalDevice, VK_MAX_DEVICE_GROUP_SIZEphysicalDevices = {}
 
vk::Bool32 subsetAllocation = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceGroupProperties
 

Detailed Description

Definition at line 67498 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceGroupProperties() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceGroupProperties::PhysicalDeviceGroupProperties ( uint32_t  physicalDeviceCount_ = {},
std::array< vk::PhysicalDevice, VK_MAX_DEVICE_GROUP_SIZE > const &  physicalDevices_ = {},
vk::Bool32  subsetAllocation_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 67507 of file vulkan_structs.hpp.

◆ PhysicalDeviceGroupProperties() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceGroupProperties::PhysicalDeviceGroupProperties ( PhysicalDeviceGroupProperties const &  rhs)
default

◆ PhysicalDeviceGroupProperties() [3/3]

vk::PhysicalDeviceGroupProperties::PhysicalDeviceGroupProperties ( VkPhysicalDeviceGroupProperties const &  rhs)
inline

Definition at line 67520 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceGroupProperties &()

vk::PhysicalDeviceGroupProperties::operator VkPhysicalDeviceGroupProperties & ( )
inline

Definition at line 67539 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceGroupProperties const &()

vk::PhysicalDeviceGroupProperties::operator VkPhysicalDeviceGroupProperties const & ( ) const
inline

Definition at line 67534 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceGroupProperties::operator!= ( PhysicalDeviceGroupProperties const &  rhs) const
inline

Definition at line 67573 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceGroupProperties& vk::PhysicalDeviceGroupProperties::operator= ( PhysicalDeviceGroupProperties const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceGroupProperties& vk::PhysicalDeviceGroupProperties::operator= ( VkPhysicalDeviceGroupProperties const &  rhs)
inline

Definition at line 67528 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceGroupProperties::operator== ( PhysicalDeviceGroupProperties const &  rhs) const
inline

Definition at line 67563 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceGroupProperties::allowDuplicate = false
static

Definition at line 67502 of file vulkan_structs.hpp.

◆ physicalDeviceCount

uint32_t vk::PhysicalDeviceGroupProperties::physicalDeviceCount = {}

Definition at line 67582 of file vulkan_structs.hpp.

◆ physicalDevices

vk::ArrayWrapper1D<vk::PhysicalDevice, VK_MAX_DEVICE_GROUP_SIZE> vk::PhysicalDeviceGroupProperties::physicalDevices = {}

Definition at line 67583 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceGroupProperties::pNext = {}

Definition at line 67581 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceGroupProperties::structureType = StructureType::ePhysicalDeviceGroupProperties
static

Definition at line 67503 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceGroupProperties::sType = StructureType::ePhysicalDeviceGroupProperties

Definition at line 67580 of file vulkan_structs.hpp.

◆ subsetAllocation

vk::Bool32 vk::PhysicalDeviceGroupProperties::subsetAllocation = {}

Definition at line 67584 of file vulkan_structs.hpp.


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