UNPKG

@pixi/core

Version:
12 lines (10 loc) 214 B
class GLBuffer { constructor(buffer) { this.buffer = buffer || null; this.updateID = -1; this.byteLength = -1; this.refCount = 0; } } export { GLBuffer }; //# sourceMappingURL=GLBuffer.mjs.map