MCPcopy Create free account
hub / github.com/RenderKit/embree / valid

Method valid

tutorials/common/image/tinyexr.h:7002–7002  ·  view source on GitHub ↗

Returns whether this was successfully opened.

Source from the content-addressed store, hash-verified

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

Callers 5

LoadEXRImageFromFileFunction · 0.45
tinyexr.hFile · 0.45
ParseEXRHeaderFromFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected