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

Function InitEXRHeader

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

Source from the content-addressed store, hash-verified

8601}
8602
8603void InitEXRHeader(EXRHeader *exr_header) {
8604 if (exr_header == NULL) {
8605 return;
8606 }
8607
8608 memset(exr_header, 0, sizeof(EXRHeader));
8609}
8610
8611int FreeEXRHeader(EXRHeader *exr_header) {
8612 if (exr_header == NULL) {

Callers 5

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