Skip to content

TextureParams

ts
type TextureParams = DataTextureParams | ImageTextureParams;

Union type of all possible texture configuration parameters.

Released under the MIT License.