SDL
2.0
|
#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 VkExtent2D const & () const | |
operator VkExtent2D & () | |
bool | operator== (Extent2D const &rhs) const |
bool | operator!= (Extent2D const &rhs) const |
Data Fields | |
uint32_t | width |
uint32_t | height |
Definition at line 5223 of file vulkan.hpp.
Definition at line 5225 of file vulkan.hpp.
|
inline |
Definition at line 5232 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5259 of file vulkan.hpp.
|
inline |
Definition at line 5254 of file vulkan.hpp.
|
inline |
Definition at line 5270 of file vulkan.hpp.
|
inline |
Definition at line 5237 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5264 of file vulkan.hpp.
Definition at line 5248 of file vulkan.hpp.
Definition at line 5242 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::Extent2D::height |
Definition at line 5276 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::Extent2D::width |
Definition at line 5275 of file vulkan.hpp.
Referenced by operator==().