Merge pull request #3281 from jroweboy/texcache-pt2
Texture Cache Rework
This commit is contained in:
commit
4befbddc34
24 changed files with 2038 additions and 1107 deletions
|
@ -29,7 +29,7 @@ struct Rectangle {
|
|||
T right;
|
||||
T bottom;
|
||||
|
||||
Rectangle() {}
|
||||
Rectangle() = default;
|
||||
|
||||
Rectangle(T left, T top, T right, T bottom)
|
||||
: left(left), top(top), right(right), bottom(bottom) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue