File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ vgl.texture = function () {
157157 * Set Raw Texture data using Uint8Array
158158 *
159159 * @param {object } texture texture object to load.
160- * type: 'RGB' | 'RGBA' | 'Luminance' | 'LuminanceAlpha'.
161- * texture: Uint8Array representing the format based on the type
162- * width: width of the texture
163- * height: height of the texture
160+ * @param { string? } texture. type One of 'RGBA' | 'Luminance' | 'LuminanceAlpha'.
161+ * @param { Uint8Array } texture.data Array representing the format based on the type
162+ * @param { number } texture. width width of the texture
163+ * @param { number } texture. height height of the texture
164164 * @returns {boolean }
165165 */
166166 this . setTexture = function ( texture ) {
You can’t perform that action at this time.
0 commit comments