Write docs for iced_wgpu
This commit is contained in:
parent
fa227255b0
commit
6a0e442ad6
7 changed files with 74 additions and 16 deletions
|
|
@ -3,6 +3,7 @@ use iced_native::Rectangle;
|
|||
|
||||
use std::mem;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Pipeline {
|
||||
pipeline: wgpu::RenderPipeline,
|
||||
constants: wgpu::BindGroup,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue