mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06: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