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

    Interface ShaderParameters

    interface ShaderParameters {
        alwaysUse?: boolean;
        fs?: string;
        vs?: string;
    }
    Index
    alwaysUse?: boolean
    fs?: string
    vs?: string