From c36f236e24695d7c5253d72a0e40040bc95ea09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Wed, 10 Jul 2019 12:19:40 +0000 Subject: [PATCH] Update todo.txt --- todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo.txt b/todo.txt index 525a6d8..af363c8 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,8 @@ features: +- Add macros that would allow to make some compile-time options (e.g. + resolution) global variabes instead and allow them to change at runtime. + - presets that can be optionally selected and will configure other constants (e.g. a "low memory sort strategy" will turn z-buffer off and turn back-to-front sorting on).