mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 01:47:11 +02:00
Add XML documentation to Ryujinx.Graphics.Gpu.State
This commit is contained in:
parent
ea89d415bb
commit
e1175c9453
47 changed files with 419 additions and 125 deletions
|
@ -2,6 +2,9 @@ using Ryujinx.Graphics.GAL;
|
|||
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// Stencil front test state and masks.
|
||||
/// </summary>
|
||||
struct StencilTestState
|
||||
{
|
||||
public Boolean32 Enable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue