Vulkan-Hpp
|
#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 | |
SparseImageFormatProperties2 & | operator= (SparseImageFormatProperties2 const &rhs) VULKAN_HPP_NOEXCEPT=default |
SparseImageFormatProperties2 & | operator= (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 |
Definition at line 107931 of file vulkan_structs.hpp.
Definition at line 107933 of file vulkan_structs.hpp.
|
inline |
Definition at line 107939 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 107948 of file vulkan_structs.hpp.
|
inline |
Definition at line 107967 of file vulkan_structs.hpp.
|
inline |
Definition at line 107962 of file vulkan_structs.hpp.
|
inline |
Definition at line 107996 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 107956 of file vulkan_structs.hpp.
|
inline |
Definition at line 107987 of file vulkan_structs.hpp.
|
static |
Definition at line 107935 of file vulkan_structs.hpp.
void* vk::SparseImageFormatProperties2::pNext = {} |
Definition at line 108004 of file vulkan_structs.hpp.
vk::SparseImageFormatProperties vk::SparseImageFormatProperties2::properties = {} |
Definition at line 108005 of file vulkan_structs.hpp.
|
static |
Definition at line 107936 of file vulkan_structs.hpp.
vk::StructureType vk::SparseImageFormatProperties2::sType = StructureType::eSparseImageFormatProperties2 |
Definition at line 108003 of file vulkan_structs.hpp.