Skip to content

Commit

Permalink
[rs] Merge gfx-rs#466
Browse files Browse the repository at this point in the history
466: add debug trait for public types r=kvark a=Andful

This pull request is to resolve the issue gfx-rs#458.
This pull request is still incomplete. The only problematic trait is `RenderBundleEncoder`.
For the native version, `RenderBundleEncoder` does not implement `Debug`. This would have to be implemented in the wgpu project.
 FYI, Context does not need to implement `Debug`. The type that implements `Context` is used directly, i.e. `Arc<C>` is used and not `Arc<dyn Context>`


Co-authored-by: Andrea Nardi <[email protected]>
  • Loading branch information
bors[bot] and Andful authored Jul 22, 2020
2 parents 98fbdb4 + fb48ff5 commit 3e8ab74
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 115 deletions.
Loading

0 comments on commit 3e8ab74

Please sign in to comment.