mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Merge #827
827: Make RenderBundleEncoder derive Debug r=kvark a=Andful **Connections** This pull request originated from https://github.com/gfx-rs/wgpu-rs/pull/466. This change is needed to make public types in `wgpu-rs` derive debug. **Description** Make RenderBundleEncoder derive Debug. **Testing** Co-authored-by: Andrea Nardi <buongiorno19972@gmail.com>
This commit is contained in:
@@ -54,6 +54,7 @@ use arrayvec::ArrayVec;
|
||||
use std::{borrow::Borrow, iter, marker::PhantomData, ops::Range};
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[cfg_attr(feature = "serial-pass", derive(serde::Deserialize, serde::Serialize))]
|
||||
pub struct RenderBundleEncoder {
|
||||
base: BasePass<RenderCommand>,
|
||||
|
||||
Reference in New Issue
Block a user