UNPKG

@phaserjs/phaser

Version:
18 lines 826 B
declare const BYTE = 5120; declare const UNSIGNED_BYTE = 5121; declare const SHORT = 5122; declare const UNSIGNED_SHORT = 5123; declare const INT = 5124; declare const UNSIGNED_INT = 5125; declare const FLOAT = 5126; declare const REPEAT = 10497; declare const CLAMP_TO_EDGE = 33071; declare const MIRRORED_REPEAT = 33648; declare const NEAREST = 9728; declare const LINEAR = 9729; declare const NEAREST_MIPMAP_NEAREST = 9984; declare const LINEAR_MIPMAP_NEAREST = 9985; declare const NEAREST_MIPMAP_LINEAR = 9986; declare const LINEAR_MIPMAP_LINEAR = 9987; export { BYTE, UNSIGNED_BYTE, SHORT, UNSIGNED_SHORT, INT, UNSIGNED_INT, FLOAT, REPEAT, CLAMP_TO_EDGE, MIRRORED_REPEAT, NEAREST, LINEAR, NEAREST_MIPMAP_NEAREST, LINEAR_MIPMAP_NEAREST, NEAREST_MIPMAP_LINEAR, LINEAR_MIPMAP_LINEAR }; //# sourceMappingURL=GL_CONST.d.ts.map