330: Add equality derives to `BindGroupLayoutEntry` r=kvark a=Kimundi



Co-authored-by: Marvin Löbel <loebel.marvin@gmail.com>
This commit is contained in:
bors[bot]
2020-05-29 21:03:01 +00:00
committed by GitHub

View File

@@ -677,7 +677,7 @@ pub enum BindingType {
}
/// A description of a single binding inside a bind group.
#[derive(Clone, Debug, Hash)]
#[derive(Clone, Debug, Hash, PartialEq, Eq)]
pub struct BindGroupLayoutEntry {
pub binding: u32,
pub visibility: ShaderStage,