mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-28 15:15:37 +00:00
10 lines
132 B
C#
10 lines
132 B
C#
|
namespace OpenTK.Platform.MacOS
|
|||
|
{
|
|||
|
enum NSBackingStore
|
|||
|
{
|
|||
|
Retained,
|
|||
|
Nonretained,
|
|||
|
Buffered,
|
|||
|
}
|
|||
|
}
|