Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSemaphoreSignalInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eSemaphoreSignalInfo |
const void * | pNext = {} |
vk::Semaphore | semaphore = {} |
uint64_t | value = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eSemaphoreSignalInfo |
Definition at line 106192 of file vulkan_structs.hpp.
Definition at line 106194 of file vulkan_structs.hpp.
|
inline |
Definition at line 106201 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 106210 of file vulkan_structs.hpp.
|
inline |
Definition at line 106248 of file vulkan_structs.hpp.
|
inline |
Definition at line 106243 of file vulkan_structs.hpp.
|
inline |
Definition at line 106277 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 106217 of file vulkan_structs.hpp.
|
inline |
Definition at line 106268 of file vulkan_structs.hpp.
|
inline |
Definition at line 106224 of file vulkan_structs.hpp.
|
inline |
Definition at line 106230 of file vulkan_structs.hpp.
|
inline |
Definition at line 106236 of file vulkan_structs.hpp.
|
static |
Definition at line 106196 of file vulkan_structs.hpp.
const void* vk::SemaphoreSignalInfo::pNext = {} |
Definition at line 106285 of file vulkan_structs.hpp.
vk::Semaphore vk::SemaphoreSignalInfo::semaphore = {} |
Definition at line 106286 of file vulkan_structs.hpp.
|
static |
Definition at line 106197 of file vulkan_structs.hpp.
vk::StructureType vk::SemaphoreSignalInfo::sType = StructureType::eSemaphoreSignalInfo |
Definition at line 106284 of file vulkan_structs.hpp.
uint64_t vk::SemaphoreSignalInfo::value = {} |
Definition at line 106287 of file vulkan_structs.hpp.