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

Class TEXRMultiPartImage

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

Source from the content-addressed store, hash-verified

358} EXRImage;
359
360typedef struct TEXRMultiPartImage {
361 int num_images;
362 EXRImage *images;
363
364} EXRMultiPartImage;
365
366typedef struct TDeepImage {
367 const char **channel_names;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected