mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[msl-out] make EntryPointError cloneable
This commit is contained in:
committed by
Dzmitry Malyshau
parent
c41f050312
commit
fc7b79ddff
@@ -76,9 +76,9 @@ pub enum Error {
|
||||
Validation,
|
||||
}
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
#[derive(Clone, Debug, PartialEq, thiserror::Error)]
|
||||
pub enum EntryPointError {
|
||||
#[error("bind source for {0:?} is missing from the map")]
|
||||
#[error("mapping of {0:?} is missing")]
|
||||
MissingBinding(BindSource),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user