type DispatchProps = {
size?: Lazy<VectorLike>,
group?: Lazy<VectorLike>,
shader: ParsedBundle,
defines?: Record<string, any>,
indirect?: StorageSource,
shouldDispatch?: () => boolean | number | null | undefined,
onDispatch?: () => void,
}
packages / workbench / src / queue / dispatch.ts