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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkQueueFamilyProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR QueueFamilyProperties2 (VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamilyProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR QueueFamilyProperties2 (QueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 QueueFamilyProperties2 (VkQueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
QueueFamilyProperties2operator= (QueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
QueueFamilyProperties2operator= (VkQueueFamilyProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkQueueFamilyProperties2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkQueueFamilyProperties2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (QueueFamilyProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (QueueFamilyProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eQueueFamilyProperties2
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamilyProperties = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 85207 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::QueueFamilyProperties2 ( VULKAN_HPP_NAMESPACE::QueueFamilyProperties  queueFamilyProperties_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 85215 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::QueueFamilyProperties2 ( QueueFamilyProperties2 const rhs)
default
VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::QueueFamilyProperties2 ( VkQueueFamilyProperties2 const rhs)
inline

Definition at line 85224 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::operator VkQueueFamilyProperties2 & ( )
inline

Definition at line 85243 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::operator VkQueueFamilyProperties2 const & ( ) const
inline

Definition at line 85238 of file vulkan_structs.hpp.

QueueFamilyProperties2& VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::operator= ( QueueFamilyProperties2 const rhs)
default
QueueFamilyProperties2& VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::operator= ( VkQueueFamilyProperties2 const rhs)
inline

Definition at line 85232 of file vulkan_structs.hpp.

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

Definition at line 85263 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 85211 of file vulkan_structs.hpp.

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

Definition at line 85280 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::QueueFamilyProperties VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::queueFamilyProperties = {}

Definition at line 85281 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::structureType = StructureType::eQueueFamilyProperties2
static

Definition at line 85212 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::sType = StructureType::eQueueFamilyProperties2

Definition at line 85279 of file vulkan_structs.hpp.


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