Browse Source

TODO: unhardcode the demos resolution

rexim 3 years ago
parent
commit
5571acee5a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      demos/vc.c

+ 1 - 0
demos/vc.c

@@ -4,6 +4,7 @@
 // ```c
 // ```c
 // // demo.c
 // // demo.c
 // // NOTE: Must be always 800x600
 // // NOTE: Must be always 800x600
+// // TODO: unhardcode the demos resolution
 // #define WIDTH 800
 // #define WIDTH 800
 // #define HEIGHT 600
 // #define HEIGHT 600
 // static uint32_t pixels[WIDTH*HEIGHT];
 // static uint32_t pixels[WIDTH*HEIGHT];