diff options
Diffstat (limited to 'src/osd/modules/opengl/gl_shader_mgr.h')
-rw-r--r-- | src/osd/modules/opengl/gl_shader_mgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/opengl/gl_shader_mgr.h b/src/osd/modules/opengl/gl_shader_mgr.h index b232243f636..f95ec8c2244 100644 --- a/src/osd/modules/opengl/gl_shader_mgr.h +++ b/src/osd/modules/opengl/gl_shader_mgr.h @@ -11,6 +11,7 @@ enum GLSL_SHADER_FEATURE { GLSL_SHADER_FEAT_PLAIN, GLSL_SHADER_FEAT_BILINEAR, + GLSL_SHADER_FEAT_BICUBIC, GLSL_SHADER_FEAT_INT_NUMBER, GLSL_SHADER_FEAT_CUSTOM = GLSL_SHADER_FEAT_INT_NUMBER, GLSL_SHADER_FEAT_MAX_NUMBER |