RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
Offset2D (int32_t x_=0, int32_t y_=0) | |
Offset2D (VkOffset2D const &rhs) | |
Offset2D & | operator= (VkOffset2D const &rhs) |
Offset2D & | setX (int32_t x_) |
Offset2D & | setY (int32_t y_) |
operator const VkOffset2D & () const | |
bool | operator== (Offset2D const &rhs) const |
bool | operator!= (Offset2D const &rhs) const |
Public Attributes | |
int32_t | x |
int32_t | y |
|
inline |
|
inline |
|
inline |
int32_t VULKAN_HPP_NAMESPACE::Offset2D::x |
int32_t VULKAN_HPP_NAMESPACE::Offset2D::y |