vulkan: optimize blend-buffer usage
This commit is contained in:
parent
cb9da22ec2
commit
292f181615
4 changed files with 362 additions and 236 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue