export declare enum ContextGLTextureFormat {
    BGRA = 0,
    BGRA_PACKED = 1,
    BGR_PACKED = 2,
    COMPRESSED = 3,
    COMPRESSED_ALPHA = 4
}
//# sourceMappingURL=ContextGLTextureFormat.d.ts.map