Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceMemoryProperties |
Public Attributes | |
uint32_t | memoryTypeCount = {} |
vk::ArrayWrapper1D< vk::MemoryType, VK_MAX_MEMORY_TYPES > | memoryTypes = {} |
uint32_t | memoryHeapCount = {} |
vk::ArrayWrapper1D< vk::MemoryHeap, VK_MAX_MEMORY_HEAPS > | memoryHeaps = {} |
Definition at line 72324 of file vulkan_structs.hpp.
Definition at line 72326 of file vulkan_structs.hpp.
|
inline |
Definition at line 72330 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 72343 of file vulkan_structs.hpp.
|
inline |
Definition at line 72362 of file vulkan_structs.hpp.
|
inline |
Definition at line 72357 of file vulkan_structs.hpp.
|
inline |
Definition at line 72395 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 72351 of file vulkan_structs.hpp.
|
inline |
Definition at line 72385 of file vulkan_structs.hpp.
uint32_t vk::PhysicalDeviceMemoryProperties::memoryHeapCount = {} |
Definition at line 72404 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<vk::MemoryHeap, VK_MAX_MEMORY_HEAPS> vk::PhysicalDeviceMemoryProperties::memoryHeaps = {} |
Definition at line 72405 of file vulkan_structs.hpp.
uint32_t vk::PhysicalDeviceMemoryProperties::memoryTypeCount = {} |
Definition at line 72402 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<vk::MemoryType, VK_MAX_MEMORY_TYPES> vk::PhysicalDeviceMemoryProperties::memoryTypes = {} |
Definition at line 72403 of file vulkan_structs.hpp.