Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceMemoryBudgetPropertiesEXT |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceMemoryBudgetPropertiesEXT |
void * | pNext = {} |
vk::ArrayWrapper1D< vk::DeviceSize, VK_MAX_MEMORY_HEAPS > | heapBudget = {} |
vk::ArrayWrapper1D< vk::DeviceSize, VK_MAX_MEMORY_HEAPS > | heapUsage = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceMemoryBudgetPropertiesEXT |
Definition at line 71952 of file vulkan_structs.hpp.
using vk::PhysicalDeviceMemoryBudgetPropertiesEXT::NativeType = VkPhysicalDeviceMemoryBudgetPropertiesEXT |
Definition at line 71954 of file vulkan_structs.hpp.
|
inline |
Definition at line 71960 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 71971 of file vulkan_structs.hpp.
|
inline |
Definition at line 71990 of file vulkan_structs.hpp.
|
inline |
Definition at line 71985 of file vulkan_structs.hpp.
|
inline |
Definition at line 72022 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 71979 of file vulkan_structs.hpp.
|
inline |
Definition at line 72013 of file vulkan_structs.hpp.
|
static |
Definition at line 71956 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<vk::DeviceSize, VK_MAX_MEMORY_HEAPS> vk::PhysicalDeviceMemoryBudgetPropertiesEXT::heapBudget = {} |
Definition at line 72031 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<vk::DeviceSize, VK_MAX_MEMORY_HEAPS> vk::PhysicalDeviceMemoryBudgetPropertiesEXT::heapUsage = {} |
Definition at line 72032 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceMemoryBudgetPropertiesEXT::pNext = {} |
Definition at line 72030 of file vulkan_structs.hpp.
|
static |
Definition at line 71957 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceMemoryBudgetPropertiesEXT::sType = StructureType::ePhysicalDeviceMemoryBudgetPropertiesEXT |
Definition at line 72029 of file vulkan_structs.hpp.