UNPKG

288 BJavaScriptView Raw
1import { DRAW_MODES } from "@pixi/constants";
2class BatchDrawCall {
3 constructor() {
4 this.texArray = null, this.blend = 0, this.type = DRAW_MODES.TRIANGLES, this.start = 0, this.size = 0, this.data = null;
5 }
6}
7export {
8 BatchDrawCall
9};
10//# sourceMappingURL=BatchDrawCall.mjs.map