HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::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
VULKAN_HPP_NAMESPACE::ObjectType 
objectType = VULKAN_HPP_NAMESPACE::ObjectType::ePipelineCache
 
static
VULKAN_HPP_CONST_OR_CONSTEXPR
VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT 
debugReportObjectType
 

Detailed Description

Definition at line 6035 of file vulkan_handles.hpp.

Member Typedef Documentation

Definition at line 6038 of file vulkan_handles.hpp.

Definition at line 6039 of file vulkan_handles.hpp.

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineCache::PipelineCache ( )
default
VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineCache::PipelineCache ( std::nullptr_t  )
inline

Definition at line 6047 of file vulkan_handles.hpp.

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

Definition at line 6048 of file vulkan_handles.hpp.

Member Function Documentation

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

Definition at line 6088 of file vulkan_handles.hpp.

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

Definition at line 6083 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::PipelineCache::operator! ( void  ) const
inline

Definition at line 6093 of file vulkan_handles.hpp.

Definition at line 6072 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::PipelineCache::operator< ( PipelineCache const rhs) const
inline

Definition at line 6077 of file vulkan_handles.hpp.

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

Definition at line 6058 of file vulkan_handles.hpp.

bool VULKAN_HPP_NAMESPACE::PipelineCache::operator== ( PipelineCache const rhs) const
inline

Definition at line 6067 of file vulkan_handles.hpp.

Member Data Documentation

VULKAN_HPP_CONST_OR_CONSTEXPR VULKAN_HPP_NAMESPACE::DebugReportObjectTypeEXT VULKAN_HPP_NAMESPACE::PipelineCache::debugReportObjectType
static

Definition at line 6041 of file vulkan_handles.hpp.


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