diff options
| author | HampusM <hampus@hampusmat.com> | 2026-03-29 21:18:28 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-03-29 21:18:28 +0200 |
| commit | d5bc9ef9070cc9c8feb72823ca9b0e0539a81f2b (patch) | |
| tree | 62934342298774364a7039c82204ca043ba8626c | |
| parent | 4711f786ff4de41aad9007b2430b65bb1cdd08ac (diff) | |
| -rw-r--r-- | opengl-bindings/src/misc.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl-bindings/src/misc.rs b/opengl-bindings/src/misc.rs index 5dc5fed..2acc4bb 100644 --- a/opengl-bindings/src/misc.rs +++ b/opengl-bindings/src/misc.rs @@ -124,8 +124,9 @@ bitflags! { } } -#[derive(Debug)] +#[derive(Debug, Clone, Copy)] #[repr(u32)] +#[non_exhaustive] pub enum Capability { DepthTest = crate::sys::DEPTH_TEST, |
