File tree 1 file changed +47
-0
lines changed
1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report
3
+ about : Report a bug with using rust-gpu.
4
+ title : ' (my bug report)'
5
+ labels : ' t: bug'
6
+ ---
7
+
8
+ <!-- Thank you for filing a bug report! 🐛 -->
9
+
10
+ ### Expected Behaviour
11
+ <!-- Please describe what you expected to happen. -->
12
+
13
+ ### Example & Steps To Reproduce
14
+ <!--
15
+ Describe what actually happened, including any relevant examples (smaller
16
+ the better), error messages, or the relevant SPIR-V binary.
17
+ -->
18
+
19
+ 1 .
20
+ 2 .
21
+ 3 .
22
+
23
+ ## System Info
24
+ <!--
25
+ Helpful commands:
26
+ - Rustc version: `rustc -V`
27
+ - SPIR-V version: `spirv-val --version`
28
+ -->
29
+
30
+ - Rust: [ e.g. 1.49.0-nightly (1eaadebb3 2020-10-21)]
31
+ - OS: [ e.g. macOS 10.15.7]
32
+ - GPU: [ e.g. Intel(R) UHD Graphics 630]
33
+ - SPIR-V: [ e.g. v2020.3 unknown hash, 2020-06-12T01:06:18]
34
+
35
+
36
+ ## Backtrace
37
+ <!-- If relevant, please include a backtrace of the error below. -->
38
+
39
+ <details ><summary >Backtrace</summary >
40
+ <p >
41
+
42
+ ```
43
+ <backtrace>
44
+ ```
45
+
46
+ </p >
47
+ </details >
You can’t perform that action at this time.
0 commit comments