DepthStencilMode.cs 118 B

12345678
  1. namespace Ryujinx.Graphics.GAL.Texture
  2. {
  3. public enum DepthStencilMode
  4. {
  5. Depth,
  6. Stencil
  7. }
  8. }