mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:05:45 -04:00
Frontend: Prevent drawing imgui into the vram texture
This commit is contained in:
@ -139,9 +139,9 @@ void GPU::ResetGraphicsAPIState() {}
|
||||
|
||||
void GPU::RestoreGraphicsAPIState() {}
|
||||
|
||||
void GPU::RenderStatistics() {}
|
||||
void GPU::DrawStatistics() {}
|
||||
|
||||
void GPU::RenderDebugMenu()
|
||||
void GPU::DrawDebugMenu()
|
||||
{
|
||||
ImGui::MenuItem("Show VRAM", nullptr, &m_debug_options.show_vram);
|
||||
ImGui::MenuItem("Dump CPU to VRAM Copies", nullptr, &m_debug_options.dump_cpu_to_vram_copies);
|
||||
|
Reference in New Issue
Block a user