SDL 2.0
VkMemoryAllocateInfo Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
const voidpNext
 
VkDeviceSize allocationSize
 
uint32_t memoryTypeIndex
 

Detailed Description

Definition at line 2071 of file vulkan_core.h.

Field Documentation

◆ allocationSize

VkDeviceSize VkMemoryAllocateInfo::allocationSize

Definition at line 2074 of file vulkan_core.h.

◆ memoryTypeIndex

uint32_t VkMemoryAllocateInfo::memoryTypeIndex

Definition at line 2075 of file vulkan_core.h.

◆ pNext

const void* VkMemoryAllocateInfo::pNext

Definition at line 2073 of file vulkan_core.h.

◆ sType

VkStructureType VkMemoryAllocateInfo::sType

Definition at line 2072 of file vulkan_core.h.


The documentation for this struct was generated from the following file: