Interface DeckGlExecutionAvailabilityExperimental

interface DeckGlExecutionAvailability {
    cpuObject?: boolean;
    gpuBinary?: boolean;
    tile?: boolean;
}

Properties

cpuObject?: boolean

A caller-owned bounded object renderer. The SDK does not implement this lane.

gpuBinary?: boolean

The SDK-owned zero-copy binary projection lane.

tile?: boolean

A caller-owned tile renderer. The SDK does not implement this lane.