maplibre / maplibre-rs

Experimental Maps for Web, Mobile and Desktop
Apache License 2.0
1.34k stars 77 forks source link

Move shaders to plugins #256

Open maxammann opened 1 year ago

maxammann commented 1 year ago

The shaders are currently in the main render module.

💁 Possible Solution

We should move them to the corresponding plugins. Alternatively keep some reusable shaders in the render module.