Vulkan-Hpp
vk::DeviceQueueInfo2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceQueueInfo2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceQueueInfo2 (vk::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 DeviceQueueInfo2setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceQueueInfo2setFlags (vk::DeviceQueueCreateFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceQueueInfo2setQueueFamilyIndex (uint32_t queueFamilyIndex_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceQueueInfo2setQueueIndex (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

vk::StructureType sType = StructureType::eDeviceQueueInfo2
 
const void * pNext = {}
 
vk::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 30434 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DeviceQueueInfo2() [1/3]

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

Definition at line 30442 of file vulkan_structs.hpp.

◆ DeviceQueueInfo2() [2/3]

VULKAN_HPP_CONSTEXPR vk::DeviceQueueInfo2::DeviceQueueInfo2 ( DeviceQueueInfo2 const &  rhs)
default

◆ DeviceQueueInfo2() [3/3]

vk::DeviceQueueInfo2::DeviceQueueInfo2 ( VkDeviceQueueInfo2 const &  rhs)
inline

Definition at line 30455 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceQueueInfo2 &()

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

Definition at line 30497 of file vulkan_structs.hpp.

◆ operator VkDeviceQueueInfo2 const &()

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

Definition at line 30492 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 30531 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DeviceQueueInfo2& vk::DeviceQueueInfo2::operator= ( VkDeviceQueueInfo2 const &  rhs)
inline

Definition at line 30460 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 30521 of file vulkan_structs.hpp.

◆ setFlags()

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

Definition at line 30473 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 DeviceQueueInfo2& vk::DeviceQueueInfo2::setPNext ( const void *  pNext_)
inline

Definition at line 30467 of file vulkan_structs.hpp.

◆ setQueueFamilyIndex()

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

Definition at line 30479 of file vulkan_structs.hpp.

◆ setQueueIndex()

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

Definition at line 30485 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 30438 of file vulkan_structs.hpp.

◆ flags

vk::DeviceQueueCreateFlags vk::DeviceQueueInfo2::flags = {}

Definition at line 30540 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 30539 of file vulkan_structs.hpp.

◆ queueFamilyIndex

uint32_t vk::DeviceQueueInfo2::queueFamilyIndex = {}

Definition at line 30541 of file vulkan_structs.hpp.

◆ queueIndex

uint32_t vk::DeviceQueueInfo2::queueIndex = {}

Definition at line 30542 of file vulkan_structs.hpp.

◆ structureType

Definition at line 30439 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DeviceQueueInfo2::sType = StructureType::eDeviceQueueInfo2

Definition at line 30538 of file vulkan_structs.hpp.


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