HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkEventCreateInfo |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | EventCreateInfo (VULKAN_HPP_NAMESPACE::EventCreateFlags flags_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | EventCreateInfo (EventCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
EventCreateInfo (VkEventCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT | |
EventCreateInfo & | operator= (EventCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
EventCreateInfo & | operator= (VkEventCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 EventCreateInfo & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 EventCreateInfo & | setFlags (VULKAN_HPP_NAMESPACE::EventCreateFlags flags_) VULKAN_HPP_NOEXCEPT |
operator VkEventCreateInfo const & () const VULKAN_HPP_NOEXCEPT | |
operator VkEventCreateInfo & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (EventCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (EventCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eEventCreateInfo |
const void * | pNext = {} |
VULKAN_HPP_NAMESPACE::EventCreateFlags | flags = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eEventCreateInfo |
Definition at line 30021 of file vulkan_structs.hpp.
Definition at line 30023 of file vulkan_structs.hpp.
|
inline |
Definition at line 30029 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 30037 of file vulkan_structs.hpp.
|
inline |
Definition at line 30067 of file vulkan_structs.hpp.
|
inline |
Definition at line 30062 of file vulkan_structs.hpp.
|
inline |
Definition at line 30096 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 30042 of file vulkan_structs.hpp.
|
inline |
Definition at line 30087 of file vulkan_structs.hpp.
|
inline |
Definition at line 30055 of file vulkan_structs.hpp.
|
inline |
Definition at line 30049 of file vulkan_structs.hpp.
|
static |
Definition at line 30025 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::EventCreateFlags VULKAN_HPP_NAMESPACE::EventCreateInfo::flags = {} |
Definition at line 30105 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::EventCreateInfo::pNext = {} |
Definition at line 30104 of file vulkan_structs.hpp.
|
static |
Definition at line 30026 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::EventCreateInfo::sType = StructureType::eEventCreateInfo |
Definition at line 30103 of file vulkan_structs.hpp.