Workers now operate on columns of the image

This commit is contained in:
2024-10-08 23:53:14 +02:00
parent 565ae7e5cf
commit a85b5eae4b
5 changed files with 157 additions and 111 deletions
+2 -1
View File
@@ -28,4 +28,5 @@
#include <stdint.h>
uint64_t get_absolute_time_us(void);
uint64_t get_relative_time_ns(void);
uint64_t get_relative_time_ns(void);
void sleep_ms(float ms);