makeOnePixelTexture
makeOnePixelTexture(contents, [cleanup_signal]) ⇒ DataTexture
Kind: global function
Param | Type | Description |
---|---|---|
contents | ArrayLike.<number> | Array.<number> | Uint8Array | |
[cleanup_signal] | Signal | can be called to dispose of the texture |