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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkRectLayerKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR RectLayerKHR (VULKAN_HPP_NAMESPACE::Offset2D offset_={}, VULKAN_HPP_NAMESPACE::Extent2D extent_={}, uint32_t layer_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR RectLayerKHR (RectLayerKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 RectLayerKHR (VkRectLayerKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 RectLayerKHR (Rect2D const &rect2D, uint32_t layer_={})
 
RectLayerKHRoperator= (RectLayerKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
RectLayerKHRoperator= (VkRectLayerKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
RectLayerKHR
setOffset (VULKAN_HPP_NAMESPACE::Offset2D const &offset_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
RectLayerKHR
setExtent (VULKAN_HPP_NAMESPACE::Extent2D const &extent_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
RectLayerKHR
setLayer (uint32_t layer_) VULKAN_HPP_NOEXCEPT
 
 operator VkRectLayerKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkRectLayerKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (RectLayerKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (RectLayerKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::Offset2D offset = {}
 
VULKAN_HPP_NAMESPACE::Extent2D extent = {}
 
uint32_t layer = {}
 

Detailed Description

Definition at line 83750 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::RectLayerKHR::RectLayerKHR ( VULKAN_HPP_NAMESPACE::Offset2D  offset_ = {},
VULKAN_HPP_NAMESPACE::Extent2D  extent_ = {},
uint32_t  layer_ = {} 
)
inline

Definition at line 83756 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::RectLayerKHR::RectLayerKHR ( RectLayerKHR const rhs)
default
VULKAN_HPP_NAMESPACE::RectLayerKHR::RectLayerKHR ( VkRectLayerKHR const rhs)
inline

Definition at line 83765 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::RectLayerKHR::RectLayerKHR ( Rect2D const rect2D,
uint32_t  layer_ = {} 
)
inlineexplicit

Definition at line 83767 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::RectLayerKHR::operator VkRectLayerKHR & ( )
inline

Definition at line 83803 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::RectLayerKHR::operator VkRectLayerKHR const & ( ) const
inline

Definition at line 83798 of file vulkan_structs.hpp.

Definition at line 83832 of file vulkan_structs.hpp.

RectLayerKHR& VULKAN_HPP_NAMESPACE::RectLayerKHR::operator= ( RectLayerKHR const rhs)
default
RectLayerKHR& VULKAN_HPP_NAMESPACE::RectLayerKHR::operator= ( VkRectLayerKHR const rhs)
inline

Definition at line 83772 of file vulkan_structs.hpp.

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

Definition at line 83823 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 RectLayerKHR& VULKAN_HPP_NAMESPACE::RectLayerKHR::setExtent ( VULKAN_HPP_NAMESPACE::Extent2D const extent_)
inline

Definition at line 83785 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 RectLayerKHR& VULKAN_HPP_NAMESPACE::RectLayerKHR::setLayer ( uint32_t  layer_)
inline

Definition at line 83791 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 RectLayerKHR& VULKAN_HPP_NAMESPACE::RectLayerKHR::setOffset ( VULKAN_HPP_NAMESPACE::Offset2D const offset_)
inline

Definition at line 83779 of file vulkan_structs.hpp.

Member Data Documentation

VULKAN_HPP_NAMESPACE::Extent2D VULKAN_HPP_NAMESPACE::RectLayerKHR::extent = {}

Definition at line 83840 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::RectLayerKHR::layer = {}

Definition at line 83841 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Offset2D VULKAN_HPP_NAMESPACE::RectLayerKHR::offset = {}

Definition at line 83839 of file vulkan_structs.hpp.


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