missing_shader_inst.yml 607 B

1234567891011121314151617181920
  1. name: Missing Shader Instruction
  2. description: Shader Instruction is missing in Ryujinx.
  3. title: "[GPU]"
  4. labels: [gpu, not-implemented]
  5. body:
  6. - type: textarea
  7. id: instruction
  8. attributes:
  9. label: Shader instruction
  10. description: What shader instruction is missing?
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: required
  15. attributes:
  16. label: Required by
  17. description: Add links to the [compatibility list page(s)](https://github.com/ryujinx-mirror/Ryujinx-Games-List/issues) of the game(s) that require this instruction.
  18. validations:
  19. required: true