Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSemaphoreCreateInfo |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | SemaphoreCreateInfo (vk::SemaphoreCreateFlags flags_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | SemaphoreCreateInfo (SemaphoreCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
SemaphoreCreateInfo (VkSemaphoreCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT | |
SemaphoreCreateInfo & | operator= (SemaphoreCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
SemaphoreCreateInfo & | operator= (VkSemaphoreCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 SemaphoreCreateInfo & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 SemaphoreCreateInfo & | setFlags (vk::SemaphoreCreateFlags flags_) VULKAN_HPP_NOEXCEPT |
operator VkSemaphoreCreateInfo const & () const VULKAN_HPP_NOEXCEPT | |
operator VkSemaphoreCreateInfo & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (SemaphoreCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (SemaphoreCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eSemaphoreCreateInfo |
const void * | pNext = {} |
vk::SemaphoreCreateFlags | flags = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eSemaphoreCreateInfo |
Definition at line 105761 of file vulkan_structs.hpp.
Definition at line 105763 of file vulkan_structs.hpp.
|
inline |
Definition at line 105769 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 105777 of file vulkan_structs.hpp.
|
inline |
Definition at line 105809 of file vulkan_structs.hpp.
|
inline |
Definition at line 105804 of file vulkan_structs.hpp.
|
inline |
Definition at line 105838 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 105784 of file vulkan_structs.hpp.
|
inline |
Definition at line 105829 of file vulkan_structs.hpp.
|
inline |
Definition at line 105797 of file vulkan_structs.hpp.
|
inline |
Definition at line 105791 of file vulkan_structs.hpp.
|
static |
Definition at line 105765 of file vulkan_structs.hpp.
vk::SemaphoreCreateFlags vk::SemaphoreCreateInfo::flags = {} |
Definition at line 105847 of file vulkan_structs.hpp.
const void* vk::SemaphoreCreateInfo::pNext = {} |
Definition at line 105846 of file vulkan_structs.hpp.
|
static |
Definition at line 105766 of file vulkan_structs.hpp.
vk::StructureType vk::SemaphoreCreateInfo::sType = StructureType::eSemaphoreCreateInfo |
Definition at line 105845 of file vulkan_structs.hpp.