diff options
| -rw-r--r-- | opengl-bindings/src/buffer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl-bindings/src/buffer.rs b/opengl-bindings/src/buffer.rs index 7d79d10..6fb3c2f 100644 --- a/opengl-bindings/src/buffer.rs +++ b/opengl-bindings/src/buffer.rs @@ -217,7 +217,7 @@ impl<Item: ReprC> Buffer<Item> } /// Buffer usage. -#[derive(Debug)] +#[derive(Debug, Clone, Copy)] pub enum Usage { /// The buffer data is set only once and used by the GPU at most a few times. |
