Type alias TextureOptions

TextureOptions: {
    [key: string]: number | string | boolean | number[];
}

This type https://twgljs.org/docs/module-twgl.html#.TextureOptions without exposing twgl types directly

Type declaration

  • [key: string]: number | string | boolean | number[]

Generated using TypeDoc