Returns whether this was successfully opened.
| 6916 | |
| 6917 | // Returns whether this was successfully opened. |
| 6918 | bool valid() const { return data; } |
| 6919 | }; |
| 6920 | |
| 6921 | int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header, |
no outgoing calls
no test coverage detected