Andrew Zonenberg on Nostr: Anyone have ideas on a good way to test memory pressure in Vulkan applications? Goal ...
Anyone have ideas on a good way to test memory pressure in Vulkan applications?
Goal is both to make VK_EXT_memory_budget report low memory state and also have some DeviceMemory allocations fail.
The easiest option is probably just an application that allocates and holds onto a configurable amount of device memory without doing anything with it. Is this something that exists already or am I going to have to write it?
Goal is both to make VK_EXT_memory_budget report low memory state and also have some DeviceMemory allocations fail.
The easiest option is probably just an application that allocates and holds onto a configurable amount of device memory without doing anything with it. Is this something that exists already or am I going to have to write it?