GPUOrigin2DDict constructor

GPUOrigin2DDict({
  1. GPUIntegerCoordinate x,
  2. GPUIntegerCoordinate y,
})

Implementation

external factory GPUOrigin2DDict({
  GPUIntegerCoordinate x,
  GPUIntegerCoordinate y,
});