Interface DeckGlCapabilityExperimental

interface DeckGlCapability {
    execution: "gpu-binary" | "not-implemented";
    layer: DeckGlLayerKind;
    reason: string;
    supported: boolean;
}

Properties

execution: "gpu-binary" | "not-implemented"
reason: string
supported: boolean