#include <vulkan.hpp>
|
| float | x = {} |
| |
| float | y = {} |
| |
Definition at line 46949 of file vulkan.hpp.
◆ XYColorEXT() [1/3]
◆ XYColorEXT() [2/3]
◆ XYColorEXT() [3/3]
| 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 |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 46972 of file vulkan.hpp.
VULKAN_HPP_CONSTEXPR XYColorEXT(float x_={}, float y_={}) VULKAN_HPP_NOEXCEPT
References memcpy.
◆ operator==()
| bool VULKAN_HPP_NAMESPACE::XYColorEXT::operator== |
( |
XYColorEXT const & |
rhs | ) |
const |
|
inline |
Definition at line 47005 of file vulkan.hpp.
47007 return (
x == rhs.x )
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
◆ setX()
| XYColorEXT& VULKAN_HPP_NAMESPACE::XYColorEXT::setX |
( |
float |
x_ | ) |
|
|
inline |
◆ setY()
| XYColorEXT& VULKAN_HPP_NAMESPACE::XYColorEXT::setY |
( |
float |
y_ | ) |
|
|
inline |
| float VULKAN_HPP_NAMESPACE::XYColorEXT::x = {} |
| float VULKAN_HPP_NAMESPACE::XYColorEXT::y = {} |
The documentation for this struct was generated from the following file: