bjin / mpv-prescalers

prescalers for mpv, as user shaders
GNU Lesser General Public License v3.0
355 stars 34 forks source link

What's the difference between "gather" and "compute"? #16

Closed JulianLai closed 7 years ago

bjin commented 7 years ago

They use different OpenGL features, and should be same except for performance. "compute" version is faster, and requires OpenGL 4.3. "gather" requires OpenGL 4.0.