SDL  2.0
VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion Class Reference

#include <vulkan.hpp>

Public Types

using CType = VkSamplerYcbcrConversion
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SamplerYcbcrConversion () VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SamplerYcbcrConversion (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT SamplerYcbcrConversion (VkSamplerYcbcrConversion samplerYcbcrConversion) VULKAN_HPP_NOEXCEPT
 
SamplerYcbcrConversionoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (SamplerYcbcrConversion const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SamplerYcbcrConversion const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (SamplerYcbcrConversion const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSamplerYcbcrConversion () const VULKAN_HPP_NOEXCEPT
 
 operator bool () const VULKAN_HPP_NOEXCEPT
 
bool operator! () const VULKAN_HPP_NOEXCEPT
 

Static Public Attributes

static VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::ObjectType objectType = VULKAN_HPP_NAMESPACE::ObjectType::eSamplerYcbcrConversion
 
static VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT debugReportObjectType = VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT::eSamplerYcbcrConversion
 

Private Attributes

VkSamplerYcbcrConversion m_samplerYcbcrConversion
 

Detailed Description

Definition at line 41730 of file vulkan.hpp.

Member Typedef Documentation

◆ CType

using VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::CType = VkSamplerYcbcrConversion

Definition at line 41733 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ SamplerYcbcrConversion() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::SamplerYcbcrConversion ( )
inline

Definition at line 41739 of file vulkan.hpp.

41741  {}
VkSamplerYcbcrConversion m_samplerYcbcrConversion
Definition: vulkan.hpp:41800
#define VK_NULL_HANDLE
Definition: vulkan_core.h:55

◆ SamplerYcbcrConversion() [2/3]

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

Definition at line 41743 of file vulkan.hpp.

◆ SamplerYcbcrConversion() [3/3]

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

Definition at line 41747 of file vulkan.hpp.

41748  : m_samplerYcbcrConversion( samplerYcbcrConversion )
41749  {}

Member Function Documentation

◆ operator bool()

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

Definition at line 41789 of file vulkan.hpp.

41790  {
41792  }

References VK_NULL_HANDLE.

◆ operator VkSamplerYcbcrConversion()

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

Definition at line 41784 of file vulkan.hpp.

41785  {
41786  return m_samplerYcbcrConversion;
41787  }

◆ operator!()

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

Definition at line 41794 of file vulkan.hpp.

41795  {
41797  }

References VK_NULL_HANDLE.

◆ operator!=()

Definition at line 41773 of file vulkan.hpp.

41774  {
41775  return m_samplerYcbcrConversion != rhs.m_samplerYcbcrConversion;
41776  }

◆ operator<()

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

Definition at line 41778 of file vulkan.hpp.

41779  {
41780  return m_samplerYcbcrConversion < rhs.m_samplerYcbcrConversion;
41781  }

◆ operator=()

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

Definition at line 41759 of file vulkan.hpp.

41760  {
41762  return *this;
41763  }

References VK_NULL_HANDLE.

◆ operator==()

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

Definition at line 41768 of file vulkan.hpp.

41769  {
41770  return m_samplerYcbcrConversion == rhs.m_samplerYcbcrConversion;
41771  }

Field Documentation

◆ debugReportObjectType

Definition at line 41736 of file vulkan.hpp.

◆ m_samplerYcbcrConversion

VkSamplerYcbcrConversion VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion::m_samplerYcbcrConversion
private

Definition at line 41800 of file vulkan.hpp.

◆ objectType

Definition at line 41735 of file vulkan.hpp.


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