webgl-dsl
    Preparing search index...

    Interface UniformRecord

    interface UniformRecord {
        location: WebGLUniformLocation;
        size: number;
        type: number;
    }
    Index

    Properties

    Properties

    location: WebGLUniformLocation
    size: number
    type: number