namespace Ryujinx.Graphics.Gpu.State { /// /// GPU semaphore operation. /// enum SemaphoreOperation { Release = 0, Acquire = 1, Counter = 2 } }