WGPU::TextureUsage
Inherits Enum / Comparable / Value / Object
Constants
None = 0_u32
CopySrc = 1_u32
CopyDst = 2_u32
Sampled = 4_u32
Storage = 8_u32
OutputAttachment = 16_u32
DEPRECATED: Since wgpu-native 0.7, use TextureUsage::RenderAttachment.
RenderAttachment = 16_u32
Force32 = 2147483647_u32