ngfx::PipelineCache

Inherited by ngfx::D3DPipelineCache, ngfx::MTLPipelineCache, ngfx::VKPipelineCache

Public Functions

Name
virtual ~PipelineCache()
virtual Pipeline * get(const std::string & key)
virtual void add(const std::string & key, Pipeline * value)

Public Functions Documentation

function ~PipelineCache

inline virtual ~PipelineCache()

function get

virtual Pipeline * get(
    const std::string & key
)

function add

virtual void add(
    const std::string & key,
    Pipeline * value
)

Updated on 3 April 2021 at 20:21:51 PDT