aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Vic/SurfacePixelFormat.cs
blob: ee56ac05355b0e64b67121ca12376415e2eb6417 (plain) (blame)
1
2
3
4
5
6
7
8
namespace Ryujinx.Graphics.Vic
{
    enum SurfacePixelFormat
    {
        RGBA8   = 0x1f,
        YUV420P = 0x44
    }
}