Enable clipping and disable v-sync for now

This commit is contained in:
Héctor Ramón Jiménez 2024-04-05 01:24:34 +02:00
parent 394e599c3a
commit 4a356cfc16
No known key found for this signature in database
GPG key ID: 4C07CEC81AFA161F
3 changed files with 17 additions and 17 deletions

View file

@ -230,6 +230,7 @@ impl Pipeline {
*transformation = new_transformation;
*target_size = new_target_size;
*needs_reupload = false;
}
}
}