|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::SparseImageFormatProperties:Public Member Functions | |
| operator VkSparseImageFormatProperties const & () const | |
| operator VkSparseImageFormatProperties & () | |
| bool | operator== (SparseImageFormatProperties const &rhs) const |
| bool | operator!= (SparseImageFormatProperties const &rhs) const |
Data Fields | |
| ImageAspectFlags | aspectMask |
| Extent3D | imageGranularity |
| SparseImageFormatFlags | flags |
Definition at line 25990 of file vulkan.hpp.
|
inline |
Definition at line 25997 of file vulkan.hpp.
|
inline |
Definition at line 25992 of file vulkan.hpp.
|
inline |
Definition at line 26009 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 26002 of file vulkan.hpp.
References aspectMask, flags, and imageGranularity.
Referenced by operator!=().
| ImageAspectFlags VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::aspectMask |
Definition at line 26014 of file vulkan.hpp.
Referenced by operator==().
| SparseImageFormatFlags VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::flags |
Definition at line 26016 of file vulkan.hpp.
Referenced by operator==().
| Extent3D VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::imageGranularity |
Definition at line 26015 of file vulkan.hpp.
Referenced by operator==().