HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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
DeviceGroupCommandBufferBeginInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
DeviceGroupCommandBufferBeginInfo
setDeviceMask (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

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

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 25357 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::DeviceGroupCommandBufferBeginInfo ( DeviceGroupCommandBufferBeginInfo const rhs)
default
VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::DeviceGroupCommandBufferBeginInfo ( VkDeviceGroupCommandBufferBeginInfo const rhs)
inline

Definition at line 25365 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 25398 of file vulkan_structs.hpp.

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

Definition at line 25393 of file vulkan_structs.hpp.

DeviceGroupCommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::operator= ( DeviceGroupCommandBufferBeginInfo const rhs)
default
DeviceGroupCommandBufferBeginInfo& VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::operator= ( VkDeviceGroupCommandBufferBeginInfo const rhs)
inline

Definition at line 25373 of file vulkan_structs.hpp.

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

Definition at line 25418 of file vulkan_structs.hpp.

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

Definition at line 25386 of file vulkan_structs.hpp.

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

Definition at line 25380 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 25353 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::deviceMask = {}

Definition at line 25436 of file vulkan_structs.hpp.

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

Definition at line 25435 of file vulkan_structs.hpp.

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

Definition at line 25354 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::DeviceGroupCommandBufferBeginInfo::sType = StructureType::eDeviceGroupCommandBufferBeginInfo

Definition at line 25434 of file vulkan_structs.hpp.


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