summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_rasterizer.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-02-25 01:02:32 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-04-13 06:30:34 +0200
commit76615b9f34efe72dd8f5dcae0d192aa4dc29e970 (patch)
tree0ce8326404380a1eeb257d4c24ca2dcc0ac9f0ad /src/video_core/renderer_opengl/gl_rasterizer.h
parentMerge pull request #3606 from ReinUsesLisp/nvflinger (diff)
downloadyuzu-76615b9f34efe72dd8f5dcae0d192aa4dc29e970.tar
yuzu-76615b9f34efe72dd8f5dcae0d192aa4dc29e970.tar.gz
yuzu-76615b9f34efe72dd8f5dcae0d192aa4dc29e970.tar.bz2
yuzu-76615b9f34efe72dd8f5dcae0d192aa4dc29e970.tar.lz
yuzu-76615b9f34efe72dd8f5dcae0d192aa4dc29e970.tar.xz
yuzu-76615b9f34efe72dd8f5dcae0d192aa4dc29e970.tar.zst
yuzu-76615b9f34efe72dd8f5dcae0d192aa4dc29e970.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_opengl/gl_rasterizer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer.h b/src/video_core/renderer_opengl/gl_rasterizer.h
index 212dad852..435da4425 100644
--- a/src/video_core/renderer_opengl/gl_rasterizer.h
+++ b/src/video_core/renderer_opengl/gl_rasterizer.h
@@ -171,6 +171,9 @@ private:
/// Syncs the point state to match the guest state
void SyncPointState();
+ /// Syncs the line state to match the guest state
+ void SyncLineState();
+
/// Syncs the rasterizer enable state to match the guest state
void SyncRasterizeEnable();