RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::Viewport Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::Viewport:
[legend]

Public Member Functions

 Viewport (float x_=0, float y_=0, float width_=0, float height_=0, float minDepth_=0, float maxDepth_=0)
 
 Viewport (VkViewport const &rhs)
 
Viewportoperator= (VkViewport const &rhs)
 
ViewportsetX (float x_)
 
ViewportsetY (float y_)
 
ViewportsetWidth (float width_)
 
ViewportsetHeight (float height_)
 
ViewportsetMinDepth (float minDepth_)
 
ViewportsetMaxDepth (float maxDepth_)
 
 operator const VkViewport & () const
 
bool operator== (Viewport const &rhs) const
 
bool operator!= (Viewport const &rhs) const
 

Public Attributes

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

Constructor & Destructor Documentation

◆ 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]

VULKAN_HPP_NAMESPACE::Viewport::Viewport ( VkViewport const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkViewport &()

VULKAN_HPP_NAMESPACE::Viewport::operator const VkViewport & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::Viewport::operator!= ( Viewport const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

Viewport& VULKAN_HPP_NAMESPACE::Viewport::operator= ( VkViewport const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::Viewport::operator== ( Viewport const rhs) const
inline
Here is the caller graph for this function:

◆ 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

Member Data Documentation

◆ 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

◆ x

float VULKAN_HPP_NAMESPACE::Viewport::x

◆ y

float VULKAN_HPP_NAMESPACE::Viewport::y

The documentation for this struct was generated from the following file: