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  {}
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:4549

◆ SamplerYcbcrConversion() [2/3]

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

Definition at line 4494 of file vulkan.hpp.

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

◆ 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  {}
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:4549

Member Function Documentation

◆ operator bool()

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

Definition at line 4538 of file vulkan.hpp.

References VK_NULL_HANDLE.

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

◆ operator VkSamplerYcbcrConversion()

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

Definition at line 4533 of file vulkan.hpp.

4534  {
4535  return m_samplerYcbcrConversion;
4536  }
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:4549

◆ operator!()

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

Definition at line 4543 of file vulkan.hpp.

References VK_NULL_HANDLE.

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

◆ operator!=()

Definition at line 4521 of file vulkan.hpp.

References m_samplerYcbcrConversion.

4522  {
4523  return m_samplerYcbcrConversion != rhs.m_samplerYcbcrConversion;
4524  }
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:4549

◆ operator<()

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

Definition at line 4526 of file vulkan.hpp.

References m_samplerYcbcrConversion.

4527  {
4528  return m_samplerYcbcrConversion < rhs.m_samplerYcbcrConversion;
4529  }
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:4549

◆ operator=()

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

Definition at line 4510 of file vulkan.hpp.

References VK_NULL_HANDLE.

4511  {
4513  return *this;
4514  }
#define VK_NULL_HANDLE
Definition: vulkan_core.h:49
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:4549

◆ operator==()

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

Definition at line 4516 of file vulkan.hpp.

References m_samplerYcbcrConversion.

4517  {
4518  return m_samplerYcbcrConversion == rhs.m_samplerYcbcrConversion;
4519  }
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:4549

Field Documentation

◆ m_samplerYcbcrConversion

VkSamplerYcbcrConversion VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::m_samplerYcbcrConversion
private

Definition at line 4549 of file vulkan.hpp.

Referenced by operator!=(), operator<(), and operator==().


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