Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSemaphoreSubmitInfo |
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 |
Definition at line 102605 of file vulkan_structs.hpp.
Definition at line 102607 of file vulkan_structs.hpp.
|
inline |
Definition at line 102613 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 102628 of file vulkan_structs.hpp.
|
inline |
Definition at line 102678 of file vulkan_structs.hpp.
|
inline |
Definition at line 102673 of file vulkan_structs.hpp.
|
inline |
Definition at line 102713 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 102635 of file vulkan_structs.hpp.
|
inline |
Definition at line 102703 of file vulkan_structs.hpp.
|
inline |
Definition at line 102666 of file vulkan_structs.hpp.
|
inline |
Definition at line 102642 of file vulkan_structs.hpp.
|
inline |
Definition at line 102648 of file vulkan_structs.hpp.
|
inline |
Definition at line 102660 of file vulkan_structs.hpp.
|
inline |
Definition at line 102654 of file vulkan_structs.hpp.
|
static |
Definition at line 102609 of file vulkan_structs.hpp.
uint32_t vk::SemaphoreSubmitInfo::deviceIndex = {} |
Definition at line 102725 of file vulkan_structs.hpp.
const void* vk::SemaphoreSubmitInfo::pNext = {} |
Definition at line 102721 of file vulkan_structs.hpp.
vk::Semaphore vk::SemaphoreSubmitInfo::semaphore = {} |
Definition at line 102722 of file vulkan_structs.hpp.
vk::PipelineStageFlags2 vk::SemaphoreSubmitInfo::stageMask = {} |
Definition at line 102724 of file vulkan_structs.hpp.
|
static |
Definition at line 102610 of file vulkan_structs.hpp.
vk::StructureType vk::SemaphoreSubmitInfo::sType = StructureType::eSemaphoreSubmitInfo |
Definition at line 102720 of file vulkan_structs.hpp.
uint64_t vk::SemaphoreSubmitInfo::value = {} |
Definition at line 102723 of file vulkan_structs.hpp.