namespace Ryujinx.Graphics.Gpu.State { /// /// Fence action operations. /// enum FenceActionOperation { Acquire = 0, Increment = 1 } }