mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 17:37: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 back test state.
|
||||
/// </summary>
|
||||
struct StencilBackTestState
|
||||
{
|
||||
public Boolean32 TwoSided;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue