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

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::SampleLocationEXT:
[legend]

Public Member Functions

 SampleLocationEXT (float x_=0, float y_=0)
 
 SampleLocationEXT (VkSampleLocationEXT const &rhs)
 
SampleLocationEXToperator= (VkSampleLocationEXT const &rhs)
 
SampleLocationEXTsetX (float x_)
 
SampleLocationEXTsetY (float y_)
 
 operator const VkSampleLocationEXT & () const
 
bool operator== (SampleLocationEXT const &rhs) const
 
bool operator!= (SampleLocationEXT const &rhs) const
 

Public Attributes

float x
 
float y
 

Constructor & Destructor Documentation

◆ SampleLocationEXT() [1/2]

VULKAN_HPP_NAMESPACE::SampleLocationEXT::SampleLocationEXT ( float  x_ = 0,
float  y_ = 0 
)
inline

◆ SampleLocationEXT() [2/2]

VULKAN_HPP_NAMESPACE::SampleLocationEXT::SampleLocationEXT ( VkSampleLocationEXT const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkSampleLocationEXT &()

VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator const VkSampleLocationEXT & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setX()

SampleLocationEXT& VULKAN_HPP_NAMESPACE::SampleLocationEXT::setX ( float  x_)
inline

◆ setY()

SampleLocationEXT& VULKAN_HPP_NAMESPACE::SampleLocationEXT::setY ( float  y_)
inline

Member Data Documentation

◆ x

float VULKAN_HPP_NAMESPACE::SampleLocationEXT::x

◆ y

float VULKAN_HPP_NAMESPACE::SampleLocationEXT::y

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