#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 |
◆ 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 |
Definition at line 7444 of file vulkan.hpp.
bool operator==(XYColorEXT const &rhs) const
◆ operator=()
◆ operator==()
bool VULKAN_HPP_NAMESPACE::XYColorEXT::operator== |
( |
XYColorEXT const & |
rhs | ) |
const |
|
inline |
Definition at line 7438 of file vulkan.hpp.
References x, and y.
7440 return (
x == rhs.x )
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
◆ setX()
XYColorEXT& VULKAN_HPP_NAMESPACE::XYColorEXT::setX |
( |
float |
x_ | ) |
|
|
inline |
Definition at line 7416 of file vulkan.hpp.
GLint GLint GLint GLint GLint x
◆ setY()
XYColorEXT& VULKAN_HPP_NAMESPACE::XYColorEXT::setY |
( |
float |
y_ | ) |
|
|
inline |
Definition at line 7422 of file vulkan.hpp.
GLint GLint GLint GLint GLint GLint y
float VULKAN_HPP_NAMESPACE::XYColorEXT::x |
float VULKAN_HPP_NAMESPACE::XYColorEXT::y |
The documentation for this struct was generated from the following file: