IntegerHalfPart.cs 133 B

123456789
  1. namespace Ryujinx.Graphics.Shader.Decoders
  2. {
  3. enum IntegerHalfPart
  4. {
  5. B32 = 0,
  6. H0 = 1,
  7. H1 = 2
  8. }
  9. }