FORMATS-PIXI
include { ... };
type t
=
|
RGBA
RGB
Alpha
Luminance
LuminanceAlpha
DepthComponent
DepthStencil
Various GL texture/resources formats
let tToJs: t => int;
let tFromJs: int => option(t);
let rgba: int;
let rgb: int;
let alpha: int;
let luminance: int;
let luminanceAlpha: int;
let depthComponent: int;
let depthStencil: int;