namespace Ryujinx.Graphics.GAL.Texture { public enum DepthStencilMode { Depth, Stencil } }