#include <vulkan_structs.hpp>
Definition at line 15266 of file vulkan_structs.hpp.
◆ NativeType
◆ Viewport() [1/3]
VULKAN_HPP_CONSTEXPR vk::Viewport::Viewport |
( |
float |
x_ = {} , |
|
|
float |
y_ = {} , |
|
|
float |
width_ = {} , |
|
|
float |
height_ = {} , |
|
|
float |
minDepth_ = {} , |
|
|
float |
maxDepth_ = {} |
|
) |
| |
|
inline |
◆ Viewport() [2/3]
◆ Viewport() [3/3]
◆ operator VkViewport &()
◆ operator VkViewport const &()
vk::Viewport::operator VkViewport const & |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool vk::Viewport::operator!= |
( |
Viewport const & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool vk::Viewport::operator== |
( |
Viewport const & |
rhs | ) |
const |
|
inline |
◆ setHeight()
◆ setMaxDepth()
◆ setMinDepth()
◆ setWidth()
◆ setX()
◆ setY()
◆ height
float vk::Viewport::height = {} |
◆ maxDepth
float vk::Viewport::maxDepth = {} |
◆ minDepth
float vk::Viewport::minDepth = {} |
◆ width
float vk::Viewport::width = {} |
float vk::Viewport::x = {} |
float vk::Viewport::y = {} |
The documentation for this struct was generated from the following file: