mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 09:27:10 +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
|
@ -1,5 +1,8 @@
|
|||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// Render target color buffer state.
|
||||
/// </summary>
|
||||
struct RtColorState
|
||||
{
|
||||
public GpuVa Address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue