UNPKG

203 BJavaScriptView Raw
1class GLBuffer {
2 constructor(buffer) {
3 this.buffer = buffer || null, this.updateID = -1, this.byteLength = -1, this.refCount = 0;
4 }
5}
6export {
7 GLBuffer
8};
9//# sourceMappingURL=GLBuffer.mjs.map