type RawFacesFlags = {
flat?: boolean,
shaded?: boolean,
fragDepth?: boolean,
zBias?: number,
} &
Pick<PickingSource, "id" | "lookup"> &
Pick<FacetSource, "facet"> &
Pick<Partial<PipelineOptions>,
| "mode" | "shadow" | "alphaToCoverage" | "alphaToDiscard" | "depthTest" | "depthWrite" | "blend" | "side">
packages / workbench / src / primitives / raw-faces.ts