HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkClearRect |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ClearRect (VULKAN_HPP_NAMESPACE::Rect2D rect_={}, uint32_t baseArrayLayer_={}, uint32_t layerCount_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | ClearRect (ClearRect const &rhs) VULKAN_HPP_NOEXCEPT=default |
ClearRect (VkClearRect const &rhs) VULKAN_HPP_NOEXCEPT | |
ClearRect & | operator= (ClearRect const &rhs) VULKAN_HPP_NOEXCEPT=default |
ClearRect & | operator= (VkClearRect const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 ClearRect & | setRect (VULKAN_HPP_NAMESPACE::Rect2D const &rect_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 ClearRect & | setBaseArrayLayer (uint32_t baseArrayLayer_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 ClearRect & | setLayerCount (uint32_t layerCount_) VULKAN_HPP_NOEXCEPT |
operator VkClearRect const & () const VULKAN_HPP_NOEXCEPT | |
operator VkClearRect & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (ClearRect const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (ClearRect const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
VULKAN_HPP_NAMESPACE::Rect2D | rect = {} |
uint32_t | baseArrayLayer = {} |
uint32_t | layerCount = {} |
Definition at line 12770 of file vulkan_structs.hpp.
Definition at line 12772 of file vulkan_structs.hpp.
|
inline |
Definition at line 12775 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12784 of file vulkan_structs.hpp.
|
inline |
Definition at line 12820 of file vulkan_structs.hpp.
|
inline |
Definition at line 12815 of file vulkan_structs.hpp.
|
inline |
Definition at line 12849 of file vulkan_structs.hpp.
|
inline |
Definition at line 12789 of file vulkan_structs.hpp.
|
inline |
Definition at line 12840 of file vulkan_structs.hpp.
|
inline |
Definition at line 12802 of file vulkan_structs.hpp.
|
inline |
Definition at line 12808 of file vulkan_structs.hpp.
|
inline |
Definition at line 12796 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::ClearRect::baseArrayLayer = {} |
Definition at line 12857 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::ClearRect::layerCount = {} |
Definition at line 12858 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Rect2D VULKAN_HPP_NAMESPACE::ClearRect::rect = {} |
Definition at line 12856 of file vulkan_structs.hpp.