Vulkan-Hpp
vk::SparseImageFormatProperties2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSparseImageFormatProperties2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SparseImageFormatProperties2 (vk::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

vk::StructureType sType = StructureType::eSparseImageFormatProperties2
 
void * pNext = {}
 
vk::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 107931 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SparseImageFormatProperties2() [1/3]

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

Definition at line 107939 of file vulkan_structs.hpp.

◆ SparseImageFormatProperties2() [2/3]

VULKAN_HPP_CONSTEXPR vk::SparseImageFormatProperties2::SparseImageFormatProperties2 ( SparseImageFormatProperties2 const &  rhs)
default

◆ SparseImageFormatProperties2() [3/3]

vk::SparseImageFormatProperties2::SparseImageFormatProperties2 ( VkSparseImageFormatProperties2 const &  rhs)
inline

Definition at line 107948 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSparseImageFormatProperties2 &()

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

Definition at line 107967 of file vulkan_structs.hpp.

◆ operator VkSparseImageFormatProperties2 const &()

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

Definition at line 107962 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::SparseImageFormatProperties2::operator!= ( SparseImageFormatProperties2 const &  rhs) const
inline

Definition at line 107996 of file vulkan_structs.hpp.

◆ operator=() [1/2]

SparseImageFormatProperties2& vk::SparseImageFormatProperties2::operator= ( SparseImageFormatProperties2 const &  rhs)
default

◆ operator=() [2/2]

SparseImageFormatProperties2& vk::SparseImageFormatProperties2::operator= ( VkSparseImageFormatProperties2 const &  rhs)
inline

Definition at line 107956 of file vulkan_structs.hpp.

◆ operator==()

bool vk::SparseImageFormatProperties2::operator== ( SparseImageFormatProperties2 const &  rhs) const
inline

Definition at line 107987 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 107935 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 108004 of file vulkan_structs.hpp.

◆ properties

vk::SparseImageFormatProperties vk::SparseImageFormatProperties2::properties = {}

Definition at line 108005 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 107936 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SparseImageFormatProperties2::sType = StructureType::eSparseImageFormatProperties2

Definition at line 108003 of file vulkan_structs.hpp.


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