Function nannou::wgpu::extent_3d_eq

source ·
pub fn extent_3d_eq(a: &Extent3d, b: &Extent3d) -> bool
Expand description

Returns true if the given wgpu::Extent3ds are equal.