Vulkan-Hpp
vk::DeviceGroupCommandBufferBeginInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceGroupCommandBufferBeginInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo (uint32_t deviceMask_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DeviceGroupCommandBufferBeginInfo (DeviceGroupCommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceGroupCommandBufferBeginInfo (VkDeviceGroupCommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
DeviceGroupCommandBufferBeginInfooperator= (DeviceGroupCommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceGroupCommandBufferBeginInfooperator= (VkDeviceGroupCommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupCommandBufferBeginInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupCommandBufferBeginInfosetDeviceMask (uint32_t deviceMask_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupCommandBufferBeginInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupCommandBufferBeginInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceGroupCommandBufferBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceGroupCommandBufferBeginInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDeviceGroupCommandBufferBeginInfo
 
const void * pNext = {}
 
uint32_t deviceMask = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 28386 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DeviceGroupCommandBufferBeginInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::DeviceGroupCommandBufferBeginInfo::DeviceGroupCommandBufferBeginInfo ( uint32_t  deviceMask_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 28394 of file vulkan_structs.hpp.

◆ DeviceGroupCommandBufferBeginInfo() [2/3]

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

◆ DeviceGroupCommandBufferBeginInfo() [3/3]

vk::DeviceGroupCommandBufferBeginInfo::DeviceGroupCommandBufferBeginInfo ( VkDeviceGroupCommandBufferBeginInfo const &  rhs)
inline

Definition at line 28402 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceGroupCommandBufferBeginInfo &()

vk::DeviceGroupCommandBufferBeginInfo::operator VkDeviceGroupCommandBufferBeginInfo & ( )
inline

Definition at line 28435 of file vulkan_structs.hpp.

◆ operator VkDeviceGroupCommandBufferBeginInfo const &()

vk::DeviceGroupCommandBufferBeginInfo::operator VkDeviceGroupCommandBufferBeginInfo const & ( ) const
inline

Definition at line 28430 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 28464 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DeviceGroupCommandBufferBeginInfo& vk::DeviceGroupCommandBufferBeginInfo::operator= ( VkDeviceGroupCommandBufferBeginInfo const &  rhs)
inline

Definition at line 28410 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 28455 of file vulkan_structs.hpp.

◆ setDeviceMask()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupCommandBufferBeginInfo& vk::DeviceGroupCommandBufferBeginInfo::setDeviceMask ( uint32_t  deviceMask_)
inline

Definition at line 28423 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 28417 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 28390 of file vulkan_structs.hpp.

◆ deviceMask

uint32_t vk::DeviceGroupCommandBufferBeginInfo::deviceMask = {}

Definition at line 28473 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 28472 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DeviceGroupCommandBufferBeginInfo::structureType = StructureType::eDeviceGroupCommandBufferBeginInfo
static

Definition at line 28391 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DeviceGroupCommandBufferBeginInfo::sType = StructureType::eDeviceGroupCommandBufferBeginInfo

Definition at line 28471 of file vulkan_structs.hpp.


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