Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkRect2D |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Rect2D (vk::Offset2D offset_={}, vk::Extent2D extent_={}) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | Rect2D (Rect2D const &rhs) VULKAN_HPP_NOEXCEPT=default |
Rect2D (VkRect2D const &rhs) VULKAN_HPP_NOEXCEPT | |
Rect2D & | operator= (Rect2D const &rhs) VULKAN_HPP_NOEXCEPT=default |
Rect2D & | operator= (VkRect2D const &rhs) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 Rect2D & | setOffset (vk::Offset2D const &offset_) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR_14 Rect2D & | setExtent (vk::Extent2D const &extent_) VULKAN_HPP_NOEXCEPT |
operator VkRect2D const & () const VULKAN_HPP_NOEXCEPT | |
operator VkRect2D & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (Rect2D const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (Rect2D const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::Offset2D | offset = {} |
vk::Extent2D | extent = {} |
Definition at line 7926 of file vulkan_structs.hpp.
using vk::Rect2D::NativeType = VkRect2D |
Definition at line 7928 of file vulkan_structs.hpp.
|
inline |
Definition at line 7931 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 7939 of file vulkan_structs.hpp.
|
inline |
Definition at line 7969 of file vulkan_structs.hpp.
|
inline |
Definition at line 7964 of file vulkan_structs.hpp.
|
inline |
Definition at line 7998 of file vulkan_structs.hpp.
Definition at line 7944 of file vulkan_structs.hpp.
|
inline |
Definition at line 7989 of file vulkan_structs.hpp.
|
inline |
Definition at line 7957 of file vulkan_structs.hpp.
|
inline |
Definition at line 7951 of file vulkan_structs.hpp.
vk::Extent2D vk::Rect2D::extent = {} |
Definition at line 8006 of file vulkan_structs.hpp.
vk::Offset2D vk::Rect2D::offset = {} |
Definition at line 8005 of file vulkan_structs.hpp.