GPUTextureViewDescriptor constructor

GPUTextureViewDescriptor({
  1. String label,
  2. GPUTextureFormat format,
  3. GPUTextureViewDimension dimension,
  4. GPUTextureAspect aspect,
  5. GPUIntegerCoordinate baseMipLevel,
  6. GPUIntegerCoordinate mipLevelCount,
  7. GPUIntegerCoordinate baseArrayLayer,
  8. GPUIntegerCoordinate arrayLayerCount,
})

Implementation

external factory GPUTextureViewDescriptor({
  String label,
  GPUTextureFormat format,
  GPUTextureViewDimension dimension,
  GPUTextureAspect aspect,
  GPUIntegerCoordinate baseMipLevel,
  GPUIntegerCoordinate mipLevelCount,
  GPUIntegerCoordinate baseArrayLayer,
  GPUIntegerCoordinate arrayLayerCount,
});