#include <vulkan.hpp>
|
| float | x = {} |
| |
| float | y = {} |
| |
Definition at line 18824 of file vulkan.hpp.
◆ SampleLocationEXT() [1/3]
| VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SampleLocationEXT::SampleLocationEXT |
( |
float |
x_ = {}, |
|
|
float |
y_ = {} |
|
) |
| |
|
inline |
◆ SampleLocationEXT() [2/3]
◆ SampleLocationEXT() [3/3]
◆ operator VkSampleLocationEXT &()
◆ operator VkSampleLocationEXT const &()
◆ operator!=()
| bool VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator!= |
( |
SampleLocationEXT const & |
rhs | ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 18847 of file vulkan.hpp.
VULKAN_HPP_CONSTEXPR SampleLocationEXT(float x_={}, float y_={}) VULKAN_HPP_NOEXCEPT
References memcpy.
◆ operator=() [2/2]
◆ operator==()
| bool VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator== |
( |
SampleLocationEXT const & |
rhs | ) |
const |
|
inline |
Definition at line 18880 of file vulkan.hpp.
18882 return (
x == rhs.x )
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
◆ setX()
◆ setY()
| float VULKAN_HPP_NAMESPACE::SampleLocationEXT::x = {} |
| float VULKAN_HPP_NAMESPACE::SampleLocationEXT::y = {} |
The documentation for this struct was generated from the following file: