Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 479 Bytes

File metadata and controls

10 lines (9 loc) · 479 Bytes

To Do


  • init kernel that copies initial buffer down the image (there must be a better way)
  • twist kernel that does the meat of the transform function
  • offset kernel that sets apart the search space (adder or incrementer?)
  • webgl2 transform feedback for outputting / watching found/index variables
  • re-use programs without re-compiling and linking
  • delete programs when done to avoid overrunning memory
  • possible memory blocking?