Interface Tex

    A GPU-resident image: a texture plus its dimensions.

    interface Tex {
        h: number;
        tex: WebGLTexture;
        w: number;
    }
    Index

    Properties

    Properties

    h: number
    tex: WebGLTexture
    w: number