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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkTilePropertiesQCOM
 

Public Member Functions

VULKAN_HPP_CONSTEXPR TilePropertiesQCOM (VULKAN_HPP_NAMESPACE::Extent3D tileSize_={}, VULKAN_HPP_NAMESPACE::Extent2D apronSize_={}, VULKAN_HPP_NAMESPACE::Offset2D origin_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR TilePropertiesQCOM (TilePropertiesQCOM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 TilePropertiesQCOM (VkTilePropertiesQCOM const &rhs) VULKAN_HPP_NOEXCEPT
 
TilePropertiesQCOMoperator= (TilePropertiesQCOM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
TilePropertiesQCOMoperator= (VkTilePropertiesQCOM const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
TilePropertiesQCOM
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
TilePropertiesQCOM
setTileSize (VULKAN_HPP_NAMESPACE::Extent3D const &tileSize_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
TilePropertiesQCOM
setApronSize (VULKAN_HPP_NAMESPACE::Extent2D const &apronSize_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
TilePropertiesQCOM
setOrigin (VULKAN_HPP_NAMESPACE::Offset2D const &origin_) VULKAN_HPP_NOEXCEPT
 
 operator VkTilePropertiesQCOM const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkTilePropertiesQCOM & () VULKAN_HPP_NOEXCEPT
 
bool operator== (TilePropertiesQCOM const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (TilePropertiesQCOM const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eTilePropertiesQCOM
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Extent3D tileSize = {}
 
VULKAN_HPP_NAMESPACE::Extent2D apronSize = {}
 
VULKAN_HPP_NAMESPACE::Offset2D origin = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 96139 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::TilePropertiesQCOM ( VULKAN_HPP_NAMESPACE::Extent3D  tileSize_ = {},
VULKAN_HPP_NAMESPACE::Extent2D  apronSize_ = {},
VULKAN_HPP_NAMESPACE::Offset2D  origin_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 96147 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::TilePropertiesQCOM ( TilePropertiesQCOM const rhs)
default
VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::TilePropertiesQCOM ( VkTilePropertiesQCOM const rhs)
inline

Definition at line 96160 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::operator VkTilePropertiesQCOM & ( )
inline

Definition at line 96202 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::operator VkTilePropertiesQCOM const & ( ) const
inline

Definition at line 96197 of file vulkan_structs.hpp.

TilePropertiesQCOM& VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::operator= ( TilePropertiesQCOM const rhs)
default
TilePropertiesQCOM& VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::operator= ( VkTilePropertiesQCOM const rhs)
inline

Definition at line 96165 of file vulkan_structs.hpp.

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

Definition at line 96226 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 TilePropertiesQCOM& VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::setApronSize ( VULKAN_HPP_NAMESPACE::Extent2D const apronSize_)
inline

Definition at line 96184 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 TilePropertiesQCOM& VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::setOrigin ( VULKAN_HPP_NAMESPACE::Offset2D const origin_)
inline

Definition at line 96190 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 TilePropertiesQCOM& VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::setPNext ( void pNext_)
inline

Definition at line 96172 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 TilePropertiesQCOM& VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::setTileSize ( VULKAN_HPP_NAMESPACE::Extent3D const tileSize_)
inline

Definition at line 96178 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 96143 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Extent2D VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::apronSize = {}

Definition at line 96245 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Offset2D VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::origin = {}

Definition at line 96246 of file vulkan_structs.hpp.

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

Definition at line 96243 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::structureType = StructureType::eTilePropertiesQCOM
static

Definition at line 96144 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::sType = StructureType::eTilePropertiesQCOM

Definition at line 96242 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Extent3D VULKAN_HPP_NAMESPACE::TilePropertiesQCOM::tileSize = {}

Definition at line 96244 of file vulkan_structs.hpp.


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