aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vic/Types/SlotStruct.cs
blob: b7726683e6b2ac8e04652ff6c98c0828aad484a3 (plain) (blame)
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;
    }
}