summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_util.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-21 10:18:27 +0200
committerLioncash <mathew1800@gmail.com>2018-08-22 12:14:47 +0200
commitdd35b4b18a69c02c3a22ba1a72504fbff69cfec0 (patch)
treedcae20ee477f4af3a66ffe9d0d5074f1f247a9f1 /src/video_core/renderer_opengl/gl_shader_util.h
parentMerge pull request #1136 from tech4me/master (diff)
downloadyuzu-dd35b4b18a69c02c3a22ba1a72504fbff69cfec0.tar
yuzu-dd35b4b18a69c02c3a22ba1a72504fbff69cfec0.tar.gz
yuzu-dd35b4b18a69c02c3a22ba1a72504fbff69cfec0.tar.bz2
yuzu-dd35b4b18a69c02c3a22ba1a72504fbff69cfec0.tar.lz
yuzu-dd35b4b18a69c02c3a22ba1a72504fbff69cfec0.tar.xz
yuzu-dd35b4b18a69c02c3a22ba1a72504fbff69cfec0.tar.zst
yuzu-dd35b4b18a69c02c3a22ba1a72504fbff69cfec0.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_shader_util.h')
-rw-r--r--src/video_core/renderer_opengl/gl_shader_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_util.h b/src/video_core/renderer_opengl/gl_shader_util.h
index 0e4d782e2..285594f50 100644
--- a/src/video_core/renderer_opengl/gl_shader_util.h
+++ b/src/video_core/renderer_opengl/gl_shader_util.h
@@ -10,7 +10,7 @@
#include "common/assert.h"
#include "common/logging/log.h"
-namespace GLShader {
+namespace OpenGL::GLShader {
/**
* Utility function to log the source code of a list of shaders.
@@ -89,4 +89,4 @@ GLuint LoadProgram(bool separable_program, T... shaders) {
return program_id;
}
-} // namespace GLShader
+} // namespace OpenGL::GLShader