summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/paint_parameters.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-2/+2
|
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-0/+2
|
* [core] Introduce PaintParametersJohn Firebaugh2016-07-111-0/+12
Use it to DRY selection of regular vs. overdraw shaders and VAOs.