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