Vulkan-Hpp
vk::Sampler Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkSampler
 
using NativeType = VkSampler
 

Public Member Functions

VULKAN_HPP_CONSTEXPR Sampler ()=default
 
VULKAN_HPP_CONSTEXPR Sampler (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT Sampler (VkSampler sampler) VULKAN_HPP_NOEXCEPT
 
Sampleroperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (Sampler const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (Sampler const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (Sampler const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkSampler () 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::eSampler
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 8097 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 8100 of file vulkan_handles.hpp.

◆ NativeType

Definition at line 8101 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

◆ Sampler() [1/3]

VULKAN_HPP_CONSTEXPR vk::Sampler::Sampler ( )
default

◆ Sampler() [2/3]

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

Definition at line 8110 of file vulkan_handles.hpp.

◆ Sampler() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Sampler::Sampler ( VkSampler  sampler)
inline

Definition at line 8112 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 8152 of file vulkan_handles.hpp.

◆ operator VkSampler()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::Sampler::operator VkSampler ( ) const
inline

Definition at line 8147 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 8157 of file vulkan_handles.hpp.

◆ operator!=()

bool vk::Sampler::operator!= ( Sampler const &  rhs) const
inline

Definition at line 8136 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 8141 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 8122 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 8131 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

◆ objectType

Definition at line 8103 of file vulkan_handles.hpp.


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