RetroArch
Public Member Functions | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::PipelineCache Class Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PipelineCache ()
 
VULKAN_HPP_CONSTEXPR PipelineCache (std::nullptr_t)
 
VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache (VkPipelineCache pipelineCache)
 
PipelineCacheoperator= (std::nullptr_t)
 
bool operator== (PipelineCache const &rhs) const
 
bool operator!= (PipelineCache const &rhs) const
 
bool operator< (PipelineCache const &rhs) const
 
VULKAN_HPP_TYPESAFE_EXPLICIT operator VkPipelineCache () const
 
 operator bool () const
 
bool operator! () const
 

Private Attributes

VkPipelineCache m_pipelineCache
 

Constructor & Destructor Documentation

◆ PipelineCache() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PipelineCache::PipelineCache ( )
inline

◆ PipelineCache() [2/3]

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

◆ PipelineCache() [3/3]

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

Member Function Documentation

◆ operator bool()

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

◆ operator VkPipelineCache()

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

◆ operator!()

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

◆ operator!=()

◆ operator<()

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

◆ operator=()

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

◆ operator==()

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

Member Data Documentation

◆ m_pipelineCache

VkPipelineCache VULKAN_HPP_NAMESPACE::PipelineCache::m_pipelineCache
private

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