UNPKG

pixi.js

Version:

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

13 lines (11 loc) 233 B
"use strict"; class GlBuffer { constructor(buffer, type) { this.buffer = buffer || null; this.updateID = -1; this.byteLength = -1; this.type = type; } } export { GlBuffer }; //# sourceMappingURL=GlBuffer.mjs.map