* Creates a texture with the given options. * @param width The width of the texture * @param height The height of the texture * @param arr Initial texture data, make sure this fits the type and format passed to options * @param options Various settings for texture setup {@link TextureOptions
(width: number, height: number, arr: ArrayBufferView | TexImageSource | null = null, options: TextureOptions = {})
source not stored for this graph (policy: none)
no test coverage detected