Interface Raster

    Raster header; the graph compares epoch. tex is an RGBA32F texture in the shared GL context.

    interface Raster {
        epoch: number;
        h: number;
        tex: WebGLTexture;
        w: number;
    }
    Index

    Properties

    Properties

    epoch: number
    h: number
    tex: WebGLTexture
    w: number