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

[WIP] Initial implementation of runtime switching for push constants #292

Closed mmatyas closed 5 years ago

mmatyas commented 5 years ago

Continuing #282 and #291, this patch adds support for enabling/disabling push constants at initialization time. At the moment it's still work in progress, and tends to cause validation errors when run.

mmatyas commented 5 years ago

Rebased to #291.