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