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

#include <vulkan.hpp>

Public Member Functions

 Extent3D (uint32_t width_=0, uint32_t height_=0, uint32_t depth_=0)
 
 Extent3D (VkExtent3D const &rhs)
 
Extent3Doperator= (VkExtent3D const &rhs)
 
Extent3DsetWidth (uint32_t width_)
 
Extent3DsetHeight (uint32_t height_)
 
Extent3DsetDepth (uint32_t depth_)
 
 operator const VkExtent3D & () const
 
bool operator== (Extent3D const &rhs) const
 
bool operator!= (Extent3D const &rhs) const
 

Public Attributes

uint32_t width
 
uint32_t height
 
uint32_t depth
 

Constructor & Destructor Documentation

◆ Extent3D() [1/2]

VULKAN_HPP_NAMESPACE::Extent3D::Extent3D ( uint32_t  width_ = 0,
uint32_t  height_ = 0,
uint32_t  depth_ = 0 
)
inline

◆ Extent3D() [2/2]

VULKAN_HPP_NAMESPACE::Extent3D::Extent3D ( VkExtent3D const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkExtent3D &()

VULKAN_HPP_NAMESPACE::Extent3D::operator const VkExtent3D & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setDepth()

Extent3D& VULKAN_HPP_NAMESPACE::Extent3D::setDepth ( uint32_t  depth_)
inline

◆ setHeight()

Extent3D& VULKAN_HPP_NAMESPACE::Extent3D::setHeight ( uint32_t  height_)
inline

◆ setWidth()

Extent3D& VULKAN_HPP_NAMESPACE::Extent3D::setWidth ( uint32_t  width_)
inline

Member Data Documentation

◆ depth

uint32_t VULKAN_HPP_NAMESPACE::Extent3D::depth

◆ height

uint32_t VULKAN_HPP_NAMESPACE::Extent3D::height

◆ width

uint32_t VULKAN_HPP_NAMESPACE::Extent3D::width

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