projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.39k stars 375 forks source link

Got the texture format wrong on a previous commit. Fixed to use the proper format. #632

Closed kblaschke closed 2 years ago

kblaschke commented 2 years ago

Also query the optimal internal format on desktop GL implementations and use a sensible default for GLES as it doesn't support the query target.