SlotStruct.cs 360 B

123456789101112
  1. namespace Ryujinx.Graphics.Vic.Types
  2. {
  3. struct SlotStruct
  4. {
  5. public SlotConfig SlotConfig;
  6. public SlotSurfaceConfig SlotSurfaceConfig;
  7. public LumaKeyStruct LumaKeyStruct;
  8. public MatrixStruct ColorMatrixStruct;
  9. public MatrixStruct GamutMatrixStruct;
  10. public BlendingSlotStruct BlendingSlotStruct;
  11. }
  12. }