SDL 2.0
VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR SamplerYcbcrConversion ()
 
VULKAN_HPP_CONSTEXPR SamplerYcbcrConversion (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT SamplerYcbcrConversion (VkSamplerYcbcrConversion samplerYcbcrConversion)
 
SamplerYcbcrConversionoperator= (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
 

Detailed Description

Definition at line 4487 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ SamplerYcbcrConversion() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::SamplerYcbcrConversion ( )
inline

Definition at line 4490 of file vulkan.hpp.

4492 {}
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:4549
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49

◆ SamplerYcbcrConversion() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::SamplerYcbcrConversion ( std::nullptr_t  )
inline

Definition at line 4494 of file vulkan.hpp.

◆ SamplerYcbcrConversion() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::SamplerYcbcrConversion ( VkSamplerYcbcrConversion  samplerYcbcrConversion)
inline

Definition at line 4498 of file vulkan.hpp.

4499 : m_samplerYcbcrConversion( samplerYcbcrConversion )
4500 {}

Member Function Documentation

◆ operator bool()

VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::operator bool ( ) const
inlineexplicit

Definition at line 4538 of file vulkan.hpp.

4539 {
4541 }

References m_samplerYcbcrConversion, and VK_NULL_HANDLE.

◆ operator VkSamplerYcbcrConversion()

VULKAN_HPP_TYPESAFE_EXPLICIT VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::operator VkSamplerYcbcrConversion ( ) const
inline

Definition at line 4533 of file vulkan.hpp.

4534 {
4536 }

References m_samplerYcbcrConversion.

◆ operator!()

bool VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::operator! ( ) const
inline

Definition at line 4543 of file vulkan.hpp.

4544 {
4546 }

References m_samplerYcbcrConversion, and VK_NULL_HANDLE.

◆ operator!=()

Definition at line 4521 of file vulkan.hpp.

4522 {
4523 return m_samplerYcbcrConversion != rhs.m_samplerYcbcrConversion;
4524 }

References m_samplerYcbcrConversion.

◆ operator<()

bool VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::operator< ( SamplerYcbcrConversion const &  rhs) const
inline

Definition at line 4526 of file vulkan.hpp.

4527 {
4528 return m_samplerYcbcrConversion < rhs.m_samplerYcbcrConversion;
4529 }

References m_samplerYcbcrConversion.

◆ operator=()

SamplerYcbcrConversion & VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::operator= ( std::nullptr_t  )
inline

Definition at line 4510 of file vulkan.hpp.

4511 {
4513 return *this;
4514 }

References m_samplerYcbcrConversion, and VK_NULL_HANDLE.

◆ operator==()

bool VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::operator== ( SamplerYcbcrConversion const &  rhs) const
inline

Definition at line 4516 of file vulkan.hpp.

4517 {
4518 return m_samplerYcbcrConversion == rhs.m_samplerYcbcrConversion;
4519 }

References m_samplerYcbcrConversion.

Field Documentation

◆ m_samplerYcbcrConversion

VkSamplerYcbcrConversion VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::m_samplerYcbcrConversion
private

The documentation for this class was generated from the following file: