Vulkan-Hpp
|
#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 | |
SampleLocationEXT & | operator= (SampleLocationEXT const &rhs) VULKAN_HPP_NOEXCEPT=default |
SampleLocationEXT & | operator= (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 = {} |
Definition at line 6625 of file vulkan_structs.hpp.
Definition at line 6627 of file vulkan_structs.hpp.
|
inline |
Definition at line 6630 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6638 of file vulkan_structs.hpp.
|
inline |
Definition at line 6668 of file vulkan_structs.hpp.
|
inline |
Definition at line 6663 of file vulkan_structs.hpp.
|
inline |
Definition at line 6697 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 6643 of file vulkan_structs.hpp.
|
inline |
Definition at line 6688 of file vulkan_structs.hpp.
|
inline |
Definition at line 6650 of file vulkan_structs.hpp.
|
inline |
Definition at line 6656 of file vulkan_structs.hpp.
float vk::SampleLocationEXT::x = {} |
Definition at line 6704 of file vulkan_structs.hpp.
float vk::SampleLocationEXT::y = {} |
Definition at line 6705 of file vulkan_structs.hpp.