1
0
Fork 0
forked from wry/wry

metal: fix presentation-feedback parameters

This commit is contained in:
Julian Orth 2024-09-13 16:42:35 +02:00
parent a7408555be
commit 7786b55971
3 changed files with 22 additions and 4 deletions

View file

@ -22,7 +22,6 @@ pub const KIND_VSYNC: u32 = 0x1;
#[expect(dead_code)]
pub const KIND_HW_CLOCK: u32 = 0x2;
pub const KIND_HW_COMPLETION: u32 = 0x4;
#[expect(dead_code)]
pub const KIND_ZERO_COPY: u32 = 0x8;
impl WpPresentationFeedback {