SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | SamplerYcbcrConversion () |
VULKAN_HPP_CONSTEXPR | SamplerYcbcrConversion (std::nullptr_t) |
VULKAN_HPP_TYPESAFE_EXPLICIT | SamplerYcbcrConversion (VkSamplerYcbcrConversion samplerYcbcrConversion) |
SamplerYcbcrConversion & | operator= (std::nullptr_t) |
bool | operator== (SamplerYcbcrConversion const &rhs) const |
bool | operator!= (SamplerYcbcrConversion const &rhs) const |
bool | operator< (SamplerYcbcrConversion const &rhs) const |
VULKAN_HPP_TYPESAFE_EXPLICIT | operator VkSamplerYcbcrConversion () const |
operator bool () const | |
bool | operator! () const |
Private Attributes | |
VkSamplerYcbcrConversion | m_samplerYcbcrConversion |
Definition at line 4487 of file vulkan.hpp.
|
inline |
Definition at line 4490 of file vulkan.hpp.
|
inline |
Definition at line 4494 of file vulkan.hpp.
|
inline |
Definition at line 4498 of file vulkan.hpp.
|
inlineexplicit |
Definition at line 4538 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 4533 of file vulkan.hpp.
|
inline |
Definition at line 4543 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 4521 of file vulkan.hpp.
References m_samplerYcbcrConversion.
|
inline |
Definition at line 4526 of file vulkan.hpp.
References m_samplerYcbcrConversion.
|
inline |
Definition at line 4510 of file vulkan.hpp.
References VK_NULL_HANDLE.
|
inline |
Definition at line 4516 of file vulkan.hpp.
References m_samplerYcbcrConversion.
|
private |
Definition at line 4549 of file vulkan.hpp.
Referenced by operator!=(), operator<(), and operator==().