GPUExtent3DDict constructor

GPUExtent3DDict({
  1. required GPUIntegerCoordinate width,
  2. GPUIntegerCoordinate height,
  3. GPUIntegerCoordinate depthOrArrayLayers,
})

Implementation

external factory GPUExtent3DDict({
  required GPUIntegerCoordinate width,
  GPUIntegerCoordinate height,
  GPUIntegerCoordinate depthOrArrayLayers,
});