rhodonite
    Preparing search index...

    Type Alias DirectTextureData

    DirectTextureData:
        | TypedArray
        | HTMLImageElement
        | HTMLVideoElement
        | HTMLCanvasElement
        | ImageBitmap

    Union type representing direct texture data that can be used for texture creation. Includes typed arrays and various HTML/browser elements that can serve as texture sources.