mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:40:46 -07:00
Add XML documentation to Ryujinx.Graphics.Gpu.State
This commit is contained in:
@ -2,6 +2,9 @@ using Ryujinx.Graphics.GAL;
|
||||
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// Color buffer blending parameters, shared by all color buffers.
|
||||
/// </summary>
|
||||
struct BlendStateCommon
|
||||
{
|
||||
public Boolean32 SeparateAlpha;
|
||||
|
Reference in New Issue
Block a user