ShaderIdentification.cs 133 B

12345678
  1. namespace Ryujinx.Graphics.Shader
  2. {
  3. public enum ShaderIdentification
  4. {
  5. None,
  6. GeometryLayerPassthrough
  7. }
  8. }