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

#include <vulkan.hpp>

Public Member Functions

 Extent2D (uint32_t width_=0, uint32_t height_=0)
 
 Extent2D (VkExtent2D const &rhs)
 
Extent2Doperator= (VkExtent2D const &rhs)
 
Extent2DsetWidth (uint32_t width_)
 
Extent2DsetHeight (uint32_t height_)
 
 operator const VkExtent2D & () const
 
bool operator== (Extent2D const &rhs) const
 
bool operator!= (Extent2D const &rhs) const
 

Public Attributes

uint32_t width
 
uint32_t height
 

Constructor & Destructor Documentation

◆ Extent2D() [1/2]

VULKAN_HPP_NAMESPACE::Extent2D::Extent2D ( uint32_t  width_ = 0,
uint32_t  height_ = 0 
)
inline

◆ Extent2D() [2/2]

VULKAN_HPP_NAMESPACE::Extent2D::Extent2D ( VkExtent2D const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkExtent2D &()

VULKAN_HPP_NAMESPACE::Extent2D::operator const VkExtent2D & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setHeight()

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

◆ setWidth()

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

Member Data Documentation

◆ height

uint32_t VULKAN_HPP_NAMESPACE::Extent2D::height

◆ width

uint32_t VULKAN_HPP_NAMESPACE::Extent2D::width

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