ImDebugger: Add a basic texture browser

This commit is contained in:
Henrik Rydgård
2024-11-29 19:30:38 +01:00
parent 27f08d705b
commit e4adc112ff
21 changed files with 152 additions and 18 deletions
+2
View File
@@ -71,6 +71,7 @@ struct ImConfig {
bool audioDecodersOpen;
bool structViewerOpen;
bool framebuffersOpen;
bool texturesOpen;
bool displayOpen;
bool styleEditorOpen;
bool filesystemBrowserOpen;
@@ -86,6 +87,7 @@ struct ImConfig {
int selectedFramebuffer = -1;
int selectedBreakpoint = -1;
int selectedMemCheck = -1;
uint64_t selectedTexAddr = 0;
bool displayLatched = false;