You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Frequently Asked Questions
2
2
3
+
#### Where should I asked questions on Slang?
4
+
5
+
If you run into any questions with the Slang language, the compilation API or the reflection API, please post it on our [GitHub discussion page]((https://github.com/shader-slang/slang/discussions).
6
+
7
+
#### How do I report a compiler bug?
8
+
9
+
Please post your issues on our [GitHub issues page](https://github.com/shader-slang/slang/issues).
10
+
11
+
3
12
#### Does Slang use LLVM?
4
13
5
14
No. The Slang compiler itself is not built on the LLVM tech stack, and does not depend on LLVM.
0 commit comments