HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSparseImageFormatProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SparseImageFormatProperties2 (VULKAN_HPP_NAMESPACE::SparseImageFormatProperties properties_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SparseImageFormatProperties2 (SparseImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SparseImageFormatProperties2 (VkSparseImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
SparseImageFormatProperties2operator= (SparseImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SparseImageFormatProperties2operator= (VkSparseImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkSparseImageFormatProperties2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSparseImageFormatProperties2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SparseImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SparseImageFormatProperties2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSparseImageFormatProperties2
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::SparseImageFormatProperties properties = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType 
structureType = StructureType::eSparseImageFormatProperties2
 

Detailed Description

Definition at line 92855 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::SparseImageFormatProperties2 ( VULKAN_HPP_NAMESPACE::SparseImageFormatProperties  properties_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 92863 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::SparseImageFormatProperties2 ( SparseImageFormatProperties2 const rhs)
default
VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::SparseImageFormatProperties2 ( VkSparseImageFormatProperties2 const rhs)
inline

Definition at line 92872 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::operator VkSparseImageFormatProperties2 & ( )
inline

Definition at line 92891 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::operator VkSparseImageFormatProperties2 const & ( ) const
inline

Definition at line 92886 of file vulkan_structs.hpp.

SparseImageFormatProperties2& VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::operator= ( SparseImageFormatProperties2 const rhs)
default
SparseImageFormatProperties2& VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::operator= ( VkSparseImageFormatProperties2 const rhs)
inline

Definition at line 92880 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::operator== ( SparseImageFormatProperties2 const rhs) const
inline

Definition at line 92911 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::allowDuplicate = false
static

Definition at line 92859 of file vulkan_structs.hpp.

void* VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::pNext = {}

Definition at line 92928 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SparseImageFormatProperties VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::properties = {}

Definition at line 92929 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::structureType = StructureType::eSparseImageFormatProperties2
static

Definition at line 92860 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::SparseImageFormatProperties2::sType = StructureType::eSparseImageFormatProperties2

Definition at line 92927 of file vulkan_structs.hpp.


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