|
HDK
|
#include <vulkan_structs.hpp>
Public Types | |
| using | NativeType = VkXYColorEXT |
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | XYColorEXT (float x_={}, float y_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | XYColorEXT (XYColorEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
| XYColorEXT (VkXYColorEXT const &rhs) VULKAN_HPP_NOEXCEPT | |
| XYColorEXT & | operator= (XYColorEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
| XYColorEXT & | operator= (VkXYColorEXT const &rhs) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR_14 XYColorEXT & | setX (float x_) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR_14 XYColorEXT & | setY (float y_) VULKAN_HPP_NOEXCEPT |
| operator VkXYColorEXT const & () const VULKAN_HPP_NOEXCEPT | |
| operator VkXYColorEXT & () VULKAN_HPP_NOEXCEPT | |
| bool | operator== (XYColorEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
| bool | operator!= (XYColorEXT const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
| float | x = {} |
| float | y = {} |
Definition at line 37541 of file vulkan_structs.hpp.
Definition at line 37543 of file vulkan_structs.hpp.
|
inline |
Definition at line 37546 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37554 of file vulkan_structs.hpp.
|
inline |
Definition at line 37584 of file vulkan_structs.hpp.
|
inline |
Definition at line 37579 of file vulkan_structs.hpp.
|
inline |
Definition at line 37613 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 37559 of file vulkan_structs.hpp.
|
inline |
Definition at line 37604 of file vulkan_structs.hpp.
|
inline |
Definition at line 37566 of file vulkan_structs.hpp.
|
inline |
Definition at line 37572 of file vulkan_structs.hpp.
| float VULKAN_HPP_NAMESPACE::XYColorEXT::x = {} |
Definition at line 37620 of file vulkan_structs.hpp.
| float VULKAN_HPP_NAMESPACE::XYColorEXT::y = {} |
Definition at line 37621 of file vulkan_structs.hpp.