inexorgame / vulkan-renderer

A new 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3, in very early but ongoing development
https://inexor.org
MIT License
756 stars 33 forks source link

Update Vulkan Memory Allocator's GpuMemDumpVis python script #509

Closed IAmNotHanni closed 1 year ago

IAmNotHanni commented 1 year ago

Is your feature request related to a problem?

Currently we have the GpuMemDumpVis.py python script in vma-dumps. Should we update it or is it somehow included in the conan package?

Description

This python script is part of Vulkan Memory Allocator and it's used to visualize GPU memory usage.

Alternatives

None, as we should keep it updated.

Affected Code

All of the code.

Operating System

All operating systems

Additional Context

none

IAmNotHanni commented 1 year ago

I've decided to remove it entirely instead of updating it. The reason for this is that an up-to-date version of it is always in the folder of the dependencies (inside of VMA). If there is ever the case that we (or someone else) needs to use it, we can always use the version in the dependencies folder.