summaryrefslogtreecommitdiffstats
path: root/wgpu/src/text.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-05 01:24:34 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-04-05 01:24:34 +0200
commit4a356cfc16f3b45d64826732009d9feeac016b28 (patch)
tree6d562490507cd33c9f0660654716d848f2d7349d /wgpu/src/text.rs
parent394e599c3a096b036aabdd6f850c4a7c518d44fa (diff)
downloadiced-4a356cfc16f3b45d64826732009d9feeac016b28.tar.gz
iced-4a356cfc16f3b45d64826732009d9feeac016b28.tar.bz2
iced-4a356cfc16f3b45d64826732009d9feeac016b28.zip
Enable clipping and disable v-sync for now
Diffstat (limited to 'wgpu/src/text.rs')
-rw-r--r--wgpu/src/text.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/wgpu/src/text.rs b/wgpu/src/text.rs
index e0a5355c..a7695b74 100644
--- a/wgpu/src/text.rs
+++ b/wgpu/src/text.rs
@@ -230,6 +230,7 @@ impl Pipeline {
*transformation = new_transformation;
*target_size = new_target_size;
+ *needs_reupload = false;
}
}
}