RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties:
[legend]

Public Member Functions

 operator const VkPhysicalDeviceMemoryProperties & () const
 
bool operator== (PhysicalDeviceMemoryProperties const &rhs) const
 
bool operator!= (PhysicalDeviceMemoryProperties const &rhs) const
 

Public Attributes

uint32_t memoryTypeCount
 
MemoryType memoryTypes [VK_MAX_MEMORY_TYPES]
 
uint32_t memoryHeapCount
 
MemoryHeap memoryHeaps [VK_MAX_MEMORY_HEAPS]
 

Member Function Documentation

◆ operator const VkPhysicalDeviceMemoryProperties &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties::operator const VkPhysicalDeviceMemoryProperties & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties::operator!= ( PhysicalDeviceMemoryProperties const rhs) const
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties::operator== ( PhysicalDeviceMemoryProperties const rhs) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ memoryHeapCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties::memoryHeapCount

◆ memoryHeaps

MemoryHeap VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties::memoryHeaps[VK_MAX_MEMORY_HEAPS]

◆ memoryTypeCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties::memoryTypeCount

◆ memoryTypes

MemoryType VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties::memoryTypes[VK_MAX_MEMORY_TYPES]

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