Hilo3d API - v2.0.0
    Preparing search index...

    Interface RenderTargetColorAttachmentReadback

    Tightly packed native-format texel bytes, with rows ordered from top to bottom.

    interface RenderTargetColorAttachmentReadback {
        bytesPerPixel: number;
        bytesPerRow: number;
        data: Uint8Array;
        format: RenderTargetColorFormat;
        height: number;
        width: number;
    }
    Index
    bytesPerPixel: number
    bytesPerRow: number
    data: Uint8Array
    height: number
    width: number