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

Comparing ray/src/common/depthcodec.h (file contents):
Revision 2.7 by greg, Sat Jan 25 05:35:34 2020 UTC vs.
Revision 2.8 by greg, Tue Jun 3 21:31:51 2025 UTC

# Line 96 | Line 96 | int            decode_worldpos_next(FVECT wpos, DEPTHCODEC *dcp)
96   /* Decode depth and compute world position for the given pixel */
97   extern int      get_worldpos_pix(FVECT wpos, DEPTHCODEC *dcp, int x, int y);
98  
99 extern char     *progname;      /* global argv[0] (set by main) */
100
99   #ifdef __cplusplus
100   }
101   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines