summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_util.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-04-17 05:47:04 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-04-17 05:47:04 +0200
commit40e28f62170b0031e9430a9ae6045e4852aa40cc (patch)
tree4811c51642b3776cb9e3e6afacc8340c7d0721f4 /src/video_core/renderer_opengl/gl_shader_util.h
parentMerge pull request #2659 from MerryMage/dsp_dsp-correction (diff)
downloadyuzu-40e28f62170b0031e9430a9ae6045e4852aa40cc.tar
yuzu-40e28f62170b0031e9430a9ae6045e4852aa40cc.tar.gz
yuzu-40e28f62170b0031e9430a9ae6045e4852aa40cc.tar.bz2
yuzu-40e28f62170b0031e9430a9ae6045e4852aa40cc.tar.lz
yuzu-40e28f62170b0031e9430a9ae6045e4852aa40cc.tar.xz
yuzu-40e28f62170b0031e9430a9ae6045e4852aa40cc.tar.zst
yuzu-40e28f62170b0031e9430a9ae6045e4852aa40cc.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_shader_util.h')
-rw-r--r--src/video_core/renderer_opengl/gl_shader_util.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_util.h b/src/video_core/renderer_opengl/gl_shader_util.h
index f59912f79..c66e8acd3 100644
--- a/src/video_core/renderer_opengl/gl_shader_util.h
+++ b/src/video_core/renderer_opengl/gl_shader_util.h
@@ -8,17 +8,6 @@
namespace GLShader {
-enum Attributes {
- ATTRIBUTE_POSITION,
- ATTRIBUTE_COLOR,
- ATTRIBUTE_TEXCOORD0,
- ATTRIBUTE_TEXCOORD1,
- ATTRIBUTE_TEXCOORD2,
- ATTRIBUTE_TEXCOORD0_W,
- ATTRIBUTE_NORMQUAT,
- ATTRIBUTE_VIEW,
-};
-
/**
* Utility function to create and compile an OpenGL GLSL shader program (vertex + fragment shader)
* @param vertex_shader String of the GLSL vertex shader program