1 | import { DRAW_MODES } from "@pixi/constants";
|
2 | class 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 | }
|
7 | export {
|
8 | BatchDrawCall
|
9 | };
|
10 | //# sourceMappingURL=BatchDrawCall.mjs.map
|