Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryRequirements |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | MemoryRequirements (vk::DeviceSize size_={}, vk::DeviceSize alignment_={}, uint32_t memoryTypeBits_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | MemoryRequirements (MemoryRequirements const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryRequirements (VkMemoryRequirements const &rhs) VULKAN_HPP_NOEXCEPT | |
MemoryRequirements & | operator= (MemoryRequirements const &rhs) VULKAN_HPP_NOEXCEPT=default |
MemoryRequirements & | operator= (VkMemoryRequirements const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkMemoryRequirements const & () const VULKAN_HPP_NOEXCEPT | |
operator VkMemoryRequirements & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (MemoryRequirements const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (MemoryRequirements const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::DeviceSize | size = {} |
vk::DeviceSize | alignment = {} |
uint32_t | memoryTypeBits = {} |
Definition at line 52106 of file vulkan_structs.hpp.
Definition at line 52108 of file vulkan_structs.hpp.
|
inline |
Definition at line 52111 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 52122 of file vulkan_structs.hpp.
|
inline |
Definition at line 52138 of file vulkan_structs.hpp.
|
inline |
Definition at line 52133 of file vulkan_structs.hpp.
|
inline |
Definition at line 52167 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 52127 of file vulkan_structs.hpp.
|
inline |
Definition at line 52158 of file vulkan_structs.hpp.
vk::DeviceSize vk::MemoryRequirements::alignment = {} |
Definition at line 52175 of file vulkan_structs.hpp.
uint32_t vk::MemoryRequirements::memoryTypeBits = {} |
Definition at line 52176 of file vulkan_structs.hpp.
vk::DeviceSize vk::MemoryRequirements::size = {} |
Definition at line 52174 of file vulkan_structs.hpp.