Enumeration: GFX_ResizeMode_t
typedef enum GFX_ResizeMode_t { GFX_RESIZE_NEARESTNEIGHBOR = 0x0, GFX_RESIZE_BILINEAR } GFX_ResizeMode;
None.