Skip to content

Conversation

onlynovice
Copy link

@onlynovice onlynovice commented Aug 27, 2025

Some tweaks to rmv frontend:

  • Update the BUILD.md file to fix inconsistencies between the Windows pre-options and their descriptions.
image
  • Add an option in Settings to toggle between KB and KiB units for size display.
image
  • Add "Dimension", "MipLevel" and "Format" columns in the Resource list for Textures, DepthStencils and RenderTargets.
image
  • Add a slider in the Snapshot resource list to filter resources by mip level. (The non-image objects are not affected)
image
  • Add a button to export all resource details from the Resource list.
image

yifeidong and others added 3 commits August 27, 2025 11:26
- Update the BUILD.md file to fix inconsistencies in the Windows pre-build options.
- Add an option in Settings to toggle between KB and KiB units for size display.
- Add "Dimension", "MipLevel" and "Format" columns in the Resource list for Textures, DepthStencils and RenderTargets.
- Add a button to export all resource details from the Resource list.
- Add a slider in the Resource list to filter resources by mip level.
@onlynovice onlynovice changed the title Some tweaks for rmv Add some tweaks to rmv frontend Aug 27, 2025
Copy link
Collaborator

@ahosier ahosier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thank you!

We have a release planned soon, so I will push these changes after the next release goes live. I will then merge this PR into our main code branch so the next binary release will contain these changes.

I noticed you implemented the 'dump resources'. This is part of our internal build but at the time, we felt that external users may not have found this feature particularly useful. Rather than have the button to "dump resources", I may add a right-click context menu to the resource table to allow the dump to be exported to the clipboard as a text file or a .csv file, in the same way as the resource details table. Do you have any objections to this?

@onlynovice
Copy link
Author

Thank you for your review! I have no objections, and you are free to modify my code as you see fit.

Furthermore, I noticed that I only added the Mip Level filter to Resource List and missed adding it to Memory Leak Finder. I’ve submitted an additional commit to address this.
image

This commit also fixes a bug where adjusting the combo box in the Memory Leak Finder wouldn’t update the summary label at the bottom.

Version GIF
v1.13 release image
After fix image

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants