pub type TextureDescriptor<'a> = TextureDescriptor<Option<&'a str>>;
Expand description

Describes a Texture.

For use with Device::create_texture.

Corresponds to WebGPU GPUTextureDescriptor.