Traverse-Research / gpu-allocator

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

⏹️ Fix `render_memory_block_window` #239

Open h3r2tic opened 2 months ago

h3r2tic commented 2 months ago

render_memory_block_window was calling render_breakdown_ui instead of render_memory_block_ui.

Resolves #238