mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +00:00
10 lines
185 B
C#
10 lines
185 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
struct ClearColors
|
|
{
|
|
public float Red;
|
|
public float Green;
|
|
public float Blue;
|
|
public float Alpha;
|
|
}
|
|
}
|