Module TYPES-PIXI

include { ... };
type t =
| UnsignedByte
| UnsignedShort
| UnsignedShort_5_6_5
| UnsignedShort_4_4_4_4
| UnsignedShort_5_5_5_1
| Float
| HalfFloat
;

Various GL data format types

include { ... };
let tToJs: t => int;
let tFromJs: int => option(t);
let unsignedByte: int;
let unsignedShort: int;
let unsignedShort_5_6_5: int;
let unsignedShort_4_4_4_4: int;
let unsignedShort_5_5_5_1: int;
let float: int;
let halfFloat: int;