Returns whether this was successfully opened.
| 6995 | |
| 6996 | // Returns whether this was successfully opened. |
| 6997 | bool valid() const { return data; } |
| 6998 | }; |
| 6999 | |
| 7000 | int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header, |
no outgoing calls
no test coverage detected