ColorF.cs
1 namespace Ryujinx.Graphics.GAL 2 { 3 public readonly record struct ColorF(float Red, float Green, float Blue, float Alpha); 4 }
1 namespace Ryujinx.Graphics.GAL 2 { 3 public readonly record struct ColorF(float Red, float Green, float Blue, float Alpha); 4 }