mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 09:01:42 +00:00
20 lines
600 B
YAML
20 lines
600 B
YAML
|
name: Missing Shader Instruction
|
||
|
description: Shader Instruction is missing in Ryujinx.
|
||
|
title: "[GPU]"
|
||
|
labels: [gpu, not-implemented]
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: instruction
|
||
|
attributes:
|
||
|
label: Shader instruction
|
||
|
description: What shader instruction is missing?
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
id: required
|
||
|
attributes:
|
||
|
label: Required by
|
||
|
description: Add links to the [compatibility list page(s)](https://github.com/Ryujinx/Ryujinx-Games-List/issues) of the game(s) that require this instruction.
|
||
|
validations:
|
||
|
required: true
|