SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
RectLayerKHR (Offset2D offset_=Offset2D(), Extent2D extent_=Extent2D(), uint32_t layer_=0) | |
RectLayerKHR (Rect2D const &rect2D, uint32_t layer_=0) | |
RectLayerKHR (VkRectLayerKHR const &rhs) | |
RectLayerKHR & | operator= (VkRectLayerKHR const &rhs) |
RectLayerKHR & | setOffset (Offset2D offset_) |
RectLayerKHR & | setExtent (Extent2D extent_) |
RectLayerKHR & | setLayer (uint32_t layer_) |
operator VkRectLayerKHR const & () const | |
operator VkRectLayerKHR & () | |
bool | operator== (RectLayerKHR const &rhs) const |
bool | operator!= (RectLayerKHR const &rhs) const |
Data Fields | |
Offset2D | offset |
Extent2D | extent |
uint32_t | layer |
Definition at line 7266 of file vulkan.hpp.
|
inline |
Definition at line 7268 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 7277 of file vulkan.hpp.
|
inline |
Definition at line 7284 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7317 of file vulkan.hpp.
|
inline |
Definition at line 7312 of file vulkan.hpp.
|
inline |
Definition at line 7329 of file vulkan.hpp.
|
inline |
Definition at line 7289 of file vulkan.hpp.
References memcpy.
|
inline |
|
inline |
Definition at line 7300 of file vulkan.hpp.
|
inline |
Definition at line 7306 of file vulkan.hpp.
|
inline |
Definition at line 7294 of file vulkan.hpp.
Extent2D VULKAN_HPP_NAMESPACE::RectLayerKHR::extent |
Definition at line 7335 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::RectLayerKHR::layer |
Definition at line 7336 of file vulkan.hpp.
Referenced by operator==().
Offset2D VULKAN_HPP_NAMESPACE::RectLayerKHR::offset |
Definition at line 7334 of file vulkan.hpp.
Referenced by operator==().