Vulkan-Hpp
vk::raii::PipelineCache Class Reference

#include <vulkan_raii.hpp>

Public Types

using CType = VkPipelineCache
 
using CppType = vk::PipelineCache
 

Public Member Functions

 PipelineCache (vk::raii::Device const &device, vk::PipelineCacheCreateInfo const &createInfo, vk::Optional< const vk::AllocationCallbacks > allocator=nullptr)
 
 PipelineCache (vk::raii::Device const &device, VkPipelineCache pipelineCache, vk::Optional< const vk::AllocationCallbacks > allocator=nullptr)
 
 PipelineCache (std::nullptr_t)
 
 ~PipelineCache ()
 
 PipelineCache ()=delete
 
 PipelineCache (PipelineCache const &)=delete
 
 PipelineCache (PipelineCache &&rhs) VULKAN_HPP_NOEXCEPT
 
PipelineCacheoperator= (PipelineCache const &)=delete
 
PipelineCacheoperator= (PipelineCache &&rhs) VULKAN_HPP_NOEXCEPT
 
vk::PipelineCache const & operator* () const VULKAN_HPP_NOEXCEPT
 
 operator vk::PipelineCache () const VULKAN_HPP_NOEXCEPT
 
void clear () VULKAN_HPP_NOEXCEPT
 
vk::PipelineCache release ()
 
vk::Device getDevice () const
 
vk::raii::DeviceDispatcher const * getDispatcher () const
 
void swap (vk::raii::PipelineCache &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_NODISCARD std::vector< uint8_t > getData () const
 
void merge (vk::ArrayProxy< const vk::PipelineCache > const &srcCaches) const
 

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 9313 of file vulkan_raii.hpp.

Member Typedef Documentation

◆ CppType

◆ CType

Constructor & Destructor Documentation

◆ PipelineCache() [1/6]

vk::raii::PipelineCache::PipelineCache ( vk::raii::Device const &  device,
vk::PipelineCacheCreateInfo const &  createInfo,
vk::Optional< const vk::AllocationCallbacks allocator = nullptr 
)
inline

Definition at line 9325 of file vulkan_raii.hpp.

◆ PipelineCache() [2/6]

vk::raii::PipelineCache::PipelineCache ( vk::raii::Device const &  device,
VkPipelineCache  pipelineCache,
vk::Optional< const vk::AllocationCallbacks allocator = nullptr 
)
inline

Definition at line 9333 of file vulkan_raii.hpp.

◆ PipelineCache() [3/6]

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

Definition at line 9343 of file vulkan_raii.hpp.

◆ ~PipelineCache()

vk::raii::PipelineCache::~PipelineCache ( )
inline

Definition at line 9345 of file vulkan_raii.hpp.

◆ PipelineCache() [4/6]

vk::raii::PipelineCache::PipelineCache ( )
delete

◆ PipelineCache() [5/6]

vk::raii::PipelineCache::PipelineCache ( PipelineCache const &  )
delete

◆ PipelineCache() [6/6]

vk::raii::PipelineCache::PipelineCache ( PipelineCache &&  rhs)
inline

Definition at line 9353 of file vulkan_raii.hpp.

Member Function Documentation

◆ clear()

void vk::raii::PipelineCache::clear ( )
inline

Definition at line 9385 of file vulkan_raii.hpp.

◆ getData()

VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE std::vector< uint8_t > vk::raii::PipelineCache::getData ( ) const

Definition at line 12772 of file vulkan_raii.hpp.

◆ getDevice()

vk::Device vk::raii::PipelineCache::getDevice ( ) const
inline

Definition at line 9407 of file vulkan_raii.hpp.

◆ getDispatcher()

vk::raii::DeviceDispatcher const* vk::raii::PipelineCache::getDispatcher ( ) const
inline

Definition at line 9412 of file vulkan_raii.hpp.

◆ merge()

VULKAN_HPP_INLINE void vk::raii::PipelineCache::merge ( vk::ArrayProxy< const vk::PipelineCache > const &  srcCaches) const

Definition at line 12799 of file vulkan_raii.hpp.

◆ operator vk::PipelineCache()

vk::raii::PipelineCache::operator vk::PipelineCache ( ) const
inline

Definition at line 9380 of file vulkan_raii.hpp.

◆ operator*()

vk::PipelineCache const& vk::raii::PipelineCache::operator* ( ) const
inline

Definition at line 9375 of file vulkan_raii.hpp.

◆ operator=() [1/2]

PipelineCache& vk::raii::PipelineCache::operator= ( PipelineCache &&  rhs)
inline

Definition at line 9363 of file vulkan_raii.hpp.

◆ operator=() [2/2]

PipelineCache& vk::raii::PipelineCache::operator= ( PipelineCache const &  )
delete

◆ release()

vk::PipelineCache vk::raii::PipelineCache::release ( )
inline

Definition at line 9399 of file vulkan_raii.hpp.

◆ swap()

void vk::raii::PipelineCache::swap ( vk::raii::PipelineCache rhs)
inline

Definition at line 9418 of file vulkan_raii.hpp.

Member Data Documentation

◆ debugReportObjectType

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

◆ objectType

VULKAN_HPP_CONST_OR_CONSTEXPR vk::ObjectType vk::raii::PipelineCache::objectType = vk::ObjectType::ePipelineCache
static

Definition at line 9319 of file vulkan_raii.hpp.


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