mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Remove stale attributes
This commit is contained in:
parent
a60e71c765
commit
c501ef68df
@ -40,7 +40,6 @@ pub enum ComputeCommand<R: ReferenceType> {
|
|||||||
},
|
},
|
||||||
|
|
||||||
PushDebugGroup {
|
PushDebugGroup {
|
||||||
//#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
|
|
||||||
color: u32,
|
color: u32,
|
||||||
len: usize,
|
len: usize,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -103,13 +103,11 @@ pub enum RenderCommand<R: ReferenceType> {
|
|||||||
family: DrawCommandFamily,
|
family: DrawCommandFamily,
|
||||||
},
|
},
|
||||||
PushDebugGroup {
|
PushDebugGroup {
|
||||||
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
|
|
||||||
color: u32,
|
color: u32,
|
||||||
len: usize,
|
len: usize,
|
||||||
},
|
},
|
||||||
PopDebugGroup,
|
PopDebugGroup,
|
||||||
InsertDebugMarker {
|
InsertDebugMarker {
|
||||||
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
|
|
||||||
color: u32,
|
color: u32,
|
||||||
len: usize,
|
len: usize,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user