IGALCommand.cs 141 B

1234567
  1. namespace Ryujinx.Graphics.GAL.Multithreading.Commands
  2. {
  3. interface IGALCommand
  4. {
  5. CommandType CommandType { get; }
  6. }
  7. }