Vulkan-Hpp
vk::PipelineCache Class Reference

#include <vulkan_handles.hpp>

Public Types

using CType = VkPipelineCache
 
using NativeType = VkPipelineCache
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PipelineCache ()=default
 
VULKAN_HPP_CONSTEXPR PipelineCache (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache (VkPipelineCache pipelineCache) VULKAN_HPP_NOEXCEPT
 
PipelineCacheoperator= (std::nullptr_t) VULKAN_HPP_NOEXCEPT
 
bool operator== (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator< (PipelineCache const &rhs) const VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineCache () 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::ePipelineCache
 
static VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT debugReportObjectType
 

Detailed Description

Definition at line 7140 of file vulkan_handles.hpp.

Member Typedef Documentation

◆ CType

Definition at line 7143 of file vulkan_handles.hpp.

◆ NativeType

Constructor & Destructor Documentation

◆ PipelineCache() [1/3]

VULKAN_HPP_CONSTEXPR vk::PipelineCache::PipelineCache ( )
default

◆ PipelineCache() [2/3]

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

Definition at line 7153 of file vulkan_handles.hpp.

◆ PipelineCache() [3/3]

VULKAN_HPP_TYPESAFE_EXPLICIT vk::PipelineCache::PipelineCache ( VkPipelineCache  pipelineCache)
inline

Definition at line 7155 of file vulkan_handles.hpp.

Member Function Documentation

◆ operator bool()

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

Definition at line 7195 of file vulkan_handles.hpp.

◆ operator VkPipelineCache()

VULKAN_HPP_TYPESAFE_EXPLICIT vk::PipelineCache::operator VkPipelineCache ( ) const
inline

Definition at line 7190 of file vulkan_handles.hpp.

◆ operator!()

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

Definition at line 7200 of file vulkan_handles.hpp.

◆ operator!=()

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

Definition at line 7179 of file vulkan_handles.hpp.

◆ operator<()

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

Definition at line 7184 of file vulkan_handles.hpp.

◆ operator=()

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

Definition at line 7165 of file vulkan_handles.hpp.

◆ operator==()

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

Definition at line 7174 of file vulkan_handles.hpp.

Member Data Documentation

◆ debugReportObjectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::DebugReportObjectTypeEXT vk::PipelineCache::debugReportObjectType
static

◆ objectType

Definition at line 7146 of file vulkan_handles.hpp.


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