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/index.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,6 @@ The formal specification of the Slang programming language. Work in progress.
18
18
List of Slang Features with their stableness/matureness.
19
19
20
20
21
-
## Frequently Asked Questions
22
-
23
-
#### Does Slang use LLVM?
24
-
25
-
No. The Slang compiler itself is not built on the LLVM tech stack, and does not depend on LLVM.
26
-
If you are using Slang to generate textual or SPIRV code, no LLVM binaries are required. If you are using Slang to produce standalone executables or dynamically linked
27
-
libraries, then a prebuilt LLVM wrapper library called `slang-llvm` is required.
28
-
29
-
#### What's the distribution size of Slang?
30
-
31
-
The Slang compiler binary is around 5-10 MB depending on build configuration and target architecture.
@@ -91,3 +77,17 @@ Main things to know if you are coming to Slang as an GLSL developer.
91
77
[//]: #(TODO: link more internal documentation and contribution process, build instructions etc.)
92
78
93
79
For contributors to the Slang project, the information under the [docs/proposals/](https://github.com/shader-slang/slang/tree/master/docs/proposals) directory documents all feature proposals to the Slang language or the compiler API.
80
+
81
+
82
+
## Frequently Asked Questions
83
+
84
+
#### Does Slang use LLVM?
85
+
86
+
No. The Slang compiler itself is not built on the LLVM tech stack, and does not depend on LLVM.
87
+
If you are using Slang to generate textual or SPIRV code, no LLVM binaries are required. If you are using Slang to produce standalone executables or dynamically linked
88
+
libraries, then a prebuilt LLVM wrapper library called `slang-llvm` is required.
89
+
90
+
#### What's the distribution size of Slang?
91
+
92
+
The Slang compiler binary is around 5-10 MB depending on build configuration and target architecture.
0 commit comments