#include <vulkan.hpp>
Definition at line 7397 of file vulkan.hpp.
◆ XYColorEXT() [1/2]
VULKAN_HPP_NAMESPACE::XYColorEXT::XYColorEXT |
( |
float |
x_ = 0 , |
|
|
float |
y_ = 0 |
|
) |
| |
|
inline |
◆ XYColorEXT() [2/2]
VULKAN_HPP_NAMESPACE::XYColorEXT::XYColorEXT |
( |
VkXYColorEXT const & |
rhs | ) |
|
|
inline |
Definition at line 7406 of file vulkan.hpp.
7407 {
7409 }
XYColorEXT(float x_=0, float y_=0)
References memcpy.
◆ operator VkXYColorEXT &()
VULKAN_HPP_NAMESPACE::XYColorEXT::operator VkXYColorEXT & |
( |
| ) |
|
|
inline |
◆ operator VkXYColorEXT const &()
VULKAN_HPP_NAMESPACE::XYColorEXT::operator VkXYColorEXT const & |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool VULKAN_HPP_NAMESPACE::XYColorEXT::operator!= |
( |
XYColorEXT const & |
rhs | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool VULKAN_HPP_NAMESPACE::XYColorEXT::operator== |
( |
XYColorEXT const & |
rhs | ) |
const |
|
inline |
Definition at line 7438 of file vulkan.hpp.
7439 {
7440 return (
x == rhs.x )
7442 }
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
References x, and y.
Referenced by operator!=().
◆ setX()
XYColorEXT & VULKAN_HPP_NAMESPACE::XYColorEXT::setX |
( |
float |
x_ | ) |
|
|
inline |
Definition at line 7416 of file vulkan.hpp.
7417 {
7419 return *this;
7420 }
◆ setY()
XYColorEXT & VULKAN_HPP_NAMESPACE::XYColorEXT::setY |
( |
float |
y_ | ) |
|
|
inline |
Definition at line 7422 of file vulkan.hpp.
7423 {
7425 return *this;
7426 }
float VULKAN_HPP_NAMESPACE::XYColorEXT::x |
float VULKAN_HPP_NAMESPACE::XYColorEXT::y |
The documentation for this struct was generated from the following file: