Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkClearRect |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | ClearRect (vk::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 (vk::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 | |
vk::Rect2D | rect = {} |
uint32_t | baseArrayLayer = {} |
uint32_t | layerCount = {} |
Definition at line 13904 of file vulkan_structs.hpp.
using vk::ClearRect::NativeType = VkClearRect |
Definition at line 13906 of file vulkan_structs.hpp.
|
inline |
Definition at line 13909 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 13918 of file vulkan_structs.hpp.
|
inline |
Definition at line 13954 of file vulkan_structs.hpp.
|
inline |
Definition at line 13949 of file vulkan_structs.hpp.
|
inline |
Definition at line 13983 of file vulkan_structs.hpp.
|
inline |
Definition at line 13923 of file vulkan_structs.hpp.
|
inline |
Definition at line 13974 of file vulkan_structs.hpp.
|
inline |
Definition at line 13936 of file vulkan_structs.hpp.
|
inline |
Definition at line 13942 of file vulkan_structs.hpp.
|
inline |
Definition at line 13930 of file vulkan_structs.hpp.
uint32_t vk::ClearRect::baseArrayLayer = {} |
Definition at line 13991 of file vulkan_structs.hpp.
uint32_t vk::ClearRect::layerCount = {} |
Definition at line 13992 of file vulkan_structs.hpp.
vk::Rect2D vk::ClearRect::rect = {} |
Definition at line 13990 of file vulkan_structs.hpp.