aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_state.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-16 07:00:03 -0800
committerGitHub <noreply@github.com>2018-11-16 07:00:03 -0800
commit0b701751da5f1114a79078b536d57a4e5eb0321f (patch)
tree3188c4547d7316c5f78bd6ce18fc0190f2353ee3 /src/video_core/renderer_opengl/gl_state.h
parent238bc4a077e66409cd9a0d4884f0dd9b25a992a8 (diff)
parent9a0fb7d9fbe5bf855155b62030e589d503372303 (diff)
Merge pull request #1676 from lioncash/warn
gl_state: Amend compilation warnings
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 eacca0b9c..e5d1baae6 100644
--- a/src/video_core/renderer_opengl/gl_state.h
+++ b/src/video_core/renderer_opengl/gl_state.h
@@ -208,7 +208,7 @@ private:
void ApplyPrimitiveRestart() const;
void ApplyStencilTest() const;
void ApplyViewport() const;
- void ApplyTargetBlending(int target, bool force) const;
+ void ApplyTargetBlending(std::size_t target, bool force) const;
void ApplyGlobalBlending() const;
void ApplyBlending() const;
void ApplyLogicOp() const;