mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-10 12:49:13 +00:00
9 lines
117 B
C#
9 lines
117 B
C#
|
namespace Ryujinx.Graphics.GAL
|
||
|
{
|
||
|
public enum BufferAccess
|
||
|
{
|
||
|
Default,
|
||
|
FlushPersistent
|
||
|
}
|
||
|
}
|