Skip to content

gl: try to use highp precision where supported

Matthew Waters requested to merge ystreet/gst-plugins-base:glsl-highp into master

The use of mediump as a specifier in GLSL shaders will have limited resolution and when used as texture coordinates may become inaccurate over texture sizes of 1024.

Merge request reports