SamplerIndex.cs 129 B

12345678
  1. namespace Ryujinx.Graphics.Gpu.State
  2. {
  3. enum SamplerIndex
  4. {
  5. Independently = 0,
  6. ViaHeaderIndex = 1
  7. }
  8. }