Returns whether this was successfully opened.
| 7000 | |
| 7001 | // Returns whether this was successfully opened. |
| 7002 | bool valid() const { return data; } |
| 7003 | }; |
| 7004 | |
| 7005 | int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header, |
no outgoing calls
no test coverage detected