Realtime Fractal Renderer Documentation
types.cl File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Ray
 A struct representing a line in 3D space. More...
 
struct  Material
 A struct representing a geometry material, for use with the Phong reflection model. More...
 
struct  Light
 A struct representing a light, for use with the phong illumination model. More...