MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / LoadEXR

Function LoadEXR

third-party/tinyexr/tinyexr.h:6184–6188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6182}
6183
6184int LoadEXR(float **out_rgba, int *width, int *height, const char *filename,
6185 const char **err) {
6186 return LoadEXRWithLayer(out_rgba, width, height, filename,
6187 /* layername */ NULL, err);
6188}
6189
6190int LoadEXRWithLayer(float **out_rgba, int *width, int *height,
6191 const char *filename, const char *layername,

Callers

nothing calls this directly

Calls 1

LoadEXRWithLayerFunction · 0.85

Tested by

no test coverage detected