diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-06-25 20:11:54 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 20:11:54 -0300 |
| commit | fefd4619a5347b4ef86314a4e17e1d6e63ced297 (patch) | |
| tree | 52561237c2c4abf60f9e6918f26d396552c42168 /Ryujinx.Graphics.GAL/IPipeline.cs | |
| parent | 493648df312b7501b0560a3c94b2deffab2e99cf (diff) | |
Add support for custom line widths (#2406)
Diffstat (limited to 'Ryujinx.Graphics.GAL/IPipeline.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/IPipeline.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.GAL/IPipeline.cs b/Ryujinx.Graphics.GAL/IPipeline.cs index bb3a8dca..760ad2ed 100644 --- a/Ryujinx.Graphics.GAL/IPipeline.cs +++ b/Ryujinx.Graphics.GAL/IPipeline.cs @@ -52,6 +52,7 @@ namespace Ryujinx.Graphics.GAL void SetLogicOpState(bool enable, LogicalOp op); + void SetLineParameters(float width, bool smooth); void SetPointParameters(float size, bool isProgramPointSize, bool enablePointSprite, Origin origin); void SetPrimitiveRestart(bool enable, int index); |
