Vulkan-Hpp
|
#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 42333 of file vulkan_structs.hpp.
Definition at line 42335 of file vulkan_structs.hpp.
|
inline |
Definition at line 42338 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 42346 of file vulkan_structs.hpp.
|
inline |
Definition at line 42376 of file vulkan_structs.hpp.
|
inline |
Definition at line 42371 of file vulkan_structs.hpp.
|
inline |
Definition at line 42405 of file vulkan_structs.hpp.
|
inline |
Definition at line 42351 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 42396 of file vulkan_structs.hpp.
|
inline |
Definition at line 42358 of file vulkan_structs.hpp.
|
inline |
Definition at line 42364 of file vulkan_structs.hpp.
float vk::XYColorEXT::x = {} |
Definition at line 42412 of file vulkan_structs.hpp.
float vk::XYColorEXT::y = {} |
Definition at line 42413 of file vulkan_structs.hpp.