Try using sampler2DRect
instead. This is required on Windows and OS X, so perhaps also on Android. Movies often use a GL_TEXTURE_RECTANGLE
target that uses absolute texture coordinates instead of normalized ones.
Try using sampler2DRect
instead. This is required on Windows and OS X, so perhaps also on Android. Movies often use a GL_TEXTURE_RECTANGLE
target that uses absolute texture coordinates instead of normalized ones.