gabriellanzer / Ravine

Ravine is a graphics framework built with Vulkan, GLFW, ImGUI and GLM.
MIT License
10 stars 0 forks source link

RvPipeline recreation with VkPipelineCache #13

Open gabriellanzer opened 5 years ago

gabriellanzer commented 5 years ago

Perform RvPipeline recreation much faster by using VkPipelineCache. One should also see if pipeline inheritance helps by allowing changes only where necessary.