Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkEventCreateInfo |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | EventCreateInfo (vk::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 (vk::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 | |
vk::StructureType | sType = StructureType::eEventCreateInfo |
const void * | pNext = {} |
vk::EventCreateFlags | flags = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eEventCreateInfo |
Definition at line 33585 of file vulkan_structs.hpp.
Definition at line 33587 of file vulkan_structs.hpp.
|
inline |
Definition at line 33593 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 33601 of file vulkan_structs.hpp.
|
inline |
Definition at line 33631 of file vulkan_structs.hpp.
|
inline |
Definition at line 33626 of file vulkan_structs.hpp.
|
inline |
Definition at line 33660 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 33606 of file vulkan_structs.hpp.
|
inline |
Definition at line 33651 of file vulkan_structs.hpp.
|
inline |
Definition at line 33619 of file vulkan_structs.hpp.
|
inline |
Definition at line 33613 of file vulkan_structs.hpp.
|
static |
Definition at line 33589 of file vulkan_structs.hpp.
vk::EventCreateFlags vk::EventCreateInfo::flags = {} |
Definition at line 33669 of file vulkan_structs.hpp.
const void* vk::EventCreateInfo::pNext = {} |
Definition at line 33668 of file vulkan_structs.hpp.
|
static |
Definition at line 33590 of file vulkan_structs.hpp.
vk::StructureType vk::EventCreateInfo::sType = StructureType::eEventCreateInfo |
Definition at line 33667 of file vulkan_structs.hpp.