Browse Source

fix: Uniform not non-exhaustive

pull/43/head
Natasha England-Elbro 11 months ago
parent
commit
b312575664
No known key found for this signature in database
GPG Key ID: 46F323AE9236FD6A
  1. 1
      citro3d/src/uniform.rs

1
citro3d/src/uniform.rs

@ -23,6 +23,7 @@ impl From<Index> for i32 { @@ -23,6 +23,7 @@ impl From<Index> 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),

Loading…
Cancel
Save