diff options
Diffstat (limited to 'docs/api-users-guide.md')
| -rw-r--r-- | docs/api-users-guide.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/api-users-guide.md b/docs/api-users-guide.md index 6ad04c3a6..c9bbb40f9 100644 --- a/docs/api-users-guide.md +++ b/docs/api-users-guide.md @@ -12,13 +12,6 @@ We recommend using a pre-built binary package, available through GitHub [release Just add the downloaded package to your include path, and make sure to add (or copy) the `slang.dll` and `slang-glslang.dll` libraries into the path of your executable. -When using a binary release, you'll need to define the `SLANG_DYNAMIC` macro to indicate that you want to dynamically link against the API functions: - -```c++ -#define SLANG_DYNAMIC -#include <slang.h> -``` - Getting Started with the API ---------------------------- |
