render: do basic yes/no damage tracking

This commit is contained in:
Isaac Freund
2021-05-23 17:10:26 +02:00
parent 3390f223a8
commit 13f01bcb4b
11 changed files with 233 additions and 54 deletions

View File

@ -404,6 +404,8 @@ fn commitTransaction(self: *Self) void {
}
if (view_tags_changed) output.sendViewTags();
output.damage.addWhole();
}
}