SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
Rect2D (Offset2D offset_=Offset2D(), Extent2D extent_=Extent2D()) | |
Rect2D (VkRect2D const &rhs) | |
Rect2D & | operator= (VkRect2D const &rhs) |
Rect2D & | setOffset (Offset2D offset_) |
Rect2D & | setExtent (Extent2D extent_) |
operator VkRect2D const & () const | |
operator VkRect2D & () | |
bool | operator== (Rect2D const &rhs) const |
bool | operator!= (Rect2D const &rhs) const |
Data Fields | |
Offset2D | offset |
Extent2D | extent |
Definition at line 5451 of file vulkan.hpp.
|
inline |
Definition at line 5453 of file vulkan.hpp.
|
inline |
Definition at line 5460 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5487 of file vulkan.hpp.
|
inline |
Definition at line 5482 of file vulkan.hpp.
|
inline |
Definition at line 5498 of file vulkan.hpp.
References operator==().
Definition at line 5465 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5492 of file vulkan.hpp.
References extent, and offset.
Referenced by operator!=().
Definition at line 5476 of file vulkan.hpp.
References extent.
Definition at line 5470 of file vulkan.hpp.
Extent2D VULKAN_HPP_NAMESPACE::Rect2D::extent |
Definition at line 5504 of file vulkan.hpp.
Referenced by operator==(), and setExtent().
Offset2D VULKAN_HPP_NAMESPACE::Rect2D::offset |
Definition at line 5503 of file vulkan.hpp.
Referenced by operator==().