1876b346 ^
d1c0a64e ^
44d7fcff ^
644de99e ^
1 2
3
4
5
6
7
8 9 10
11 12
namespace Ryujinx.Graphics.Gpu.State { /// <summary> /// GPU semaphore operation. /// </summary> enum SemaphoreOperation { Release = 0, Acquire = 1, Counter = 2 } }