UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

15 lines (12 loc) 255 B
'use strict'; "use strict"; class GlBuffer { constructor(buffer, type) { this.buffer = buffer || null; this.updateID = -1; this.byteLength = -1; this.type = type; } } exports.GlBuffer = GlBuffer; //# sourceMappingURL=GlBuffer.js.map