1
0
Fork 0
forked from wry/wry

vulkan: optimize blend-buffer usage

This commit is contained in:
Julian Orth 2025-02-23 18:40:21 +01:00
parent cb9da22ec2
commit 292f181615
4 changed files with 362 additions and 236 deletions

View file

@ -163,7 +163,6 @@ impl Rect {
Self::new_sized(self.raw.x1, self.raw.y1, width, height)
}
#[expect(dead_code)]
pub fn with_tag(&self, tag: u32) -> Rect<u32> {
Rect {
raw: RectRaw {
@ -337,7 +336,6 @@ where
)
}
#[expect(dead_code)]
pub fn tag(&self) -> T {
self.raw.tag
}