Skip to content

Commit 33c29c8

Browse files
committed
Update bug_report_spirv.md
Removes shader playground link. Shader playground hasn't been updated since earlier this year, hence DXC version is very stale.
1 parent 891392e commit 33c29c8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report_spirv.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ assignees: ''
1212

1313
**Steps to Reproduce**
1414
<!--- Provide a description of how to reproduce the error. If possible please
15-
provide source and tool command line options. If the issue reproduces on
16-
Compiler Explorer (https://godbolt.org/) or Shader Playground
17-
(https://shader-playground.timjones.io/) please provide a link. If the source is
18-
split across multiple files, please preprocess into a single file using DXC's
19-
command line `-P -Fi <path>`. --->
15+
provide source and tool command line options, or if the issue reproduces on
16+
Compiler Explorer (https://godbolt.org/), please provide a link.
17+
If the source is split across multiple files, please preprocess into a single file using DXC's
18+
command line `-P -Fi <path>`.
19+
20+
Note: Do **not** use Shader Playground. Its DXC version is very stale.
21+
--->
2022

2123

2224
**Actual Behavior**

0 commit comments

Comments
 (0)