diff options
Diffstat (limited to 'reduced_system_layer.c')
-rw-r--r-- | reduced_system_layer.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/reduced_system_layer.c b/reduced_system_layer.c index cb5cebb..c945ed1 100644 --- a/reduced_system_layer.c +++ b/reduced_system_layer.c @@ -34,6 +34,13 @@ // - Seldom allocator // - Logging // - Graphics perf - request cache +// Requires: +// + Graphics tests +// + Graphics requests +// + Seldom allocator +// + Blake2 hash +// + Requests cache +// + Incremental rendering // - Examples // - Conway's Game of Life // - Julia Set @@ -237,7 +244,7 @@ i32 main(i32 argc, c8 **argv); #endif #ifndef MAX_FRAME_DURATION -// The pixel size will increaseo when the frame duration is higher. +// The pixel size will increase when the frame duration is higher. #define MAX_FRAME_DURATION 34 #endif |