Global illumination aus und monitoring/loading bar implementiert

This commit is contained in:
any
2026-08-29 00:31:13 +02:00
parent 20ab33de33
commit 7052745a90
5 changed files with 36 additions and 4 deletions
+7 -1
View File
@@ -72,4 +72,10 @@ typedef struct {
int nextPixelId;
pthread_mutex_t mutexKey;
int pixelCount;
} RenderArgs;
} RenderArgs;
typedef struct {
int *nextPixelId;
int pixelCount;
pthread_mutex_t *mutexKey;
} MonitorArgs;