1
0
Fork 0
forked from wry/wry

vulkan: apply color space transforms to colors

This commit is contained in:
Julian Orth 2025-03-01 15:58:02 +01:00
parent b5044d7fe7
commit c4d0fdd4bb
4 changed files with 73 additions and 13 deletions

View file

@ -196,7 +196,6 @@ pub struct FillRect {
pub rect: FramebufferRect,
pub color: Color,
pub alpha: Option<f32>,
#[expect(dead_code)]
pub cd: Rc<LinearColorDescription>,
}