diff options
Diffstat (limited to 'reduced_system_layer.c')
-rw-r--r-- | reduced_system_layer.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/reduced_system_layer.c b/reduced_system_layer.c index 055cd3a..38b80dd 100644 --- a/reduced_system_layer.c +++ b/reduced_system_layer.c @@ -35,12 +35,12 @@ // - Logging // - Graphics perf - request cache // Requires: -// + Graphics tests -// + Graphics requests -// + Seldom allocator -// + Blake2 hash -// + Requests cache -// + Incremental rendering +// + [ ] Graphics tests +// + [x] Graphics requests +// + [ ] Seldom allocator +// + [ ] Blake2 hash +// + [ ] Requests cache +// + [ ] Incremental rendering // - Examples // - Conway's Game of Life // - Julia Set |