|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::FormatProperties2:Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | FormatProperties2 (VULKAN_HPP_NAMESPACE::FormatProperties formatProperties_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | FormatProperties2 (FormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
| FormatProperties2 (VkFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT | |
| FormatProperties2 & | operator= (VkFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
| FormatProperties2 & | operator= (FormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT |
| operator VkFormatProperties2 const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkFormatProperties2 & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (FormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (FormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::StructureType | sType = StructureType::eFormatProperties2 |
| void * | pNext = {} |
| VULKAN_HPP_NAMESPACE::FormatProperties | formatProperties = {} |
Static Public Attributes | |
| static const bool | allowDuplicate = false |
| static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eFormatProperties2 |
Definition at line 51916 of file vulkan.hpp.
|
inline |
Definition at line 51922 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 51928 of file vulkan.hpp.
|
inline |
Definition at line 51952 of file vulkan.hpp.
|
inline |
Definition at line 51947 of file vulkan.hpp.
|
inline |
Definition at line 51968 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 51940 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 51934 of file vulkan.hpp.
|
inline |
Definition at line 51961 of file vulkan.hpp.
|
static |
Definition at line 51918 of file vulkan.hpp.
| VULKAN_HPP_NAMESPACE::FormatProperties VULKAN_HPP_NAMESPACE::FormatProperties2::formatProperties = {} |
Definition at line 51979 of file vulkan.hpp.
| void* VULKAN_HPP_NAMESPACE::FormatProperties2::pNext = {} |
Definition at line 51978 of file vulkan.hpp.
|
static |
Definition at line 51919 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::FormatProperties2::sType = StructureType::eFormatProperties2 |
Definition at line 51977 of file vulkan.hpp.