gabriellanzer / Ravine

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

List created and used RvPipeline instances #14

Open gabriellanzer opened 5 years ago

gabriellanzer commented 5 years ago

Define a list of RvPipeline instances that are currently being used and one of those already created. One should also use those lists to recreate only currently used pipelines and to destroy already created pipelines on program cleanup.