aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_state.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-03-26 21:41:47 -0500
committerJames Rowe <jroweboy@gmail.com>2018-04-06 20:40:24 -0600
commit0171ec606bd9d6d66f7c566838aebf525d8e6dee (patch)
tree36d59193cbf73166ec7dcbe6af0116d33ba8f2d4 /src/video_core/renderer_opengl/gl_state.h
parentf73a280eebbd729f70b6e3b807440f1b6ea3340a (diff)
GL: Rename PicaTexture to MaxwellTexture.
Diffstat (limited to 'src/video_core/renderer_opengl/gl_state.h')
-rw-r--r--src/video_core/renderer_opengl/gl_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_state.h b/src/video_core/renderer_opengl/gl_state.h
index c1f4efc8c..b18af14bb 100644
--- a/src/video_core/renderer_opengl/gl_state.h
+++ b/src/video_core/renderer_opengl/gl_state.h
@@ -16,7 +16,7 @@ struct TextureUnit {
}
};
-constexpr TextureUnit PicaTexture(int unit) {
+constexpr TextureUnit MaxwellTexture(int unit) {
return TextureUnit{unit};
}