Skip to content

Commit 1702890

Browse files
authored
Update image.rs
Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
1 parent 8468e81 commit 1702890

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webrender_api/src/image.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ pub enum ImageFormat {
171171
RGBAI32 = 7,
172172
/// Four channels, byte storage.
173173
RGBA8 = 8,
174+
175+
/// Four channels, float16 storage.
176+
RGBAF16 = 9,
174177
}
175178

176179
impl ImageFormat {

0 commit comments

Comments
 (0)