HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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
SampleLocationEXT
setX (float x_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
SampleLocationEXT
setY (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 6192 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 6197 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SampleLocationEXT::SampleLocationEXT ( SampleLocationEXT const rhs)
default
VULKAN_HPP_NAMESPACE::SampleLocationEXT::SampleLocationEXT ( VkSampleLocationEXT const rhs)
inline

Definition at line 6205 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 6235 of file vulkan_structs.hpp.

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

Definition at line 6230 of file vulkan_structs.hpp.

Definition at line 6264 of file vulkan_structs.hpp.

SampleLocationEXT& VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator= ( SampleLocationEXT const rhs)
default
SampleLocationEXT& VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator= ( VkSampleLocationEXT const rhs)
inline

Definition at line 6210 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator== ( SampleLocationEXT const rhs) const
inline

Definition at line 6255 of file vulkan_structs.hpp.

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

Definition at line 6217 of file vulkan_structs.hpp.

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

Definition at line 6223 of file vulkan_structs.hpp.

Member Data Documentation

float VULKAN_HPP_NAMESPACE::SampleLocationEXT::x = {}

Definition at line 6271 of file vulkan_structs.hpp.

float VULKAN_HPP_NAMESPACE::SampleLocationEXT::y = {}

Definition at line 6272 of file vulkan_structs.hpp.


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