#include <vulkan.hpp>
Definition at line 19700 of file vulkan.hpp.
◆ Offset2D() [1/3]
◆ Offset2D() [2/3]
◆ Offset2D() [3/3]
| VULKAN_HPP_NAMESPACE::Offset2D::Offset2D |
( |
VkOffset2D const & |
rhs | ) |
|
|
inline |
◆ operator VkOffset2D &()
| VULKAN_HPP_NAMESPACE::Offset2D::operator VkOffset2D & |
( |
| ) |
|
|
inline |
◆ operator VkOffset2D const &()
| VULKAN_HPP_NAMESPACE::Offset2D::operator VkOffset2D const & |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool VULKAN_HPP_NAMESPACE::Offset2D::operator!= |
( |
Offset2D const & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 19723 of file vulkan.hpp.
19725 memcpy(
static_cast<void *
>(
this ), &rhs,
sizeof(
Offset2D ) );
VULKAN_HPP_CONSTEXPR Offset2D(int32_t x_={}, int32_t y_={}) VULKAN_HPP_NOEXCEPT
References memcpy.
◆ operator=() [2/2]
◆ operator==()
| bool VULKAN_HPP_NAMESPACE::Offset2D::operator== |
( |
Offset2D const & |
rhs | ) |
const |
|
inline |
Definition at line 19756 of file vulkan.hpp.
19758 return (
x == rhs.x )
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
◆ setX()
◆ setY()
| int32_t VULKAN_HPP_NAMESPACE::Offset2D::x = {} |
| int32_t VULKAN_HPP_NAMESPACE::Offset2D::y = {} |
The documentation for this struct was generated from the following file: