mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
77a486caf2
On GLES2 there's no builtin mechanism to replace texture coordinates with point sprite coordinates so calling glEnable(GL_POINT_SPRITE) isn't valid. Instead the point sprite coords are implemented by using a special builtin varying variable in GLSL.