Vulkan-Hpp
vk::PhysicalDeviceIDProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceIDProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceIDProperties (std::array< uint8_t, VK_UUID_SIZE > const &deviceUUID_={}, std::array< uint8_t, VK_UUID_SIZE > const &driverUUID_={}, std::array< uint8_t, VK_LUID_SIZE > const &deviceLUID_={}, uint32_t deviceNodeMask_={}, vk::Bool32 deviceLUIDValid_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceIDProperties (PhysicalDeviceIDProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceIDProperties (VkPhysicalDeviceIDProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceIDPropertiesoperator= (PhysicalDeviceIDProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceIDPropertiesoperator= (VkPhysicalDeviceIDProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceIDProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceIDProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceIDProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceIDProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceIdProperties
 
void * pNext = {}
 
vk::ArrayWrapper1D< uint8_t, VK_UUID_SIZEdeviceUUID = {}
 
vk::ArrayWrapper1D< uint8_t, VK_UUID_SIZEdriverUUID = {}
 
vk::ArrayWrapper1D< uint8_t, VK_LUID_SIZEdeviceLUID = {}
 
uint32_t deviceNodeMask = {}
 
vk::Bool32 deviceLUIDValid = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 67982 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceIDProperties() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceIDProperties::PhysicalDeviceIDProperties ( std::array< uint8_t, VK_UUID_SIZE > const &  deviceUUID_ = {},
std::array< uint8_t, VK_UUID_SIZE > const &  driverUUID_ = {},
std::array< uint8_t, VK_LUID_SIZE > const &  deviceLUID_ = {},
uint32_t  deviceNodeMask_ = {},
vk::Bool32  deviceLUIDValid_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 67990 of file vulkan_structs.hpp.

◆ PhysicalDeviceIDProperties() [2/3]

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

◆ PhysicalDeviceIDProperties() [3/3]

vk::PhysicalDeviceIDProperties::PhysicalDeviceIDProperties ( VkPhysicalDeviceIDProperties const &  rhs)
inline

Definition at line 68007 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceIDProperties &()

vk::PhysicalDeviceIDProperties::operator VkPhysicalDeviceIDProperties & ( )
inline

Definition at line 68026 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceIDProperties const &()

vk::PhysicalDeviceIDProperties::operator VkPhysicalDeviceIDProperties const & ( ) const
inline

Definition at line 68021 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 68062 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceIDProperties& vk::PhysicalDeviceIDProperties::operator= ( VkPhysicalDeviceIDProperties const &  rhs)
inline

Definition at line 68015 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 68052 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 67986 of file vulkan_structs.hpp.

◆ deviceLUID

vk::ArrayWrapper1D<uint8_t, VK_LUID_SIZE> vk::PhysicalDeviceIDProperties::deviceLUID = {}

Definition at line 68073 of file vulkan_structs.hpp.

◆ deviceLUIDValid

vk::Bool32 vk::PhysicalDeviceIDProperties::deviceLUIDValid = {}

Definition at line 68075 of file vulkan_structs.hpp.

◆ deviceNodeMask

uint32_t vk::PhysicalDeviceIDProperties::deviceNodeMask = {}

Definition at line 68074 of file vulkan_structs.hpp.

◆ deviceUUID

vk::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> vk::PhysicalDeviceIDProperties::deviceUUID = {}

Definition at line 68071 of file vulkan_structs.hpp.

◆ driverUUID

vk::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> vk::PhysicalDeviceIDProperties::driverUUID = {}

Definition at line 68072 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 68070 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceIDProperties::structureType = StructureType::ePhysicalDeviceIdProperties
static

Definition at line 67987 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceIDProperties::sType = StructureType::ePhysicalDeviceIdProperties

Definition at line 68069 of file vulkan_structs.hpp.


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