struct Viewport

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

Public Members

float x
float y
float width
float height
float minDepth
float maxDepth

Public Methods

void Viewport (float x_, float y_, float width_, float height_, float minDepth_, float maxDepth_)

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

void Viewport (const Viewport & rhs)

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

void Viewport (const VkViewport & rhs)

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

Viewport & operator= (const Viewport & rhs)

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

Viewport & operator= (const VkViewport & rhs)

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

Viewport & setX (float x_)

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

Viewport & setY (float y_)

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

Viewport & setWidth (float width_)

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

Viewport & setHeight (float height_)

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

Viewport & setMinDepth (float minDepth_)

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

Viewport & setMaxDepth (float maxDepth_)

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

const VkViewport & operator const VkViewport & ()

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

VkViewport & operator VkViewport & ()

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

std::partial_ordering operator<=> (const Viewport & )

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