|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ImageFormatProperties2:Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | ImageFormatProperties2 (VULKAN_HPP_NAMESPACE::ImageFormatProperties imageFormatProperties_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | ImageFormatProperties2 (ImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
| ImageFormatProperties2 (VkImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT | |
| ImageFormatProperties2 & | operator= (VkImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
| ImageFormatProperties2 & | operator= (ImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkImageFormatProperties2 const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkImageFormatProperties2 & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (ImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (ImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eImageFormatProperties2 |
| void * | pNext = {} |
| VULKAN_HPP_NAMESPACE::ImageFormatProperties | imageFormatProperties = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImageFormatProperties2 |
Definition at line 52189 of file vulkan.hpp.
|
inline |
Definition at line 52195 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 52201 of file vulkan.hpp.
|
inline |
Definition at line 52225 of file vulkan.hpp.
|
inline |
Definition at line 52220 of file vulkan.hpp.
|
inline |
Definition at line 52241 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 52213 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 52207 of file vulkan.hpp.
|
inline |
Definition at line 52234 of file vulkan.hpp.
|
static |
Definition at line 52191 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::ImageFormatProperties VULKAN_HPP_NAMESPACE::ImageFormatProperties2::imageFormatProperties = {} |
Definition at line 52252 of file vulkan.hpp.
| void* VULKAN_HPP_NAMESPACE::ImageFormatProperties2::pNext = {} |
Definition at line 52251 of file vulkan.hpp.
|
static |
Definition at line 52192 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ImageFormatProperties2::sType = StructureType::eImageFormatProperties2 |
Definition at line 52250 of file vulkan.hpp.