Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryRequirements2 |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | MemoryRequirements2 (vk::MemoryRequirements memoryRequirements_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | MemoryRequirements2 (MemoryRequirements2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryRequirements2 (VkMemoryRequirements2 const &rhs) VULKAN_HPP_NOEXCEPT | |
MemoryRequirements2 & | operator= (MemoryRequirements2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryRequirements2 & | operator= (VkMemoryRequirements2 const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkMemoryRequirements2 const & () const VULKAN_HPP_NOEXCEPT | |
operator VkMemoryRequirements2 & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (MemoryRequirements2 const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (MemoryRequirements2 const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::eMemoryRequirements2 |
void * | pNext = {} |
vk::MemoryRequirements | memoryRequirements = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMemoryRequirements2 |
Definition at line 52179 of file vulkan_structs.hpp.
Definition at line 52181 of file vulkan_structs.hpp.
|
inline |
Definition at line 52187 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 52195 of file vulkan_structs.hpp.
|
inline |
Definition at line 52213 of file vulkan_structs.hpp.
|
inline |
Definition at line 52208 of file vulkan_structs.hpp.
|
inline |
Definition at line 52242 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 52202 of file vulkan_structs.hpp.
|
inline |
Definition at line 52233 of file vulkan_structs.hpp.
|
static |
Definition at line 52183 of file vulkan_structs.hpp.
vk::MemoryRequirements vk::MemoryRequirements2::memoryRequirements = {} |
Definition at line 52251 of file vulkan_structs.hpp.
void* vk::MemoryRequirements2::pNext = {} |
Definition at line 52250 of file vulkan_structs.hpp.
|
static |
Definition at line 52184 of file vulkan_structs.hpp.
vk::StructureType vk::MemoryRequirements2::sType = StructureType::eMemoryRequirements2 |
Definition at line 52249 of file vulkan_structs.hpp.