HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProperties2 (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceProperties2
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::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 67095 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 67103 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::PhysicalDeviceProperties2 ( PhysicalDeviceProperties2 const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::PhysicalDeviceProperties2 ( VkPhysicalDeviceProperties2 const rhs)
inline

Definition at line 67112 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 67131 of file vulkan_structs.hpp.

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

Definition at line 67126 of file vulkan_structs.hpp.

PhysicalDeviceProperties2& VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::operator= ( PhysicalDeviceProperties2 const rhs)
default
PhysicalDeviceProperties2& VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::operator= ( VkPhysicalDeviceProperties2 const rhs)
inline

Definition at line 67120 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::operator== ( PhysicalDeviceProperties2 const rhs) const
inline

Definition at line 67151 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 67099 of file vulkan_structs.hpp.

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

Definition at line 67168 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::properties = {}

Definition at line 67169 of file vulkan_structs.hpp.

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

Definition at line 67100 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::sType = StructureType::ePhysicalDeviceProperties2

Definition at line 67167 of file vulkan_structs.hpp.


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