UNPKG

400 BJavaScriptView Raw
1import { TYPES, FORMATS } from "@pixi/constants";
2class GLTexture {
3 constructor(texture) {
4 this.texture = texture, this.width = -1, this.height = -1, this.dirtyId = -1, this.dirtyStyleId = -1, this.mipmap = !1, this.wrapMode = 33071, this.type = TYPES.UNSIGNED_BYTE, this.internalFormat = FORMATS.RGBA, this.samplerType = 0;
5 }
6}
7export {
8 GLTexture
9};
10//# sourceMappingURL=GLTexture.mjs.map