Function nannou_wgpu::texture_descriptor_eq
source · pub fn texture_descriptor_eq(
a: &TextureDescriptor<'_>,
b: &TextureDescriptor<'_>
) -> bool
Expand description
Returns true
if the given texture descriptors are equal.