From 6ec822ee73734aafa598c642e91fb2194792397b Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 23 Jan 2025 12:19:08 +0100 Subject: Graphics requests - in progress --- reduced_system_layer.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'reduced_system_layer.c') 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 -- cgit v1.2.3