#include <vulkan.hpp>
Definition at line 34517 of file vulkan.hpp.
◆ Viewport() [1/3]
| VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::Viewport::Viewport |
( |
float |
x_ = {}, |
|
|
float |
y_ = {}, |
|
|
float |
width_ = {}, |
|
|
float |
height_ = {}, |
|
|
float |
minDepth_ = {}, |
|
|
float |
maxDepth_ = {} |
|
) |
| |
|
inline |
Definition at line 34522 of file vulkan.hpp.
34522 {},
float y_ = {},
float width_ = {},
float height_ = {},
float minDepth_ = {},
float maxDepth_ = {})
VULKAN_HPP_NOEXCEPT
#define VULKAN_HPP_NOEXCEPT
◆ Viewport() [2/3]
◆ Viewport() [3/3]
| VULKAN_HPP_NAMESPACE::Viewport::Viewport |
( |
VkViewport const & |
rhs | ) |
|
|
inline |
◆ operator VkViewport &()
| VULKAN_HPP_NAMESPACE::Viewport::operator VkViewport & |
( |
| ) |
|
|
inline |
◆ operator VkViewport const &()
| VULKAN_HPP_NAMESPACE::Viewport::operator VkViewport const & |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool VULKAN_HPP_NAMESPACE::Viewport::operator!= |
( |
Viewport const & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 34540 of file vulkan.hpp.
34542 memcpy(
static_cast<void *
>(
this ), &rhs,
sizeof(
Viewport ) );
VULKAN_HPP_CONSTEXPR Viewport(float x_={}, float y_={}, float width_={}, float height_={}, float minDepth_={}, float maxDepth_={}) VULKAN_HPP_NOEXCEPT
References memcpy.
◆ operator=() [2/2]
◆ operator==()
| bool VULKAN_HPP_NAMESPACE::Viewport::operator== |
( |
Viewport const & |
rhs | ) |
const |
|
inline |
Definition at line 34597 of file vulkan.hpp.
34599 return (
x == rhs.x )
34601 && (
width == rhs.width )
34602 && (
height == rhs.height )
GLint GLint GLint GLint GLint GLint y
GLint GLint GLsizei width
GLint GLint GLint GLint GLint x
GLint GLint GLsizei GLsizei height
◆ 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: