ColorF.cs 126 B

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