aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vic/Types/SlotStruct.cs
blob: 96c6cce56675dd62a4e46a34f63caa4c8dbf2616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
namespace Ryujinx.Graphics.Vic.Types
{
    struct SlotStruct
    {
        public SlotConfig SlotConfig;
        public SlotSurfaceConfig SlotSurfaceConfig;
        public LumaKeyStruct LumaKeyStruct;
        public MatrixStruct ColorMatrixStruct;
        public MatrixStruct GamutMatrixStruct;
        public BlendingSlotStruct BlendingSlotStruct;
    }
}