mostra el render device en info_debug

This commit is contained in:
2026-03-27 10:18:41 +01:00
parent c5a7c9e70d
commit deb0a8677f
6 changed files with 38 additions and 10 deletions

View File

@@ -160,6 +160,7 @@ class Screen {
// Shaders
std::string info_resolution_; // Texto con la información de la pantalla
std::string gpu_driver_; // Nombre del driver GPU (SDL3GPU), capturado en initShaders()
std::vector<Uint32> pixel_buffer_; // Buffer intermedio para SDL3GPU path (surface → ARGB)
#ifdef _DEBUG