#include <vulkan.hpp>
◆ Viewport() [1/2]
VULKAN_HPP_NAMESPACE::Viewport::Viewport |
( |
float |
x_ = 0 , |
|
|
float |
y_ = 0 , |
|
|
float |
width_ = 0 , |
|
|
float |
height_ = 0 , |
|
|
float |
minDepth_ = 0 , |
|
|
float |
maxDepth_ = 0 |
|
) |
| |
|
inline |
◆ Viewport() [2/2]
◆ operator const VkViewport &()
◆ operator!=()
◆ operator=()
◆ operator==()
◆ setHeight()
Viewport& VULKAN_HPP_NAMESPACE::Viewport::setHeight |
( |
float |
height_ | ) |
|
|
inline |
◆ setMaxDepth()
Viewport& VULKAN_HPP_NAMESPACE::Viewport::setMaxDepth |
( |
float |
maxDepth_ | ) |
|
|
inline |
◆ setMinDepth()
Viewport& VULKAN_HPP_NAMESPACE::Viewport::setMinDepth |
( |
float |
minDepth_ | ) |
|
|
inline |
◆ setWidth()
Viewport& VULKAN_HPP_NAMESPACE::Viewport::setWidth |
( |
float |
width_ | ) |
|
|
inline |
◆ setX()
Viewport& VULKAN_HPP_NAMESPACE::Viewport::setX |
( |
float |
x_ | ) |
|
|
inline |
◆ setY()
Viewport& VULKAN_HPP_NAMESPACE::Viewport::setY |
( |
float |
y_ | ) |
|
|
inline |
◆ height
float VULKAN_HPP_NAMESPACE::Viewport::height |
◆ maxDepth
float VULKAN_HPP_NAMESPACE::Viewport::maxDepth |
◆ minDepth
float VULKAN_HPP_NAMESPACE::Viewport::minDepth |
◆ width
float VULKAN_HPP_NAMESPACE::Viewport::width |
float VULKAN_HPP_NAMESPACE::Viewport::x |
float VULKAN_HPP_NAMESPACE::Viewport::y |
The documentation for this struct was generated from the following file: