ngfx::VKPipelineCache
Inherits from ngfx::PipelineCache
Public Functions
Name | |
---|---|
void | create(VkDevice device) |
virtual | ~VKPipelineCache() |
Public Attributes
Name | |
---|---|
VkPipelineCache | v |
Additional inherited members
Public Functions inherited from ngfx::PipelineCache
Name | |
---|---|
virtual | ~PipelineCache() |
virtual Pipeline * | get(const std::string & key) |
virtual void | add(const std::string & key, Pipeline * value) |
Public Functions Documentation
function create
void create(
VkDevice device
)
function ~VKPipelineCache
virtual ~VKPipelineCache()
Public Attributes Documentation
variable v
VkPipelineCache v;
Updated on 3 April 2021 at 20:21:51 PDT