Foundation
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Protected Attributes | List of all members
Foundation::RHI::RHIPipelineStateCache Class Referenceabstract

#include <PipelineState.hpp>

Inheritance diagram for Foundation::RHI::RHIPipelineStateCache:
Foundation::RHI::RHIObject Foundation::RHI::VulkanPipelineStateCache

Classes

struct  PipelineStateCacheDesc
 

Public Member Functions

 RHIPipelineStateCache (RHIDevice const &device, PipelineStateCacheDesc const &desc)
 
virtual size_t GetCachedData (void *dstBuffer=nullptr) const =0
 
virtual void DebugSetObjectName (const char *name)=0
 
- Public Member Functions inherited from Foundation::RHI::RHIObject
 RHIObject ()=default
 
 RHIObject (RHIObject const &)=delete
 
RHIObjectoperator= (const RHIObject &)=delete
 
 RHIObject (RHIObject &&)=delete
 
RHIObjectoperator= (RHIObject &&)=delete
 
virtual ~RHIObject ()=default
 

Public Attributes

const PipelineStateCacheDesc mDesc
 

Protected Attributes

const RHIDevicemDevice
 

Constructor & Destructor Documentation

◆ RHIPipelineStateCache()

Foundation::RHI::RHIPipelineStateCache::RHIPipelineStateCache ( RHIDevice const device,
PipelineStateCacheDesc const desc 
)
inline

Member Function Documentation

◆ DebugSetObjectName()

virtual void Foundation::RHI::RHIPipelineStateCache::DebugSetObjectName ( const char name)
pure virtual

◆ GetCachedData()

virtual size_t Foundation::RHI::RHIPipelineStateCache::GetCachedData ( void dstBuffer = nullptr) const
pure virtual

Member Data Documentation

◆ mDesc

const PipelineStateCacheDesc Foundation::RHI::RHIPipelineStateCache::mDesc

◆ mDevice

const RHIDevice& Foundation::RHI::RHIPipelineStateCache::mDevice
protected

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