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