Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceMemoryProperties2 |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR_14 | PhysicalDeviceMemoryProperties2 (vk::PhysicalDeviceMemoryProperties memoryProperties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 | PhysicalDeviceMemoryProperties2 (PhysicalDeviceMemoryProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
PhysicalDeviceMemoryProperties2 (VkPhysicalDeviceMemoryProperties2 const &rhs) VULKAN_HPP_NOEXCEPT | |
PhysicalDeviceMemoryProperties2 & | operator= (PhysicalDeviceMemoryProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
PhysicalDeviceMemoryProperties2 & | operator= (VkPhysicalDeviceMemoryProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkPhysicalDeviceMemoryProperties2 const & () const VULKAN_HPP_NOEXCEPT | |
operator VkPhysicalDeviceMemoryProperties2 & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (PhysicalDeviceMemoryProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (PhysicalDeviceMemoryProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceMemoryProperties2 |
void * | pNext = {} |
vk::PhysicalDeviceMemoryProperties | memoryProperties = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceMemoryProperties2 |
Definition at line 72408 of file vulkan_structs.hpp.
Definition at line 72410 of file vulkan_structs.hpp.
|
inline |
Definition at line 72416 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 72425 of file vulkan_structs.hpp.
|
inline |
Definition at line 72444 of file vulkan_structs.hpp.
|
inline |
Definition at line 72439 of file vulkan_structs.hpp.
|
inline |
Definition at line 72473 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 72433 of file vulkan_structs.hpp.
|
inline |
Definition at line 72464 of file vulkan_structs.hpp.
|
static |
Definition at line 72412 of file vulkan_structs.hpp.
vk::PhysicalDeviceMemoryProperties vk::PhysicalDeviceMemoryProperties2::memoryProperties = {} |
Definition at line 72482 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceMemoryProperties2::pNext = {} |
Definition at line 72481 of file vulkan_structs.hpp.
|
static |
Definition at line 72413 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceMemoryProperties2::sType = StructureType::ePhysicalDeviceMemoryProperties2 |
Definition at line 72480 of file vulkan_structs.hpp.