|
HDK
|
#include <vulkan_structs.hpp>
Public Types | |
| using | NativeType = VkOffset2D |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | Offset2D (int32_t x_={}, int32_t y_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | Offset2D (Offset2D const &rhs) VULKAN_HPP_NOEXCEPT=default |
| Offset2D (VkOffset2D const &rhs) VULKAN_HPP_NOEXCEPT | |
| Offset2D & | operator= (Offset2D const &rhs) VULKAN_HPP_NOEXCEPT=default |
| Offset2D & | operator= (VkOffset2D const &rhs) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR_14 Offset2D & | setX (int32_t x_) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR_14 Offset2D & | setY (int32_t y_) VULKAN_HPP_NOEXCEPT |
| operator VkOffset2D const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkOffset2D & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (Offset2D const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (Offset2D const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
| int32_t | x = {} |
| int32_t | y = {} |
Definition at line 7089 of file vulkan_structs.hpp.
Definition at line 7091 of file vulkan_structs.hpp.
|
inline |
Definition at line 7094 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 7102 of file vulkan_structs.hpp.
|
inline |
Definition at line 7132 of file vulkan_structs.hpp.
|
inline |
Definition at line 7127 of file vulkan_structs.hpp.
|
inline |
Definition at line 7161 of file vulkan_structs.hpp.
|
inline |
Definition at line 7107 of file vulkan_structs.hpp.
|
inline |
Definition at line 7152 of file vulkan_structs.hpp.
|
inline |
Definition at line 7114 of file vulkan_structs.hpp.
|
inline |
Definition at line 7120 of file vulkan_structs.hpp.
| int32_t VULKAN_HPP_NAMESPACE::Offset2D::x = {} |
Definition at line 7168 of file vulkan_structs.hpp.
| int32_t VULKAN_HPP_NAMESPACE::Offset2D::y = {} |
Definition at line 7169 of file vulkan_structs.hpp.