Browse Source

updated todo list

iver 7 months ago
parent
commit
f538a05fe3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -26,7 +26,7 @@ Rasterizer + Iver = RasterIver
 - [ ] fix horribly named variables in request object functions
 - [ ] fix horribly named variables in request object functions
 - [ ] include rasteriver.h in the kernels for better code updatability
 - [ ] include rasteriver.h in the kernels for better code updatability
 - [ ] make kernels not be in strings (read the file at compile time and put it inside rasteriver.c as a string? put it in a header like how it is now?)
 - [ ] make kernels not be in strings (read the file at compile time and put it inside rasteriver.c as a string? put it in a header like how it is now?)
-- [ ] change all iterator variables in for loops to have "i_" before it's variable name
+- [x] change all iterator variables in for loops to have "i_" before it's variable name
 - [ ] add descriptions to RI functions
 - [ ] add descriptions to RI functions
 - [ ] make a function call stack to review where errors happen or just debug stuff
 - [ ] make a function call stack to review where errors happen or just debug stuff
 - [ ] optimize object memory usage by not loading object data multiple times when the same object is requested
 - [ ] optimize object memory usage by not loading object data multiple times when the same object is requested