|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::ClearRect:Public Member Functions | |
| ClearRect (Rect2D rect_=Rect2D(), uint32_t baseArrayLayer_=0, uint32_t layerCount_=0) | |
| ClearRect (VkClearRect const &rhs) | |
| ClearRect & | operator= (VkClearRect const &rhs) |
| ClearRect & | setRect (Rect2D rect_) |
| ClearRect & | setBaseArrayLayer (uint32_t baseArrayLayer_) |
| ClearRect & | setLayerCount (uint32_t layerCount_) |
| operator VkClearRect const & () const | |
| operator VkClearRect & () | |
| bool | operator== (ClearRect const &rhs) const |
| bool | operator!= (ClearRect const &rhs) const |
Data Fields | |
| Rect2D | rect |
| uint32_t | baseArrayLayer |
| uint32_t | layerCount |
Definition at line 5508 of file vulkan.hpp.
|
inline |
Definition at line 5510 of file vulkan.hpp.
|
inline |
Definition at line 5519 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5552 of file vulkan.hpp.
|
inline |
Definition at line 5547 of file vulkan.hpp.
|
inline |
Definition at line 5564 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 5524 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5557 of file vulkan.hpp.
References baseArrayLayer, layerCount, and rect.
Referenced by operator!=().
Definition at line 5535 of file vulkan.hpp.
References baseArrayLayer.
Definition at line 5541 of file vulkan.hpp.
References layerCount.
Definition at line 5529 of file vulkan.hpp.
References rect.
| uint32_t VULKAN_HPP_NAMESPACE::ClearRect::baseArrayLayer |
Definition at line 5570 of file vulkan.hpp.
Referenced by operator==(), and setBaseArrayLayer().
| uint32_t VULKAN_HPP_NAMESPACE::ClearRect::layerCount |
Definition at line 5571 of file vulkan.hpp.
Referenced by operator==(), and setLayerCount().
| Rect2D VULKAN_HPP_NAMESPACE::ClearRect::rect |
Definition at line 5569 of file vulkan.hpp.
Referenced by operator==(), and setRect().