ezEngine Release 26.3
Loading...
Searching...
No Matches
ezImageFormatType Struct Reference

Categorizes image formats by their storage and compression method. More...

#include <ImageFormat.h>

Public Types

enum  Enum { UNKNOWN , LINEAR , BLOCK_COMPRESSED , PLANAR }
 

Detailed Description

Categorizes image formats by their storage and compression method.

This classification helps determine how image data is laid out in memory and which processing algorithms are applicable.

Member Enumeration Documentation

◆ Enum

Enumerator
UNKNOWN 

Format type could not be determined.

LINEAR 

Pixels stored linearly, uncompressed (e.g., RGBA8)

BLOCK_COMPRESSED 

Pixels stored in compressed blocks (e.g., BC1, ASTC)

PLANAR 

Channels stored in separate planes (e.g., YUV formats)


The documentation for this struct was generated from the following file: