diff options
| author | Subv <subv2112@gmail.com> | 2018-03-26 21:41:47 -0500 |
|---|---|---|
| committer | James Rowe <jroweboy@gmail.com> | 2018-04-06 20:40:24 -0600 |
| commit | 0171ec606bd9d6d66f7c566838aebf525d8e6dee (patch) | |
| tree | 36d59193cbf73166ec7dcbe6af0116d33ba8f2d4 /src/video_core/renderer_opengl/gl_state.h | |
| parent | f73a280eebbd729f70b6e3b807440f1b6ea3340a (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.h | 2 |
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}; } |
