szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Load rendy-memory configuration from a file #316

Closed zakorgy closed 4 years ago

zakorgy commented 4 years ago

This will help us fine tuning rendy-memory's HeapsConfig in Gecko/Servo without always recompile WR with the new limits.


This change is Reviewable

zakorgy commented 4 years ago

Added the deserialization to the boilerplate as well.