Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkPhysicalDeviceMemoryProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

uint32_t memoryTypeCount
 
VkMemoryType memoryTypes [VK_MAX_MEMORY_TYPES]
 
uint32_t memoryHeapCount
 
VkMemoryHeap memoryHeaps [VK_MAX_MEMORY_HEAPS]
 

Detailed Description

Definition at line 3214 of file vulkan_core.h.

Member Data Documentation

◆ memoryHeapCount

uint32_t VkPhysicalDeviceMemoryProperties::memoryHeapCount

Definition at line 3217 of file vulkan_core.h.

◆ memoryHeaps

VkMemoryHeap VkPhysicalDeviceMemoryProperties::memoryHeaps[VK_MAX_MEMORY_HEAPS]

Definition at line 3218 of file vulkan_core.h.

◆ memoryTypeCount

uint32_t VkPhysicalDeviceMemoryProperties::memoryTypeCount

Definition at line 3215 of file vulkan_core.h.

◆ memoryTypes

VkMemoryType VkPhysicalDeviceMemoryProperties::memoryTypes[VK_MAX_MEMORY_TYPES]

Definition at line 3216 of file vulkan_core.h.


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