TargetApi.cs 119 B

12345678
  1. namespace Ryujinx.Graphics.Shader.Translation
  2. {
  3. public enum TargetApi
  4. {
  5. OpenGL,
  6. Vulkan
  7. }
  8. }