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

Comparing ray/src/common/data.h (file contents):
Revision 2.1 by greg, Fri Aug 2 18:47:25 2024 UTC vs.
Revision 2.2 by greg, Wed Dec 17 18:55:28 2025 UTC

# Line 22 | Line 22 | typedef struct datarray {
22          union {
23                  DATATYPE  *d;                   /* float data */
24                  COLR  *c;                       /* RGBE data */
25 <                uby8  *s;                       /* spectral data */
25 >                COLRV  *s;                      /* spectral data */
26                  void  *p;                       /* generic pointer */
27          }  arr;                         /* the data */
28          struct dadim {                  /* put this last */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)