maplibre / maplibre-rs

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

Automatically choose texture format based on adapter #224

Closed maxammann closed 1 year ago

maxammann commented 1 year ago

Instead of choosing the adapter based on the surface (with a set texture format) we choose the texture format based on the available adapters.

I'm not 100% if it is good to do it this way. We do no longer have control over the texture format.

fixes #193

maxammann commented 1 year ago

@nyurik thanks for the reviews! :)