Add descriptions for properties.

This commit is contained in:
Simon Seyock
2021-02-04 18:19:33 +01:00
parent 2fe91b8f4d
commit 2ad5789797
35 changed files with 232 additions and 232 deletions

View File

@@ -27,8 +27,8 @@ import {includes} from '../array.js';
/**
* @typedef {Object} BufferCacheEntry
* @property {import("./Buffer.js").default} buffer
* @property {WebGLBuffer} webGlBuffer
* @property {import("./Buffer.js").default} buffer Buffer.
* @property {WebGLBuffer} webGlBuffer WebGlBuffer.
*/
/**