type PointLayerFlags = {
shape?: PointShape,
hard?: boolean,
hollow?: boolean,
outline?: number,
} &
Pick<Partial<PipelineOptions>,
"mode" | "alphaToCoverage" | "depthTest" | "depthWrite" | "blend">
packages / workbench / src / layers / point-layer.ts