Type alias TextureData

TextureData: {
    data: TypedArray | number[];
}

Type declaration

Generated using TypeDoc