Interface DeckGlProjectionLimitsExperimental

interface DeckGlProjectionLimits {
    maxAttributes: number;
    maxBackingBytes: number;
    maxProps: number;
    maxRows: number;
}

Properties

maxAttributes: number
maxBackingBytes: number

Unique ArrayBuffer backing allocations, not the sum of overlapping views.

maxProps: number
maxRows: number