1
0
Fork 0
forked from wry/wry

all: implement output transforms

This commit is contained in:
Julian Orth 2024-02-27 23:32:40 +01:00
parent 79df8d69f4
commit b7d2964e19
20 changed files with 254 additions and 71 deletions

View file

@ -524,7 +524,7 @@ impl GfxFramebuffer for VulkanImage {
self.render_ops.take()
}
fn size(&self) -> (i32, i32) {
fn physical_size(&self) -> (i32, i32) {
(self.width as _, self.height as _)
}