Skip to content

Commit

Permalink
Fix build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
toqueteos committed Feb 5, 2015
1 parent 0250c33 commit 5adf3cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ impl Clone for Vertex {
}
}

#[derive(Copy)]
pub struct Buffer {
buf: gfx::BufferHandle<Vertex>,
batch: gfx::batch::RefBatch<ShaderParam>,
Expand Down

0 comments on commit 5adf3cf

Please sign in to comment.