GPUTexture Descriptor
data class GPUTextureDescriptor(var size: GPUExtent3D, var format: GPUTextureFormatFlags, var usage: GPUTextureUsageFlags, var sampleCount: Int? = undefined, var dimension: String? = undefined, var label: String? = undefined)(source)
Constructors
Link copied to clipboard
constructor(size: GPUExtent3D, format: GPUTextureFormatFlags, usage: GPUTextureUsageFlags, sampleCount: Int? = undefined, dimension: String? = undefined, label: String? = undefined)