UNPKG

222 BJavaScriptView Raw
1"use strict";
2class GLBuffer {
3 constructor(buffer) {
4 this.buffer = buffer || null, this.updateID = -1, this.byteLength = -1, this.refCount = 0;
5 }
6}
7exports.GLBuffer = GLBuffer;
8//# sourceMappingURL=GLBuffer.js.map