Contingencyy / VulkanRenderer

A rendering project using the Vulkan API. Will eventually feature raytraced soft shadows, raytraced reflections, and raytraced ambient occlusion.
MIT License
2 stars 0 forks source link

Use ImPlot to show data structure layout like free lists #87

Open Contingencyy opened 8 months ago

Contingencyy commented 8 months ago

To debug and test freelists (and other similar data structures where we allocate some sort of data from), using ImPlot to show the used and free space might be nice in a bar chart.