pub fn texture_descriptor_eq(
    a: &TextureDescriptor<Option<&str>, &[TextureFormat]>,
    b: &TextureDescriptor<Option<&str>, &[TextureFormat]>
) -> bool
Expand description

Returns true if the given texture descriptors are equal.