struct Offset3D
Defined at line 14408 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkOffset3D, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkOffset3D.html
Public Members
int32_t x
int32_t y
int32_t z
Public Methods
void Offset3D (int32_tx_,int32_ty_,int32_tz_)
Defined at line 14413 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Offset3D (const Offset3D & rhs)
Defined at line 14420 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Offset3D (const VkOffset3D & rhs)
Defined at line 14422 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void Offset3D (const Offset2D & offset2D, int32_t z_)
Defined at line 14424 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Offset3D & operator= (const Offset3D & rhs)
Defined at line 14426 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Offset3D & operator= (const VkOffset3D & rhs)
Defined at line 14429 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Offset3D & setX (int32_t x_)
Defined at line 14436 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Offset3D && setX (int32_t x_)
Defined at line 14442 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Offset3D & setY (int32_t y_)
Defined at line 14448 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Offset3D && setY (int32_t y_)
Defined at line 14454 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Offset3D & setZ (int32_t z_)
Defined at line 14460 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Offset3D && setZ (int32_t z_)
Defined at line 14466 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkOffset3D & operator const VkOffset3D & ()
Defined at line 14473 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkOffset3D & operator VkOffset3D & ()
Defined at line 14478 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkOffset3D * operator const VkOffset3D * ()
Defined at line 14483 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkOffset3D * operator VkOffset3D * ()
Defined at line 14488 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const Offset3D & )
Defined at line 14501 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp