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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::ViewportWScalingNV:
[legend]

Public Member Functions

 ViewportWScalingNV (float xcoeff_=0, float ycoeff_=0)
 
 ViewportWScalingNV (VkViewportWScalingNV const &rhs)
 
ViewportWScalingNVoperator= (VkViewportWScalingNV const &rhs)
 
ViewportWScalingNVsetXcoeff (float xcoeff_)
 
ViewportWScalingNVsetYcoeff (float ycoeff_)
 
 operator const VkViewportWScalingNV & () const
 
bool operator== (ViewportWScalingNV const &rhs) const
 
bool operator!= (ViewportWScalingNV const &rhs) const
 

Public Attributes

float xcoeff
 
float ycoeff
 

Constructor & Destructor Documentation

◆ ViewportWScalingNV() [1/2]

VULKAN_HPP_NAMESPACE::ViewportWScalingNV::ViewportWScalingNV ( float  xcoeff_ = 0,
float  ycoeff_ = 0 
)
inline

◆ ViewportWScalingNV() [2/2]

VULKAN_HPP_NAMESPACE::ViewportWScalingNV::ViewportWScalingNV ( VkViewportWScalingNV const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkViewportWScalingNV &()

VULKAN_HPP_NAMESPACE::ViewportWScalingNV::operator const VkViewportWScalingNV & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setXcoeff()

ViewportWScalingNV& VULKAN_HPP_NAMESPACE::ViewportWScalingNV::setXcoeff ( float  xcoeff_)
inline

◆ setYcoeff()

ViewportWScalingNV& VULKAN_HPP_NAMESPACE::ViewportWScalingNV::setYcoeff ( float  ycoeff_)
inline

Member Data Documentation

◆ xcoeff

float VULKAN_HPP_NAMESPACE::ViewportWScalingNV::xcoeff

◆ ycoeff

float VULKAN_HPP_NAMESPACE::ViewportWScalingNV::ycoeff

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