MCPcopy Create free account
hub / github.com/cinder/Cinder / InitEXRHeader

Function InitEXRHeader

include/tinyexr/tinyexr.h:8598–8604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8596}
8597
8598void InitEXRHeader(EXRHeader *exr_header) {
8599 if (exr_header == NULL) {
8600 return;
8601 }
8602
8603 memset(exr_header, 0, sizeof(EXRHeader));
8604}
8605
8606int FreeEXRHeader(EXRHeader *exr_header) {
8607 if (exr_header == NULL) {

Callers 7

finalizeMethod · 0.85
EXRLayersFunction · 0.85
LoadEXRWithLayerFunction · 0.85
LoadEXRFromMemoryFunction · 0.85
SaveEXRToMemoryFunction · 0.85
SaveEXRFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected