Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryAllocateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::eMemoryAllocateInfo |
const void * | pNext = {} |
vk::DeviceSize | allocationSize = {} |
uint32_t | memoryTypeIndex = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMemoryAllocateInfo |
Definition at line 50603 of file vulkan_structs.hpp.
Definition at line 50605 of file vulkan_structs.hpp.
|
inline |
Definition at line 50611 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 50622 of file vulkan_structs.hpp.
|
inline |
Definition at line 50658 of file vulkan_structs.hpp.
|
inline |
Definition at line 50653 of file vulkan_structs.hpp.
|
inline |
Definition at line 50687 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 50627 of file vulkan_structs.hpp.
|
inline |
Definition at line 50678 of file vulkan_structs.hpp.
|
inline |
Definition at line 50640 of file vulkan_structs.hpp.
|
inline |
Definition at line 50646 of file vulkan_structs.hpp.
|
inline |
Definition at line 50634 of file vulkan_structs.hpp.
vk::DeviceSize vk::MemoryAllocateInfo::allocationSize = {} |
Definition at line 50696 of file vulkan_structs.hpp.
|
static |
Definition at line 50607 of file vulkan_structs.hpp.
uint32_t vk::MemoryAllocateInfo::memoryTypeIndex = {} |
Definition at line 50697 of file vulkan_structs.hpp.
const void* vk::MemoryAllocateInfo::pNext = {} |
Definition at line 50695 of file vulkan_structs.hpp.
|
static |
Definition at line 50608 of file vulkan_structs.hpp.
vk::StructureType vk::MemoryAllocateInfo::sType = StructureType::eMemoryAllocateInfo |
Definition at line 50694 of file vulkan_structs.hpp.