summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index b19f6e099d..5b50cdd3f2 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -53,8 +53,7 @@ struct scaler {
double scale_factor;
bool initialized;
struct filter_kernel *kernel;
- GLuint gl_lut;
- GLenum gl_target;
+ struct ra_tex *lut;
struct fbotex sep_fbo;
bool insufficient;
int lut_size;