Skip to content

Commit

Permalink
Update image.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Samson <[email protected]>
  • Loading branch information
sagudev authored Sep 24, 2024
1 parent 8468e81 commit 1702890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webrender_api/src/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ pub enum ImageFormat {
RGBAI32 = 7,
/// Four channels, byte storage.
RGBA8 = 8,

/// Four channels, float16 storage.
RGBAF16 = 9,
}

impl ImageFormat {
Expand Down

0 comments on commit 1702890

Please sign in to comment.