SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | Sampler () |
VULKAN_HPP_CONSTEXPR | Sampler (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | Sampler (VkSampler sampler) |
Sampler & | operator= (std::nullptr_t) |
bool | operator== (Sampler const &rhs) const |
bool | operator!= (Sampler const &rhs) const |
bool | operator< (Sampler const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSampler () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkSampler | m_sampler |
Definition at line 3547 of file vulkan.hpp.
|
inline |
Definition at line 3550 of file vulkan.hpp.
|
inline |
Definition at line 3554 of file vulkan.hpp.
|
inline |
Definition at line 3558 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 3598 of file vulkan.hpp.
References m_sampler, and VK_NULL_HANDLE.
|
inline |
Definition at line 3593 of file vulkan.hpp.
References m_sampler.
|
inline |
Definition at line 3603 of file vulkan.hpp.
References m_sampler, and VK_NULL_HANDLE.
|
inline |
Definition at line 3581 of file vulkan.hpp.
References m_sampler.
|
inline |
Definition at line 3586 of file vulkan.hpp.
References m_sampler.
|
inline |
Definition at line 3570 of file vulkan.hpp.
References m_sampler, and VK_NULL_HANDLE.
|
inline |
Definition at line 3576 of file vulkan.hpp.
References m_sampler.
|
private |
Definition at line 3609 of file vulkan.hpp.
Referenced by operator bool(), operator VkSampler(), operator!(), operator!=(), operator<(), operator=(), and operator==().