namespace Ryujinx.Graphics.GAL
{
    public enum BufferAccess
    {
        Default,
        FlushPersistent,
        Stream
    }
}