Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
VkPhysicalDeviceMemoryProperties Struct Reference

#include <vulkan.h>

+ Collaboration diagram for VkPhysicalDeviceMemoryProperties:

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 2890 of file vulkan.h.

Member Data Documentation

◆ memoryHeapCount

uint32_t VkPhysicalDeviceMemoryProperties::memoryHeapCount

Definition at line 2893 of file vulkan.h.

◆ memoryHeaps

VkMemoryHeap VkPhysicalDeviceMemoryProperties::memoryHeaps[VK_MAX_MEMORY_HEAPS]

Definition at line 2894 of file vulkan.h.

◆ memoryTypeCount

uint32_t VkPhysicalDeviceMemoryProperties::memoryTypeCount

Definition at line 2891 of file vulkan.h.

◆ memoryTypes

VkMemoryType VkPhysicalDeviceMemoryProperties::memoryTypes[VK_MAX_MEMORY_TYPES]

Definition at line 2892 of file vulkan.h.


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