summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_state.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-01-18 23:09:48 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-01-18 23:10:34 +0100
commitd110a371bb8c6f6416f82eabb8a5b54308291abb (patch)
tree0eb0656b616840d9cf55b7d35e991035135afd6a /src/video_core/renderer_opengl/gl_state.h
parentMerge pull request #3298 from Simek/missing_hotkeys (diff)
downloadyuzu-d110a371bb8c6f6416f82eabb8a5b54308291abb.tar
yuzu-d110a371bb8c6f6416f82eabb8a5b54308291abb.tar.gz
yuzu-d110a371bb8c6f6416f82eabb8a5b54308291abb.tar.bz2
yuzu-d110a371bb8c6f6416f82eabb8a5b54308291abb.tar.lz
yuzu-d110a371bb8c6f6416f82eabb8a5b54308291abb.tar.xz
yuzu-d110a371bb8c6f6416f82eabb8a5b54308291abb.tar.zst
yuzu-d110a371bb8c6f6416f82eabb8a5b54308291abb.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_state.h')
-rw-r--r--src/video_core/renderer_opengl/gl_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/renderer_opengl/gl_state.h b/src/video_core/renderer_opengl/gl_state.h
index 71d418776..678e5cd89 100644
--- a/src/video_core/renderer_opengl/gl_state.h
+++ b/src/video_core/renderer_opengl/gl_state.h
@@ -131,8 +131,8 @@ public:
std::array<Viewport, Tegra::Engines::Maxwell3D::Regs::NumViewports> viewports;
struct {
- GLboolean program_control = GL_FALSE; // GL_PROGRAM_POINT_SIZE
- GLfloat size = 1.0f; // GL_POINT_SIZE
+ bool program_control = false; // GL_PROGRAM_POINT_SIZE
+ GLfloat size = 1.0f; // GL_POINT_SIZE
} point;
struct {