{"version":3,"file":"GLBuffer.mjs","sources":["../../src/geometry/GLBuffer.ts"],"sourcesContent":["export class GLBuffer\n{\n    buffer: WebGLBuffer;\n    updateID: number;\n    byteLength: number;\n    refCount: number;\n\n    constructor(buffer?: WebGLBuffer)\n    {\n        this.buffer = buffer || null;\n        this.updateID = -1;\n        this.byteLength = -1;\n        this.refCount = 0;\n    }\n}\n"],"names":[],"mappings":"AAAO,MAAM,SACb;AAAA,EAMI,YAAY,QACZ;AACS,SAAA,SAAS,UAAU,MACxB,KAAK,WAAW,IAChB,KAAK,aAAa,IAClB,KAAK,WAAW;AAAA,EACpB;AACJ;"}