Vulkan-Hpp
vk::SampleLocationEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSampleLocationEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SampleLocationEXT (float x_={}, float y_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SampleLocationEXT (SampleLocationEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SampleLocationEXT (VkSampleLocationEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
SampleLocationEXToperator= (SampleLocationEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SampleLocationEXToperator= (VkSampleLocationEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SampleLocationEXTsetX (float x_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SampleLocationEXTsetY (float y_) VULKAN_HPP_NOEXCEPT
 
 operator VkSampleLocationEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSampleLocationEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SampleLocationEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SampleLocationEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

float x = {}
 
float y = {}
 

Detailed Description

Definition at line 6625 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SampleLocationEXT() [1/3]

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

Definition at line 6630 of file vulkan_structs.hpp.

◆ SampleLocationEXT() [2/3]

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

◆ SampleLocationEXT() [3/3]

vk::SampleLocationEXT::SampleLocationEXT ( VkSampleLocationEXT const &  rhs)
inline

Definition at line 6638 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSampleLocationEXT &()

vk::SampleLocationEXT::operator VkSampleLocationEXT & ( )
inline

Definition at line 6668 of file vulkan_structs.hpp.

◆ operator VkSampleLocationEXT const &()

vk::SampleLocationEXT::operator VkSampleLocationEXT const & ( ) const
inline

Definition at line 6663 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 6697 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SampleLocationEXT& vk::SampleLocationEXT::operator= ( VkSampleLocationEXT const &  rhs)
inline

Definition at line 6643 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 6688 of file vulkan_structs.hpp.

◆ setX()

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

Definition at line 6650 of file vulkan_structs.hpp.

◆ setY()

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

Definition at line 6656 of file vulkan_structs.hpp.

Member Data Documentation

◆ x

float vk::SampleLocationEXT::x = {}

Definition at line 6704 of file vulkan_structs.hpp.

◆ y

float vk::SampleLocationEXT::y = {}

Definition at line 6705 of file vulkan_structs.hpp.


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