mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[rs] Merge #330
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user