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

    Interface MaterialTargetSignature

    interface MaterialTargetSignature {
        colorFormats: readonly (string | null)[];
        depthStencilFormat: string | null;
        sampleCount: number;
    }
    Index
    colorFormats: readonly (string | null)[]
    depthStencilFormat: string | null
    sampleCount: number