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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceQueueInfo2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceQueueInfo2 (VULKAN_HPP_NAMESPACE::DeviceQueueCreateFlags flags_={}, uint32_t queueFamilyIndex_={}, uint32_t queueIndex_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DeviceQueueInfo2 (DeviceQueueInfo2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceQueueInfo2 (VkDeviceQueueInfo2 const &rhs) VULKAN_HPP_NOEXCEPT
 
DeviceQueueInfo2operator= (DeviceQueueInfo2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceQueueInfo2operator= (VkDeviceQueueInfo2 const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceQueueInfo2
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceQueueInfo2
setFlags (VULKAN_HPP_NAMESPACE::DeviceQueueCreateFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceQueueInfo2
setQueueFamilyIndex (uint32_t queueFamilyIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceQueueInfo2
setQueueIndex (uint32_t queueIndex_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceQueueInfo2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceQueueInfo2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceQueueInfo2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceQueueInfo2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eDeviceQueueInfo2
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::DeviceQueueCreateFlags flags = {}
 
uint32_t queueFamilyIndex = {}
 
uint32_t queueIndex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 27136 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::DeviceQueueInfo2 ( VULKAN_HPP_NAMESPACE::DeviceQueueCreateFlags  flags_ = {},
uint32_t  queueFamilyIndex_ = {},
uint32_t  queueIndex_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 27144 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::DeviceQueueInfo2 ( DeviceQueueInfo2 const rhs)
default
VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::DeviceQueueInfo2 ( VkDeviceQueueInfo2 const rhs)
inline

Definition at line 27157 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::operator VkDeviceQueueInfo2 & ( )
inline

Definition at line 27199 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::operator VkDeviceQueueInfo2 const & ( ) const
inline

Definition at line 27194 of file vulkan_structs.hpp.

Definition at line 27233 of file vulkan_structs.hpp.

DeviceQueueInfo2& VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::operator= ( DeviceQueueInfo2 const rhs)
default
DeviceQueueInfo2& VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::operator= ( VkDeviceQueueInfo2 const rhs)
inline

Definition at line 27162 of file vulkan_structs.hpp.

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

Definition at line 27223 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DeviceQueueInfo2& VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::setFlags ( VULKAN_HPP_NAMESPACE::DeviceQueueCreateFlags  flags_)
inline

Definition at line 27175 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DeviceQueueInfo2& VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::setPNext ( const void pNext_)
inline

Definition at line 27169 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DeviceQueueInfo2& VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::setQueueFamilyIndex ( uint32_t  queueFamilyIndex_)
inline

Definition at line 27181 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 DeviceQueueInfo2& VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::setQueueIndex ( uint32_t  queueIndex_)
inline

Definition at line 27187 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 27140 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceQueueCreateFlags VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::flags = {}

Definition at line 27242 of file vulkan_structs.hpp.

const void* VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::pNext = {}

Definition at line 27241 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::queueFamilyIndex = {}

Definition at line 27243 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::queueIndex = {}

Definition at line 27244 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::structureType = StructureType::eDeviceQueueInfo2
static

Definition at line 27141 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DeviceQueueInfo2::sType = StructureType::eDeviceQueueInfo2

Definition at line 27240 of file vulkan_structs.hpp.


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