Vulkan-Hpp
vk::PhysicalDeviceProperties2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProperties2 (vk::PhysicalDeviceProperties properties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProperties2 (PhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceProperties2 (VkPhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceProperties2operator= (PhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceProperties2operator= (VkPhysicalDeviceProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProperties2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProperties2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceProperties2
 
void * pNext = {}
 
vk::PhysicalDeviceProperties properties = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 77261 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceProperties2() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceProperties2::PhysicalDeviceProperties2 ( vk::PhysicalDeviceProperties  properties_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 77269 of file vulkan_structs.hpp.

◆ PhysicalDeviceProperties2() [2/3]

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

◆ PhysicalDeviceProperties2() [3/3]

vk::PhysicalDeviceProperties2::PhysicalDeviceProperties2 ( VkPhysicalDeviceProperties2 const &  rhs)
inline

Definition at line 77278 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceProperties2 &()

vk::PhysicalDeviceProperties2::operator VkPhysicalDeviceProperties2 & ( )
inline

Definition at line 77297 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceProperties2 const &()

vk::PhysicalDeviceProperties2::operator VkPhysicalDeviceProperties2 const & ( ) const
inline

Definition at line 77292 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 77326 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceProperties2& vk::PhysicalDeviceProperties2::operator= ( VkPhysicalDeviceProperties2 const &  rhs)
inline

Definition at line 77286 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 77317 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 77265 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 77334 of file vulkan_structs.hpp.

◆ properties

vk::PhysicalDeviceProperties vk::PhysicalDeviceProperties2::properties = {}

Definition at line 77335 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceProperties2::structureType = StructureType::ePhysicalDeviceProperties2
static

Definition at line 77266 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceProperties2::sType = StructureType::ePhysicalDeviceProperties2

Definition at line 77333 of file vulkan_structs.hpp.


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