Interface DeckGlExecutionPlanRequestExperimental

interface DeckGlExecutionPlanRequest {
    availability?: DeckGlExecutionAvailability;
    layer: DeckGlLayerKind;
    preferred?: readonly DeckGlExecutionStrategy[];
}

Properties

Explicit caller/runtime facts; this function never probes a device or imports a renderer.

preferred?: readonly DeckGlExecutionStrategy[]

Ordered lanes to try. Defaults to gpu-binary only.