From f373f870f769ef65c435aa307dc3fa1be6dc6fae Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 1 Feb 2020 20:19:46 -0300 Subject: Support configurable point size (#916) --- Ryujinx.Graphics.GAL/IPipeline.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ryujinx.Graphics.GAL') diff --git a/Ryujinx.Graphics.GAL/IPipeline.cs b/Ryujinx.Graphics.GAL/IPipeline.cs index 41e35dd4..1a5f1cf0 100644 --- a/Ryujinx.Graphics.GAL/IPipeline.cs +++ b/Ryujinx.Graphics.GAL/IPipeline.cs @@ -42,6 +42,8 @@ namespace Ryujinx.Graphics.GAL void SetImage(int index, ShaderStage stage, ITexture texture); + void SetPointSize(float size); + void SetPrimitiveRestart(bool enable, int index); void SetPrimitiveTopology(PrimitiveTopology topology); -- cgit v1.2.3