Lephenixnoir 2020-02-27 11:20:40 +01:00
parent 81009e59c5
commit cb90a43bc9
1 changed files with 3 additions and 3 deletions

@ -248,14 +248,14 @@ x coordinate, then render. Rectangle masks are aligned on the same x-coordinate
as the VRAM so we don't have to shift them. In general, this will look like
this:
<- Preserved area -><------------- Rendered area ------------->
<--- Preserved area ---><----------- Rendered area ----------->
+----------- VRAM 1 ------------+----------- VRAM 2 ------------+
| ####################### # # # | # # # # # # # # # ########### |
+-------------------------------+-------------------------------+
| | |
| |
+----------- Mask 1 ------------+----------- Mask 2 ------------+
| ####### | ############################# |
| ###### | ############################# |
+-------------------------------+-------------------------------+
| |
+---------- Position -----------+