#include <vulkan.hpp>
Definition at line 7628 of file vulkan.hpp.
◆ SampleLocationEXT() [1/2]
VULKAN_HPP_NAMESPACE::SampleLocationEXT::SampleLocationEXT |
( |
float |
x_ = 0 , |
|
|
float |
y_ = 0 |
|
) |
| |
|
inline |
◆ SampleLocationEXT() [2/2]
Definition at line 7637 of file vulkan.hpp.
7638 {
7640 }
SampleLocationEXT(float x_=0, float y_=0)
References memcpy.
◆ operator VkSampleLocationEXT &()
◆ operator VkSampleLocationEXT const &()
◆ operator!=()
bool VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator!= |
( |
SampleLocationEXT const & |
rhs | ) |
const |
|
inline |
Definition at line 7675 of file vulkan.hpp.
7676 {
7678 }
bool operator==(SampleLocationEXT const &rhs) const
References operator==().
◆ operator=()
◆ operator==()
bool VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator== |
( |
SampleLocationEXT const & |
rhs | ) |
const |
|
inline |
Definition at line 7669 of file vulkan.hpp.
7670 {
7671 return (
x == rhs.x )
7673 }
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
References x, and y.
Referenced by operator!=().
◆ setX()
Definition at line 7647 of file vulkan.hpp.
7648 {
7650 return *this;
7651 }
◆ setY()
Definition at line 7653 of file vulkan.hpp.
7654 {
7656 return *this;
7657 }
float VULKAN_HPP_NAMESPACE::SampleLocationEXT::x |
float VULKAN_HPP_NAMESPACE::SampleLocationEXT::y |
The documentation for this struct was generated from the following file: