CbIndexMode.cs 162 B

12345678910
  1. namespace Ryujinx.Graphics.Shader.Decoders
  2. {
  3. enum CbIndexMode
  4. {
  5. Default = 0,
  6. Il = 1,
  7. Is = 2,
  8. Isl = 3
  9. }
  10. }