servo/webrender

Override shader path by default for examples and wrench

Open

#1,295 opened on May 25, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (319 forks)github user discovery
help wanted

Repository metrics

Stars
 (3,355 stars)
PR merge metrics
 (PR metrics pending)

Description

Examples and wrench main use case is assisting developers, which built WR locally in the first place. I suggest us having these binary to use local shaders by default, so that we can iterate quickly without putting the command line every time. Perhaps, even have a compile feature to include shaders in the build that is only used by Servo/Gecko? We could write the shader path by the build.rs somewhere, then read in the examples/wrench.

Contributor guide