Traverse-Research / gpu-allocator

🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust
https://traverse.nl/
Apache License 2.0
380 stars 50 forks source link

Vulkan visualizer's `render_memory_block_window` calls `render_breakdown_ui` #238

Open h3r2tic opened 4 months ago

h3r2tic commented 4 months ago

https://github.com/Traverse-Research/gpu-allocator/blob/main/src/vulkan/visualizer.rs#L153

It should probably call render_memory_block_ui instead :D

Cool visualizer btw! <3

Jasper-Bekkers commented 4 months ago

Thanks! @h3r2tic Can you do a quick PR?

h3r2tic commented 4 months ago

Done'th, and I apparently used time travel for it.

image

Dual-booting is a gift that keeps on giving.