SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
SampleLocationEXT (float x_=0, float y_=0) | |
SampleLocationEXT (VkSampleLocationEXT const &rhs) | |
SampleLocationEXT & | operator= (VkSampleLocationEXT const &rhs) |
SampleLocationEXT & | setX (float x_) |
SampleLocationEXT & | setY (float y_) |
operator VkSampleLocationEXT const & () const | |
operator VkSampleLocationEXT & () | |
bool | operator== (SampleLocationEXT const &rhs) const |
bool | operator!= (SampleLocationEXT const &rhs) const |
Data Fields | |
float | x |
float | y |
Definition at line 7628 of file vulkan.hpp.
|
inline |
Definition at line 7630 of file vulkan.hpp.
|
inline |
Definition at line 7637 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7664 of file vulkan.hpp.
|
inline |
Definition at line 7659 of file vulkan.hpp.
|
inline |
Definition at line 7675 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 7642 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7669 of file vulkan.hpp.
Referenced by operator!=().
|
inline |
Definition at line 7647 of file vulkan.hpp.
|
inline |
Definition at line 7653 of file vulkan.hpp.
float VULKAN_HPP_NAMESPACE::SampleLocationEXT::x |
Definition at line 7680 of file vulkan.hpp.
Referenced by operator==().
float VULKAN_HPP_NAMESPACE::SampleLocationEXT::y |
Definition at line 7681 of file vulkan.hpp.
Referenced by operator==().