| # | Line 47 | Line 47 | const SDCDst SDemptyCD; | |
|---|---|---|
| 47 | /* Cache of loaded BSDFs */ | |
| 48 | struct SDCache_s *SDcacheList = NULL; | |
| 49 | ||
| 50 | < | /* Retain BSDFs in cache list */ |
| 50 | > | /* Retain BSDFs in cache list? */ |
| 51 | int SDretainSet = SDretainNone; | |
| 52 | + | |
| 53 | + | /* Maximum cache size for any given BSDF? */ |
| 54 | + | unsigned long SDmaxCache = 0; /* 0 == unlimited */ |
| 55 | ||
| 56 | /* Report any error to the indicated stream */ | |
| 57 | SDError | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |