UNPKG

320 BJavaScriptView Raw
1"use strict";
2var constants = require("@pixi/constants");
3class BatchDrawCall {
4 constructor() {
5 this.texArray = null, this.blend = 0, this.type = constants.DRAW_MODES.TRIANGLES, this.start = 0, this.size = 0, this.data = null;
6 }
7}
8exports.BatchDrawCall = BatchDrawCall;
9//# sourceMappingURL=BatchDrawCall.js.map