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

    Interface GLTFProgram

    interface GLTFProgram {
        attributes?: readonly string[];
        extensions?: Readonly<Record<string, unknown>>;
        extras?: JsonValue;
        fragmentShader: GLTFIndex;
        name?: string;
        vertexShader: GLTFIndex;
    }

    Hierarchy (View Summary)

    Index
    attributes?: readonly string[]
    extensions?: Readonly<Record<string, unknown>>
    extras?: JsonValue
    fragmentShader: GLTFIndex
    name?: string
    vertexShader: GLTFIndex