TextureDescriptor

constructor(size: Size3D, format: TextureFormat, usage: Set<TextureUsage>, mipLevelCount: GPUIntegerCoordinate, sampleCount: GPUSize32, dimension: TextureDimension = TextureDimension.TwoD, viewFormats: List<TextureFormat> = listOf(), label: String? = null)