blob: ede29ee16ba5c3fbf0e2bfb1600eb164e06c3727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
name: Compiler Bug
about: Report a bug or unexpected behavior of the Slang compiler / API.
title: ''
labels: ''
assignees: ''
---
**Issue Description**
A clear and concise description of what the bug is.
Before filing the issue, please make sure the bug can be reproduced with the latest release of Slang.
**Reproducer Code**
If the issue can be reproduced with a simple code, include the **self-contained** Slang code along with a `slangc` commandline invocation, or the C++ code that calls the Slang API to compile the code.
**Expected Behavior**
A clear and concise description of what you expected to happen, e.g. code should compile successfully, resulting SPIRV should have XXX opcode/capability.
**Actual Behavior**
A clear and concise description of what actually happened.
**Environment:**
- Slang Version (release version number or commit hash)
- OS
- GPU/Driver version, if the bug is a runtime result error.
- Any related environment variables.
**Additional context**
Add any other context about the problem here.
|