struct Rect2D

Defined at line 12390 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkRect2D, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkRect2D.html

Public Members

Offset2D offset
Extent2D extent

Public Methods

void Rect2D (Offset2D offset_, Extent2D extent_)

Defined at line 12395 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void Rect2D (const Rect2D & rhs)

Defined at line 12401 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void Rect2D (const VkRect2D & rhs)

Defined at line 12403 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Rect2D & operator= (const Rect2D & rhs)

Defined at line 12405 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Rect2D & operator= (const VkRect2D & rhs)

Defined at line 12408 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Rect2D & setOffset (const Offset2D & offset_)

Defined at line 12415 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Rect2D && setOffset (const Offset2D & offset_)

Defined at line 12421 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Rect2D & setExtent (const Extent2D & extent_)

Defined at line 12427 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Rect2D && setExtent (const Extent2D & extent_)

Defined at line 12433 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkRect2D & operator const VkRect2D & ()

Defined at line 12440 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkRect2D & operator VkRect2D & ()

Defined at line 12445 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkRect2D * operator const VkRect2D * ()

Defined at line 12450 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkRect2D * operator VkRect2D * ()

Defined at line 12455 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const Rect2D & )

Defined at line 12468 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp