UNPKG

@pixi/core

Version:
16 lines (12 loc) 300 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); class GLBuffer { constructor(buffer) { this.buffer = buffer || null; this.updateID = -1; this.byteLength = -1; this.refCount = 0; } } exports.GLBuffer = GLBuffer; //# sourceMappingURL=GLBuffer.js.map