Vulkan-Hpp
vk::SamplerYcbcrConversion Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkSamplerYcbcrConversion
 
using NativeType = VkSamplerYcbcrConversion
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SamplerYcbcrConversion ()=default
 
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 vk::ObjectType objectType = vk::ObjectType::eSamplerYcbcrConversion
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 8184 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

◆ NativeType

Constructor & Destructor Documentation

◆ SamplerYcbcrConversion() [1/3]

VULKAN_HPP_CONSTEXPR vk::SamplerYcbcrConversion::SamplerYcbcrConversion ( )
default

◆ SamplerYcbcrConversion() [2/3]

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

Definition at line 8197 of file vulkan_handles.hpp.

◆ SamplerYcbcrConversion() [3/3]

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

Definition at line 8199 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 8242 of file vulkan_handles.hpp.

◆ operator VkSamplerYcbcrConversion()

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

Definition at line 8237 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 8247 of file vulkan_handles.hpp.

◆ operator!=()

Definition at line 8226 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 8231 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 8212 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 8221 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::SamplerYcbcrConversion::debugReportObjectType
static

◆ objectType

Definition at line 8190 of file vulkan_handles.hpp.


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