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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ImageFormatProperties:
[legend]

Public Member Functions

 operator const VkImageFormatProperties & () const
 
bool operator== (ImageFormatProperties const &rhs) const
 
bool operator!= (ImageFormatProperties const &rhs) const
 

Public Attributes

Extent3D maxExtent
 
uint32_t maxMipLevels
 
uint32_t maxArrayLayers
 
SampleCountFlags sampleCounts
 
DeviceSize maxResourceSize
 

Member Function Documentation

◆ operator const VkImageFormatProperties &()

VULKAN_HPP_NAMESPACE::ImageFormatProperties::operator const VkImageFormatProperties & ( ) const
inline

◆ operator!=()

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

◆ operator==()

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

Member Data Documentation

◆ maxArrayLayers

uint32_t VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxArrayLayers

◆ maxExtent

Extent3D VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxExtent

◆ maxMipLevels

uint32_t VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxMipLevels

◆ maxResourceSize

DeviceSize VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxResourceSize

◆ sampleCounts

SampleCountFlags VULKAN_HPP_NAMESPACE::ImageFormatProperties::sampleCounts

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