Interface DeckGlExecutionPlanExperimental

interface DeckGlExecutionPlan {
    execution: "unsupported" | DeckGlExecutionStrategy;
    fallback: "none" | DeckGlExecutionStrategy;
    fidelity:
        | "unsupported"
        | "exact-input"
        | "bounded-object"
        | "tile-bounded";
    layer: DeckGlLayerKind;
    ownership: "none" | "caller" | "sdk";
    reason: string;
}

Properties

execution: "unsupported" | DeckGlExecutionStrategy
fallback: "none" | DeckGlExecutionStrategy
fidelity:
    | "unsupported"
    | "exact-input"
    | "bounded-object"
    | "tile-bounded"
ownership: "none" | "caller" | "sdk"
reason: string