Vulkan-Hpp
vk::XYColorEXT Struct Reference

#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
 
XYColorEXToperator= (XYColorEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
XYColorEXToperator= (VkXYColorEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 XYColorEXTsetX (float x_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 XYColorEXTsetY (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 = {}
 

Detailed Description

Definition at line 42333 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Definition at line 42335 of file vulkan_structs.hpp.

Constructor & Destructor Documentation

◆ XYColorEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::XYColorEXT::XYColorEXT ( float  x_ = {},
float  y_ = {} 
)
inline

Definition at line 42338 of file vulkan_structs.hpp.

◆ XYColorEXT() [2/3]

VULKAN_HPP_CONSTEXPR vk::XYColorEXT::XYColorEXT ( XYColorEXT const &  rhs)
default

◆ XYColorEXT() [3/3]

vk::XYColorEXT::XYColorEXT ( VkXYColorEXT const &  rhs)
inline

Definition at line 42346 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkXYColorEXT &()

vk::XYColorEXT::operator VkXYColorEXT & ( )
inline

Definition at line 42376 of file vulkan_structs.hpp.

◆ operator VkXYColorEXT const &()

vk::XYColorEXT::operator VkXYColorEXT const & ( ) const
inline

Definition at line 42371 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::XYColorEXT::operator!= ( XYColorEXT const &  rhs) const
inline

Definition at line 42405 of file vulkan_structs.hpp.

◆ operator=() [1/2]

XYColorEXT& vk::XYColorEXT::operator= ( VkXYColorEXT const &  rhs)
inline

Definition at line 42351 of file vulkan_structs.hpp.

◆ operator=() [2/2]

XYColorEXT& vk::XYColorEXT::operator= ( XYColorEXT const &  rhs)
default

◆ operator==()

bool vk::XYColorEXT::operator== ( XYColorEXT const &  rhs) const
inline

Definition at line 42396 of file vulkan_structs.hpp.

◆ setX()

VULKAN_HPP_CONSTEXPR_14 XYColorEXT& vk::XYColorEXT::setX ( float  x_)
inline

Definition at line 42358 of file vulkan_structs.hpp.

◆ setY()

VULKAN_HPP_CONSTEXPR_14 XYColorEXT& vk::XYColorEXT::setY ( float  y_)
inline

Definition at line 42364 of file vulkan_structs.hpp.

Member Data Documentation

◆ x

float vk::XYColorEXT::x = {}

Definition at line 42412 of file vulkan_structs.hpp.

◆ y

float vk::XYColorEXT::y = {}

Definition at line 42413 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: