|
Realtime Fractal Renderer Documentation
|
Go to the source code of this file.
Data Structures | |
| struct | Complex |
| Partially implemented complex numbers type. More... | |
Functions | |
| Complex | add (const Complex a, const Complex b) |
| Complex | subtract (const Complex a, const Complex b) |
| Complex | multiply (const Complex a, const Complex b) |
Definition at line 16 of file complex.cl.
Definition at line 32 of file complex.cl.
Definition at line 24 of file complex.cl.