VRAM progress and fixed a dumb Windows-only issue

This commit is contained in:
2025-07-22 19:20:45 +02:00
parent db064a691e
commit b25f830f3b
4 changed files with 123 additions and 10 deletions

View File

@@ -872,6 +872,7 @@ nn_component *nn_addScreen(nn_computer *computer, nn_address address, int slot,
typedef struct nn_gpuControl {
// VRAM Buffers
int totalVRAM;
int maximumBufferCount;
// Calls per tick, only applicable to screens
double screenCopyPerTick;