#include <vulkan.hpp>
Definition at line 20925 of file vulkan.hpp.
◆ Offset3D() [1/4]
Definition at line 20930 of file vulkan.hpp.
20931 :
x( x_ ),
y( y_ ),
z( z_ )
#define VULKAN_HPP_NOEXCEPT
◆ Offset3D() [2/4]
◆ Offset3D() [3/4]
| VULKAN_HPP_NAMESPACE::Offset3D::Offset3D |
( |
VkOffset3D const & |
rhs | ) |
|
|
inline |
◆ Offset3D() [4/4]
| VULKAN_HPP_NAMESPACE::Offset3D::Offset3D |
( |
Offset2D const & |
offset2D, |
|
|
int32_t |
z_ = {} |
|
) |
| |
|
inlineexplicit |
◆ operator VkOffset3D &()
| VULKAN_HPP_NAMESPACE::Offset3D::operator VkOffset3D & |
( |
| ) |
|
|
inline |
◆ operator VkOffset3D const &()
| VULKAN_HPP_NAMESPACE::Offset3D::operator VkOffset3D const & |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool VULKAN_HPP_NAMESPACE::Offset3D::operator!= |
( |
Offset3D const & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 20954 of file vulkan.hpp.
20956 memcpy(
static_cast<void *
>(
this ), &rhs,
sizeof(
Offset3D ) );
VULKAN_HPP_CONSTEXPR Offset3D(int32_t x_={}, int32_t y_={}, int32_t z_={}) VULKAN_HPP_NOEXCEPT
References memcpy.
◆ operator=() [2/2]
◆ operator==()
| bool VULKAN_HPP_NAMESPACE::Offset3D::operator== |
( |
Offset3D const & |
rhs | ) |
const |
|
inline |
Definition at line 20993 of file vulkan.hpp.
20995 return (
x == rhs.x )
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
◆ setX()
◆ setY()
◆ setZ()
| int32_t VULKAN_HPP_NAMESPACE::Offset3D::x = {} |
| int32_t VULKAN_HPP_NAMESPACE::Offset3D::y = {} |
| int32_t VULKAN_HPP_NAMESPACE::Offset3D::z = {} |
The documentation for this struct was generated from the following file: