MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / valid

Method valid

Source/ThirdParty/tinyexr.h:8446–8446  ·  view source on GitHub ↗

Returns whether this was successfully opened.

Source from the content-addressed store, hash-verified

8444
8445 // Returns whether this was successfully opened.
8446 bool valid() const { return data; }
8447};
8448
8449int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header,

Callers 5

LoadEXRImageFromFileFunction · 0.80
tinyexr.hFile · 0.80
ParseEXRHeaderFromFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected