|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ImageFormatProperties:Public Member Functions | |
| operator VkImageFormatProperties const & () const | |
| operator VkImageFormatProperties & () | |
| bool | operator== (ImageFormatProperties const &rhs) const |
| bool | operator!= (ImageFormatProperties const &rhs) const |
Data Fields | |
| Extent3D | maxExtent |
| uint32_t | maxMipLevels |
| uint32_t | maxArrayLayers |
| SampleCountFlags | sampleCounts |
| DeviceSize | maxResourceSize |
Definition at line 26979 of file vulkan.hpp.
|
inline |
Definition at line 26986 of file vulkan.hpp.
|
inline |
Definition at line 26981 of file vulkan.hpp.
|
inline |
Definition at line 27000 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 26991 of file vulkan.hpp.
References maxArrayLayers, maxExtent, maxMipLevels, maxResourceSize, and sampleCounts.
Referenced by operator!=().
| uint32_t VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxArrayLayers |
Definition at line 27007 of file vulkan.hpp.
Referenced by operator==().
| Extent3D VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxExtent |
Definition at line 27005 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxMipLevels |
Definition at line 27006 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::ImageFormatProperties::maxResourceSize |
Definition at line 27009 of file vulkan.hpp.
Referenced by operator==().
| SampleCountFlags VULKAN_HPP_NAMESPACE::ImageFormatProperties::sampleCounts |
Definition at line 27008 of file vulkan.hpp.
Referenced by operator==().