Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSemaphoreTypeCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eSemaphoreTypeCreateInfo |
const void * | pNext = {} |
vk::SemaphoreType | semaphoreType = vk::SemaphoreType::eBinary |
uint64_t | initialValue = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eSemaphoreTypeCreateInfo |
Definition at line 106298 of file vulkan_structs.hpp.
Definition at line 106300 of file vulkan_structs.hpp.
|
inline |
Definition at line 106306 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 106317 of file vulkan_structs.hpp.
|
inline |
Definition at line 106356 of file vulkan_structs.hpp.
|
inline |
Definition at line 106351 of file vulkan_structs.hpp.
|
inline |
Definition at line 106385 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 106325 of file vulkan_structs.hpp.
|
inline |
Definition at line 106376 of file vulkan_structs.hpp.
|
inline |
Definition at line 106344 of file vulkan_structs.hpp.
|
inline |
Definition at line 106332 of file vulkan_structs.hpp.
|
inline |
Definition at line 106338 of file vulkan_structs.hpp.
|
static |
Definition at line 106302 of file vulkan_structs.hpp.
uint64_t vk::SemaphoreTypeCreateInfo::initialValue = {} |
Definition at line 106395 of file vulkan_structs.hpp.
const void* vk::SemaphoreTypeCreateInfo::pNext = {} |
Definition at line 106393 of file vulkan_structs.hpp.
vk::SemaphoreType vk::SemaphoreTypeCreateInfo::semaphoreType = vk::SemaphoreType::eBinary |
Definition at line 106394 of file vulkan_structs.hpp.
|
static |
Definition at line 106303 of file vulkan_structs.hpp.
vk::StructureType vk::SemaphoreTypeCreateInfo::sType = StructureType::eSemaphoreTypeCreateInfo |
Definition at line 106392 of file vulkan_structs.hpp.