Kernel architecture - Grave/raytracer GitHub Wiki

Each of the following will be split into their own independent kernel.

  • Ray Generation
  • Traversal
    • Color computation
    • Normal vector computation
  • Shadow Ray
  • Material Shader
    • Second ray generation
  • Post Processing