factory GPUOrigin3DDict({int? x, int? y, int? z}) => GPUOrigin3DDict._(x: x ?? 0, y: y ?? 0, z: z ?? 0);