diff --git a/citro3d/src/uniform.rs b/citro3d/src/uniform.rs index aa886e2..b30ff70 100644 --- a/citro3d/src/uniform.rs +++ b/citro3d/src/uniform.rs @@ -23,6 +23,7 @@ impl From for i32 { } /// A uniform which may be bound as input to a shader program +#[non_exhaustive] pub enum Uniform { /// Single float uniform (`.fvec name`) Float(FVec4),