Уменьшение размер промежуточного буфера. Отчистка меша чанка, если тот пуст.

This commit is contained in:
2026-01-28 22:46:35 +03:00
parent da673b0965
commit 07ccd4dd68
6 changed files with 28 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ struct DeviceId {
struct Settings {
DeviceId DeviceMain;
uint32_t QueueGraphics = -1, QueueSurface = -1;
bool Debug = true;
bool Debug = false;
bool isValid()
{