struct Viewport

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

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

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 26379 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void Viewport (const Viewport & rhs)

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

void Viewport (const VkViewport & rhs)

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

Viewport & operator= (const Viewport & rhs)

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

Viewport & operator= (const VkViewport & rhs)

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

Viewport & setX (float x_)

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

Viewport && setX (float x_)

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

Viewport & setY (float y_)

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

Viewport && setY (float y_)

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

Viewport & setWidth (float width_)

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

Viewport && setWidth (float width_)

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

Viewport & setHeight (float height_)

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

Viewport && setHeight (float height_)

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

Viewport & setMinDepth (float minDepth_)

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

Viewport && setMinDepth (float minDepth_)

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

Viewport & setMaxDepth (float maxDepth_)

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

Viewport && setMaxDepth (float maxDepth_)

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

const VkViewport & operator const VkViewport & ()

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

VkViewport & operator VkViewport & ()

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

const VkViewport * operator const VkViewport * ()

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

VkViewport * operator VkViewport * ()

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

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

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