RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
Extent2D (uint32_t width_=0, uint32_t height_=0) | |
Extent2D (VkExtent2D const &rhs) | |
Extent2D & | operator= (VkExtent2D const &rhs) |
Extent2D & | setWidth (uint32_t width_) |
Extent2D & | setHeight (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 |
|
inline |
|
inline |
|
inline |
uint32_t VULKAN_HPP_NAMESPACE::Extent2D::height |
uint32_t VULKAN_HPP_NAMESPACE::Extent2D::width |