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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSparseImageFormatProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SparseImageFormatProperties (VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_={}, VULKAN_HPP_NAMESPACE::Extent3D imageGranularity_={}, VULKAN_HPP_NAMESPACE::SparseImageFormatFlags flags_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SparseImageFormatProperties (SparseImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SparseImageFormatProperties (VkSparseImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
SparseImageFormatPropertiesoperator= (SparseImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SparseImageFormatPropertiesoperator= (VkSparseImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkSparseImageFormatProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSparseImageFormatProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SparseImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SparseImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask = {}
 
VULKAN_HPP_NAMESPACE::Extent3D imageGranularity = {}
 
VULKAN_HPP_NAMESPACE::SparseImageFormatFlags flags = {}
 

Detailed Description

Definition at line 92779 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::SparseImageFormatProperties ( VULKAN_HPP_NAMESPACE::ImageAspectFlags  aspectMask_ = {},
VULKAN_HPP_NAMESPACE::Extent3D  imageGranularity_ = {},
VULKAN_HPP_NAMESPACE::SparseImageFormatFlags  flags_ = {} 
)
inline

Definition at line 92784 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::SparseImageFormatProperties ( SparseImageFormatProperties const rhs)
default
VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::SparseImageFormatProperties ( VkSparseImageFormatProperties const rhs)
inline

Definition at line 92795 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::operator VkSparseImageFormatProperties & ( )
inline

Definition at line 92814 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::operator VkSparseImageFormatProperties const & ( ) const
inline

Definition at line 92809 of file vulkan_structs.hpp.

SparseImageFormatProperties& VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::operator= ( SparseImageFormatProperties const rhs)
default
SparseImageFormatProperties& VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::operator= ( VkSparseImageFormatProperties const rhs)
inline

Definition at line 92803 of file vulkan_structs.hpp.

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

Definition at line 92834 of file vulkan_structs.hpp.

Member Data Documentation

VULKAN_HPP_NAMESPACE::ImageAspectFlags VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::aspectMask = {}

Definition at line 92850 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SparseImageFormatFlags VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::flags = {}

Definition at line 92852 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Extent3D VULKAN_HPP_NAMESPACE::SparseImageFormatProperties::imageGranularity = {}

Definition at line 92851 of file vulkan_structs.hpp.


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