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

Add headless mode to gfx-hal backend #272

Closed imiklos closed 5 years ago

imiklos commented 5 years ago

Build as usual. To run wrench in headless mode, add --headless argument. Eg.: cargo run --features=vulkan -- --headless reftest

imiklos commented 5 years ago

@mmatyas @zakorgy @kvark Thank you for the reviews! I have updated the PR with the changes you mentioned.