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 {
|
||||
//#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
|
||||
color: u32,
|
||||
len: usize,
|
||||
},
|
||||
|
||||
@ -103,13 +103,11 @@ pub enum RenderCommand<R: ReferenceType> {
|
||||
family: DrawCommandFamily,
|
||||
},
|
||||
PushDebugGroup {
|
||||
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
|
||||
color: u32,
|
||||
len: usize,
|
||||
},
|
||||
PopDebugGroup,
|
||||
InsertDebugMarker {
|
||||
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
|
||||
color: u32,
|
||||
len: usize,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user