Vulkan-Hpp
|
#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 7843 of file vulkan_structs.hpp.
using vk::Offset2D::NativeType = VkOffset2D |
Definition at line 7845 of file vulkan_structs.hpp.
|
inline |
Definition at line 7848 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 7856 of file vulkan_structs.hpp.
|
inline |
Definition at line 7886 of file vulkan_structs.hpp.
|
inline |
Definition at line 7881 of file vulkan_structs.hpp.
|
inline |
Definition at line 7915 of file vulkan_structs.hpp.
|
inline |
Definition at line 7861 of file vulkan_structs.hpp.
|
inline |
Definition at line 7906 of file vulkan_structs.hpp.
|
inline |
Definition at line 7868 of file vulkan_structs.hpp.
|
inline |
Definition at line 7874 of file vulkan_structs.hpp.
int32_t vk::Offset2D::x = {} |
Definition at line 7922 of file vulkan_structs.hpp.
int32_t vk::Offset2D::y = {} |
Definition at line 7923 of file vulkan_structs.hpp.