#include <vulkan.hpp>
Definition at line 7628 of file vulkan.hpp.
◆ SampleLocationEXT() [1/2]
VULKAN_HPP_NAMESPACE::SampleLocationEXT::SampleLocationEXT |
( |
float |
x_ = 0 , |
|
|
float |
y_ = 0 |
|
) |
| |
|
inline |
◆ SampleLocationEXT() [2/2]
◆ operator VkSampleLocationEXT &()
Definition at line 7664 of file vulkan.hpp.
7666 return *reinterpret_cast<VkSampleLocationEXT*>(
this);
◆ operator VkSampleLocationEXT const &()
Definition at line 7659 of file vulkan.hpp.
7661 return *reinterpret_cast<const VkSampleLocationEXT*>(
this);
◆ operator!=()
bool VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator!= |
( |
SampleLocationEXT const & |
rhs | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool VULKAN_HPP_NAMESPACE::SampleLocationEXT::operator== |
( |
SampleLocationEXT const & |
rhs | ) |
const |
|
inline |
◆ 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: