From 915d73f3b8871fc31b9b6571d645ced6f766bc43 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Wed, 25 Dec 2019 20:13:43 -0300 Subject: gl_state: Remove blend color tracking --- src/video_core/renderer_opengl/gl_state.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/video_core/renderer_opengl/gl_state.h') diff --git a/src/video_core/renderer_opengl/gl_state.h b/src/video_core/renderer_opengl/gl_state.h index 71a2cad2e..b06a88f01 100644 --- a/src/video_core/renderer_opengl/gl_state.h +++ b/src/video_core/renderer_opengl/gl_state.h @@ -81,13 +81,6 @@ public: bool enabled = false; } independant_blend; - struct { - GLclampf red = 0.0f; - GLclampf green = 0.0f; - GLclampf blue = 0.0f; - GLclampf alpha = 0.0f; - } blend_color; // GL_BLEND_COLOR - struct { bool enabled = false; // GL_LOGIC_OP_MODE GLenum operation = GL_COPY; -- cgit v1.2.3