From d1c0a64e6a60b5c6f288c5d152e4f35fb587d988 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 13:32:06 -0300 Subject: Add XML documentation to Ryujinx.Graphics.Gpu.State --- Ryujinx.Graphics.Gpu/State/BlendStateCommon.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Ryujinx.Graphics.Gpu/State/BlendStateCommon.cs') diff --git a/Ryujinx.Graphics.Gpu/State/BlendStateCommon.cs b/Ryujinx.Graphics.Gpu/State/BlendStateCommon.cs index 16584531..a11cd5b1 100644 --- a/Ryujinx.Graphics.Gpu/State/BlendStateCommon.cs +++ b/Ryujinx.Graphics.Gpu/State/BlendStateCommon.cs @@ -2,6 +2,9 @@ using Ryujinx.Graphics.GAL; namespace Ryujinx.Graphics.Gpu.State { + /// + /// Color buffer blending parameters, shared by all color buffers. + /// struct BlendStateCommon { public Boolean32 SeparateAlpha; -- cgit v1.2.3