Vulkan-Hpp
vk::SemaphoreSubmitInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSemaphoreSubmitInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SemaphoreSubmitInfo (vk::Semaphore semaphore_={}, uint64_t value_={}, vk::PipelineStageFlags2 stageMask_={}, uint32_t deviceIndex_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SemaphoreSubmitInfo (SemaphoreSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SemaphoreSubmitInfo (VkSemaphoreSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
SemaphoreSubmitInfooperator= (SemaphoreSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SemaphoreSubmitInfooperator= (VkSemaphoreSubmitInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfosetSemaphore (vk::Semaphore semaphore_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfosetValue (uint64_t value_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfosetStageMask (vk::PipelineStageFlags2 stageMask_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfosetDeviceIndex (uint32_t deviceIndex_) VULKAN_HPP_NOEXCEPT
 
 operator VkSemaphoreSubmitInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSemaphoreSubmitInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SemaphoreSubmitInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SemaphoreSubmitInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSemaphoreSubmitInfo
 
const void * pNext = {}
 
vk::Semaphore semaphore = {}
 
uint64_t value = {}
 
vk::PipelineStageFlags2 stageMask = {}
 
uint32_t deviceIndex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 102605 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SemaphoreSubmitInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::SemaphoreSubmitInfo::SemaphoreSubmitInfo ( vk::Semaphore  semaphore_ = {},
uint64_t  value_ = {},
vk::PipelineStageFlags2  stageMask_ = {},
uint32_t  deviceIndex_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 102613 of file vulkan_structs.hpp.

◆ SemaphoreSubmitInfo() [2/3]

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

◆ SemaphoreSubmitInfo() [3/3]

vk::SemaphoreSubmitInfo::SemaphoreSubmitInfo ( VkSemaphoreSubmitInfo const &  rhs)
inline

Definition at line 102628 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSemaphoreSubmitInfo &()

vk::SemaphoreSubmitInfo::operator VkSemaphoreSubmitInfo & ( )
inline

Definition at line 102678 of file vulkan_structs.hpp.

◆ operator VkSemaphoreSubmitInfo const &()

vk::SemaphoreSubmitInfo::operator VkSemaphoreSubmitInfo const & ( ) const
inline

Definition at line 102673 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 102713 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SemaphoreSubmitInfo& vk::SemaphoreSubmitInfo::operator= ( VkSemaphoreSubmitInfo const &  rhs)
inline

Definition at line 102635 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 102703 of file vulkan_structs.hpp.

◆ setDeviceIndex()

VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfo& vk::SemaphoreSubmitInfo::setDeviceIndex ( uint32_t  deviceIndex_)
inline

Definition at line 102666 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 102642 of file vulkan_structs.hpp.

◆ setSemaphore()

VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfo& vk::SemaphoreSubmitInfo::setSemaphore ( vk::Semaphore  semaphore_)
inline

Definition at line 102648 of file vulkan_structs.hpp.

◆ setStageMask()

VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfo& vk::SemaphoreSubmitInfo::setStageMask ( vk::PipelineStageFlags2  stageMask_)
inline

Definition at line 102660 of file vulkan_structs.hpp.

◆ setValue()

VULKAN_HPP_CONSTEXPR_14 SemaphoreSubmitInfo& vk::SemaphoreSubmitInfo::setValue ( uint64_t  value_)
inline

Definition at line 102654 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 102609 of file vulkan_structs.hpp.

◆ deviceIndex

uint32_t vk::SemaphoreSubmitInfo::deviceIndex = {}

Definition at line 102725 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 102721 of file vulkan_structs.hpp.

◆ semaphore

vk::Semaphore vk::SemaphoreSubmitInfo::semaphore = {}

Definition at line 102722 of file vulkan_structs.hpp.

◆ stageMask

vk::PipelineStageFlags2 vk::SemaphoreSubmitInfo::stageMask = {}

Definition at line 102724 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SemaphoreSubmitInfo::structureType = StructureType::eSemaphoreSubmitInfo
static

Definition at line 102610 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SemaphoreSubmitInfo::sType = StructureType::eSemaphoreSubmitInfo

Definition at line 102720 of file vulkan_structs.hpp.

◆ value

uint64_t vk::SemaphoreSubmitInfo::value = {}

Definition at line 102723 of file vulkan_structs.hpp.


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