Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkFenceCreateInfo |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | FenceCreateInfo (vk::FenceCreateFlags flags_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | FenceCreateInfo (FenceCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
FenceCreateInfo (VkFenceCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT | |
FenceCreateInfo & | operator= (FenceCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default |
FenceCreateInfo & | operator= (VkFenceCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 FenceCreateInfo & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 FenceCreateInfo & | setFlags (vk::FenceCreateFlags flags_) VULKAN_HPP_NOEXCEPT |
operator VkFenceCreateInfo const & () const VULKAN_HPP_NOEXCEPT | |
operator VkFenceCreateInfo & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (FenceCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (FenceCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eFenceCreateInfo |
const void * | pNext = {} |
vk::FenceCreateFlags | flags = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eFenceCreateInfo |
Definition at line 37099 of file vulkan_structs.hpp.
Definition at line 37101 of file vulkan_structs.hpp.
|
inline |
Definition at line 37107 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37115 of file vulkan_structs.hpp.
|
inline |
Definition at line 37145 of file vulkan_structs.hpp.
|
inline |
Definition at line 37140 of file vulkan_structs.hpp.
|
inline |
Definition at line 37174 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37120 of file vulkan_structs.hpp.
|
inline |
Definition at line 37165 of file vulkan_structs.hpp.
|
inline |
Definition at line 37133 of file vulkan_structs.hpp.
|
inline |
Definition at line 37127 of file vulkan_structs.hpp.
|
static |
Definition at line 37103 of file vulkan_structs.hpp.
vk::FenceCreateFlags vk::FenceCreateInfo::flags = {} |
Definition at line 37183 of file vulkan_structs.hpp.
const void* vk::FenceCreateInfo::pNext = {} |
Definition at line 37182 of file vulkan_structs.hpp.
|
static |
Definition at line 37104 of file vulkan_structs.hpp.
vk::StructureType vk::FenceCreateInfo::sType = StructureType::eFenceCreateInfo |
Definition at line 37181 of file vulkan_structs.hpp.