ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/ray.h
(Generate patch)

Comparing ray/src/rt/ray.h (file contents):
Revision 2.30 by greg, Sat Dec 12 00:03:42 2009 UTC vs.
Revision 2.31 by greg, Sat Dec 12 05:20:10 2009 UTC

# Line 201 | Line 201 | extern int     ray_presult(RAY *r, int poll);
201   extern void     ray_pdone(int freall);
202   extern void     ray_popen(int nadd);
203   extern void     ray_pclose(int nsub);
204 +                                        /* defined in ray_fifo.c */
205 + extern int      (*ray_fifo_out)(RAY *r);
206 + extern int      ray_fifo_in(RAY *r);
207 + extern int      ray_fifo_flush(void);
208                                          /* defined in raytrace.c */
209   extern int      rayorigin(RAY *r, int rt, const RAY *ro, const COLOR rc);
210   extern void     rayclear(RAY *r);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines