Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSemaphoreWaitInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eSemaphoreWaitInfo |
const void * | pNext = {} |
vk::SemaphoreWaitFlags | flags = {} |
uint32_t | semaphoreCount = {} |
const vk::Semaphore * | pSemaphores = {} |
const uint64_t * | pValues = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eSemaphoreWaitInfo |
Definition at line 106406 of file vulkan_structs.hpp.
Definition at line 106408 of file vulkan_structs.hpp.
|
inline |
Definition at line 106414 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 106429 of file vulkan_structs.hpp.
|
inline |
Definition at line 106432 of file vulkan_structs.hpp.
|
inline |
Definition at line 106518 of file vulkan_structs.hpp.
|
inline |
Definition at line 106513 of file vulkan_structs.hpp.
|
inline |
Definition at line 106553 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 106456 of file vulkan_structs.hpp.
|
inline |
Definition at line 106543 of file vulkan_structs.hpp.
|
inline |
Definition at line 106469 of file vulkan_structs.hpp.
|
inline |
Definition at line 106463 of file vulkan_structs.hpp.
|
inline |
Definition at line 106481 of file vulkan_structs.hpp.
|
inline |
Definition at line 106497 of file vulkan_structs.hpp.
|
inline |
Definition at line 106475 of file vulkan_structs.hpp.
|
inline |
Definition at line 106489 of file vulkan_structs.hpp.
|
inline |
Definition at line 106504 of file vulkan_structs.hpp.
|
static |
Definition at line 106410 of file vulkan_structs.hpp.
vk::SemaphoreWaitFlags vk::SemaphoreWaitInfo::flags = {} |
Definition at line 106562 of file vulkan_structs.hpp.
const void* vk::SemaphoreWaitInfo::pNext = {} |
Definition at line 106561 of file vulkan_structs.hpp.
const vk::Semaphore* vk::SemaphoreWaitInfo::pSemaphores = {} |
Definition at line 106564 of file vulkan_structs.hpp.
const uint64_t* vk::SemaphoreWaitInfo::pValues = {} |
Definition at line 106565 of file vulkan_structs.hpp.
uint32_t vk::SemaphoreWaitInfo::semaphoreCount = {} |
Definition at line 106563 of file vulkan_structs.hpp.
|
static |
Definition at line 106411 of file vulkan_structs.hpp.
vk::StructureType vk::SemaphoreWaitInfo::sType = StructureType::eSemaphoreWaitInfo |
Definition at line 106560 of file vulkan_structs.hpp.