Add XML documentation to Ryujinx.Graphics.Gpu.State
This commit is contained in:
parent
430faeb8ef
commit
d1c0a64e6a
47 changed files with 419 additions and 125 deletions
|
@ -2,6 +2,9 @@ using Ryujinx.Graphics.GAL;
|
|||
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// Face culling and orientation parameters.
|
||||
/// </summary>
|
||||
struct FaceState
|
||||
{
|
||||
public Boolean32 CullEnable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue