UNPKG

@pixi/core

Version:
9 lines (8 loc) 222 B
"use strict"; class GLBuffer { constructor(buffer) { this.buffer = buffer || null, this.updateID = -1, this.byteLength = -1, this.refCount = 0; } } exports.GLBuffer = GLBuffer; //# sourceMappingURL=GLBuffer.js.map