skia
    Preparing search index...

    Interface SkSLUniform

    interface SkSLUniform {
        columns: number;
        isInteger: boolean;
        rows: number;
        slot: number;
    }
    Index

    Properties

    columns: number
    isInteger: boolean
    rows: number
    slot: number

    The index into the uniforms array that this uniform begins.