Skip to content

Commit 75bc6ba

Browse files
authored
Move faq to bottom.
1 parent eded809 commit 75bc6ba

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/index.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ The formal specification of the Slang programming language. Work in progress.
1818
List of Slang Features with their stableness/matureness.
1919

2020

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.
32-
33-
34-
3521
## Articles
3622

3723
#### [The Commandline Tool Reference](https://github.com/shader-slang/slang/blob/master/docs/command-line-slangc-reference.md)
@@ -91,3 +77,17 @@ Main things to know if you are coming to Slang as an GLSL developer.
9177
[//]: # (TODO: link more internal documentation and contribution process, build instructions etc.)
9278

9379
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.
93+

0 commit comments

Comments
 (0)