Fix a typo in YuvConveter RGB shader code.

TBR=magjed@webrtc.org

Bug: None
Change-Id: Ia2594f6191510cb971f435ca9c27418cce929617
Reviewed-on: https://webrtc-review.googlesource.com/12920
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Commit-Queue: Sami Kalliomäki <sakal@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20332}
This commit is contained in:
Sami Kalliomäki
2017-10-18 09:16:22 +02:00
committed by Commit Bot
parent 157e76f8a1
commit 033ea5f771

View File

@ -85,7 +85,7 @@ public class YuvConverter {
"precision mediump float;\n"
+ "varying vec2 interp_tc;\n"
+ "\n"
+ "uniform sample2D tex;\n"
+ "uniform sampler2D tex;\n"
// Difference in texture coordinate corresponding to one
// sub-pixel in the x direction.
+ "uniform vec2 xUnit;\n"