summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_cache.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2018-10-10 15:45:22 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2018-10-22 21:07:31 +0200
commitbcb5b924fd10183fb8fdbbbbe3ba909f8b9fc346 (patch)
treec94b3071fca24eaf4eec9e09a6c8b0255fa89d7b /src/video_core/renderer_opengl/gl_shader_cache.h
parentAdded Alpha Func (diff)
downloadyuzu-bcb5b924fd10183fb8fdbbbbe3ba909f8b9fc346.tar
yuzu-bcb5b924fd10183fb8fdbbbbe3ba909f8b9fc346.tar.gz
yuzu-bcb5b924fd10183fb8fdbbbbe3ba909f8b9fc346.tar.bz2
yuzu-bcb5b924fd10183fb8fdbbbbe3ba909f8b9fc346.tar.lz
yuzu-bcb5b924fd10183fb8fdbbbbe3ba909f8b9fc346.tar.xz
yuzu-bcb5b924fd10183fb8fdbbbbe3ba909f8b9fc346.tar.zst
yuzu-bcb5b924fd10183fb8fdbbbbe3ba909f8b9fc346.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_opengl/gl_shader_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_cache.h b/src/video_core/renderer_opengl/gl_shader_cache.h
index 9333f423f..2eaa63804 100644
--- a/src/video_core/renderer_opengl/gl_shader_cache.h
+++ b/src/video_core/renderer_opengl/gl_shader_cache.h
@@ -73,7 +73,6 @@ public:
/// Gets the GL uniform location for the specified resource, caching as needed
GLint GetUniformLocation(const GLShader::SamplerEntry& sampler);
-
GLint GetAlphaTestingEnableLocation();
GLint GetAlphaTestingFuncLocation();
GLint GetAlphaTestingRefLocation();