| 334 | } EXRHeader; |
| 335 | |
| 336 | typedef struct TEXRMultiPartHeader { |
| 337 | int num_headers; |
| 338 | EXRHeader *headers; |
| 339 | |
| 340 | } EXRMultiPartHeader; |
| 341 | |
| 342 | typedef struct TEXRImage { |
| 343 | EXRTile *tiles; // Tiled pixel data. The application must reconstruct image |
nothing calls this directly
no outgoing calls
no test coverage detected