Type Definition wgpu::TextureDescriptor
source · [−]pub type TextureDescriptor<'a> = TextureDescriptor<Label<'a>>;
Expand description
Describes a Texture
.
For use with Device::create_texture
.
Corresponds to WebGPU GPUTextureDescriptor
.