mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 02:55:41 +00:00
Fixed a transpile issue with a hack used by some preset authors to set a texture sampler to a different filter/wrap mode, removing the "sampler_state" block entirely now as there's no GLSL equivalent (samplers are solely configured on the application side). Also consolidated a few vertex types into RenderItem and fixed a few old-school effects like DarkenCenter.