RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::RectLayerKHR Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::RectLayerKHR:
[legend]

Public Member Functions

 RectLayerKHR (Offset2D offset_=Offset2D(), Extent2D extent_=Extent2D(), uint32_t layer_=0)
 
 RectLayerKHR (VkRectLayerKHR const &rhs)
 
RectLayerKHRoperator= (VkRectLayerKHR const &rhs)
 
RectLayerKHRsetOffset (Offset2D offset_)
 
RectLayerKHRsetExtent (Extent2D extent_)
 
RectLayerKHRsetLayer (uint32_t layer_)
 
 operator const VkRectLayerKHR & () const
 
bool operator== (RectLayerKHR const &rhs) const
 
bool operator!= (RectLayerKHR const &rhs) const
 

Public Attributes

Offset2D offset
 
Extent2D extent
 
uint32_t layer
 

Constructor & Destructor Documentation

◆ RectLayerKHR() [1/2]

VULKAN_HPP_NAMESPACE::RectLayerKHR::RectLayerKHR ( Offset2D  offset_ = Offset2D(),
Extent2D  extent_ = Extent2D(),
uint32_t  layer_ = 0 
)
inline

◆ RectLayerKHR() [2/2]

VULKAN_HPP_NAMESPACE::RectLayerKHR::RectLayerKHR ( VkRectLayerKHR const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkRectLayerKHR &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::RectLayerKHR::operator!= ( RectLayerKHR const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

RectLayerKHR& VULKAN_HPP_NAMESPACE::RectLayerKHR::operator= ( VkRectLayerKHR const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::RectLayerKHR::operator== ( RectLayerKHR const rhs) const
inline
Here is the caller graph for this function:

◆ setExtent()

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

◆ setLayer()

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

◆ setOffset()

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

Member Data Documentation

◆ extent

Extent2D VULKAN_HPP_NAMESPACE::RectLayerKHR::extent

◆ layer

uint32_t VULKAN_HPP_NAMESPACE::RectLayerKHR::layer

◆ offset

Offset2D VULKAN_HPP_NAMESPACE::RectLayerKHR::offset

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