Vulkan-Hpp
vk::DeviceGroupSubmitInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkDeviceGroupSubmitInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR DeviceGroupSubmitInfo (uint32_t waitSemaphoreCount_={}, const uint32_t *pWaitSemaphoreDeviceIndices_={}, uint32_t commandBufferCount_={}, const uint32_t *pCommandBufferDeviceMasks_={}, uint32_t signalSemaphoreCount_={}, const uint32_t *pSignalSemaphoreDeviceIndices_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR DeviceGroupSubmitInfo (DeviceGroupSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 DeviceGroupSubmitInfo (VkDeviceGroupSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
 DeviceGroupSubmitInfo (vk::ArrayProxyNoTemporaries< const uint32_t > const &waitSemaphoreDeviceIndices_, vk::ArrayProxyNoTemporaries< const uint32_t > const &commandBufferDeviceMasks_={}, vk::ArrayProxyNoTemporaries< const uint32_t > const &signalSemaphoreDeviceIndices_={}, const void *pNext_=nullptr)
 
DeviceGroupSubmitInfooperator= (DeviceGroupSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
DeviceGroupSubmitInfooperator= (VkDeviceGroupSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfosetWaitSemaphoreCount (uint32_t waitSemaphoreCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfosetPWaitSemaphoreDeviceIndices (const uint32_t *pWaitSemaphoreDeviceIndices_) VULKAN_HPP_NOEXCEPT
 
DeviceGroupSubmitInfosetWaitSemaphoreDeviceIndices (vk::ArrayProxyNoTemporaries< const uint32_t > const &waitSemaphoreDeviceIndices_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfosetCommandBufferCount (uint32_t commandBufferCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfosetPCommandBufferDeviceMasks (const uint32_t *pCommandBufferDeviceMasks_) VULKAN_HPP_NOEXCEPT
 
DeviceGroupSubmitInfosetCommandBufferDeviceMasks (vk::ArrayProxyNoTemporaries< const uint32_t > const &commandBufferDeviceMasks_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfosetSignalSemaphoreCount (uint32_t signalSemaphoreCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfosetPSignalSemaphoreDeviceIndices (const uint32_t *pSignalSemaphoreDeviceIndices_) VULKAN_HPP_NOEXCEPT
 
DeviceGroupSubmitInfosetSignalSemaphoreDeviceIndices (vk::ArrayProxyNoTemporaries< const uint32_t > const &signalSemaphoreDeviceIndices_) VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupSubmitInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkDeviceGroupSubmitInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (DeviceGroupSubmitInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (DeviceGroupSubmitInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eDeviceGroupSubmitInfo
 
const void * pNext = {}
 
uint32_t waitSemaphoreCount = {}
 
const uint32_t * pWaitSemaphoreDeviceIndices = {}
 
uint32_t commandBufferCount = {}
 
const uint32_t * pCommandBufferDeviceMasks = {}
 
uint32_t signalSemaphoreCount = {}
 
const uint32_t * pSignalSemaphoreDeviceIndices = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 28982 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ DeviceGroupSubmitInfo() [1/4]

VULKAN_HPP_CONSTEXPR vk::DeviceGroupSubmitInfo::DeviceGroupSubmitInfo ( uint32_t  waitSemaphoreCount_ = {},
const uint32_t *  pWaitSemaphoreDeviceIndices_ = {},
uint32_t  commandBufferCount_ = {},
const uint32_t *  pCommandBufferDeviceMasks_ = {},
uint32_t  signalSemaphoreCount_ = {},
const uint32_t *  pSignalSemaphoreDeviceIndices_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 28990 of file vulkan_structs.hpp.

◆ DeviceGroupSubmitInfo() [2/4]

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

◆ DeviceGroupSubmitInfo() [3/4]

vk::DeviceGroupSubmitInfo::DeviceGroupSubmitInfo ( VkDeviceGroupSubmitInfo const &  rhs)
inline

Definition at line 29009 of file vulkan_structs.hpp.

◆ DeviceGroupSubmitInfo() [4/4]

vk::DeviceGroupSubmitInfo::DeviceGroupSubmitInfo ( vk::ArrayProxyNoTemporaries< const uint32_t > const &  waitSemaphoreDeviceIndices_,
vk::ArrayProxyNoTemporaries< const uint32_t > const &  commandBufferDeviceMasks_ = {},
vk::ArrayProxyNoTemporaries< const uint32_t > const &  signalSemaphoreDeviceIndices_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 29015 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkDeviceGroupSubmitInfo &()

vk::DeviceGroupSubmitInfo::operator VkDeviceGroupSubmitInfo & ( )
inline

Definition at line 29118 of file vulkan_structs.hpp.

◆ operator VkDeviceGroupSubmitInfo const &()

vk::DeviceGroupSubmitInfo::operator VkDeviceGroupSubmitInfo const & ( ) const
inline

Definition at line 29113 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 29164 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::operator= ( VkDeviceGroupSubmitInfo const &  rhs)
inline

Definition at line 29033 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 29152 of file vulkan_structs.hpp.

◆ setCommandBufferCount()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setCommandBufferCount ( uint32_t  commandBufferCount_)
inline

Definition at line 29068 of file vulkan_structs.hpp.

◆ setCommandBufferDeviceMasks()

DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setCommandBufferDeviceMasks ( vk::ArrayProxyNoTemporaries< const uint32_t > const &  commandBufferDeviceMasks_)
inline

Definition at line 29082 of file vulkan_structs.hpp.

◆ setPCommandBufferDeviceMasks()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setPCommandBufferDeviceMasks ( const uint32_t *  pCommandBufferDeviceMasks_)
inline

Definition at line 29074 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 29040 of file vulkan_structs.hpp.

◆ setPSignalSemaphoreDeviceIndices()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setPSignalSemaphoreDeviceIndices ( const uint32_t *  pSignalSemaphoreDeviceIndices_)
inline

Definition at line 29096 of file vulkan_structs.hpp.

◆ setPWaitSemaphoreDeviceIndices()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setPWaitSemaphoreDeviceIndices ( const uint32_t *  pWaitSemaphoreDeviceIndices_)
inline

Definition at line 29052 of file vulkan_structs.hpp.

◆ setSignalSemaphoreCount()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setSignalSemaphoreCount ( uint32_t  signalSemaphoreCount_)
inline

Definition at line 29090 of file vulkan_structs.hpp.

◆ setSignalSemaphoreDeviceIndices()

DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setSignalSemaphoreDeviceIndices ( vk::ArrayProxyNoTemporaries< const uint32_t > const &  signalSemaphoreDeviceIndices_)
inline

Definition at line 29104 of file vulkan_structs.hpp.

◆ setWaitSemaphoreCount()

VULKAN_HPP_CONSTEXPR_14 DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setWaitSemaphoreCount ( uint32_t  waitSemaphoreCount_)
inline

Definition at line 29046 of file vulkan_structs.hpp.

◆ setWaitSemaphoreDeviceIndices()

DeviceGroupSubmitInfo& vk::DeviceGroupSubmitInfo::setWaitSemaphoreDeviceIndices ( vk::ArrayProxyNoTemporaries< const uint32_t > const &  waitSemaphoreDeviceIndices_)
inline

Definition at line 29060 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 28986 of file vulkan_structs.hpp.

◆ commandBufferCount

uint32_t vk::DeviceGroupSubmitInfo::commandBufferCount = {}

Definition at line 29175 of file vulkan_structs.hpp.

◆ pCommandBufferDeviceMasks

const uint32_t* vk::DeviceGroupSubmitInfo::pCommandBufferDeviceMasks = {}

Definition at line 29176 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 29172 of file vulkan_structs.hpp.

◆ pSignalSemaphoreDeviceIndices

const uint32_t* vk::DeviceGroupSubmitInfo::pSignalSemaphoreDeviceIndices = {}

Definition at line 29178 of file vulkan_structs.hpp.

◆ pWaitSemaphoreDeviceIndices

const uint32_t* vk::DeviceGroupSubmitInfo::pWaitSemaphoreDeviceIndices = {}

Definition at line 29174 of file vulkan_structs.hpp.

◆ signalSemaphoreCount

uint32_t vk::DeviceGroupSubmitInfo::signalSemaphoreCount = {}

Definition at line 29177 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::DeviceGroupSubmitInfo::structureType = StructureType::eDeviceGroupSubmitInfo
static

Definition at line 28987 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::DeviceGroupSubmitInfo::sType = StructureType::eDeviceGroupSubmitInfo

Definition at line 29171 of file vulkan_structs.hpp.

◆ waitSemaphoreCount

uint32_t vk::DeviceGroupSubmitInfo::waitSemaphoreCount = {}

Definition at line 29173 of file vulkan_structs.hpp.


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