Closed Elabajaba closed 1 year ago
Currently it seems like gpu-allocator allocated a 256MB buffer on the gpu every time you initialize it. wgpu isn't only used for games, so it'd be nice if we could configure the block size to be smaller for eg. apps like wezterm.
wgpu
This would also be nice for the Vulkan renderer I am writing for Smithay.
Currently it seems like gpu-allocator allocated a 256MB buffer on the gpu every time you initialize it.
wgpu
isn't only used for games, so it'd be nice if we could configure the block size to be smaller for eg. apps like wezterm.