From 5c45608dbedabccdc2067c16a8cc50b7a27a4fed Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 27 Feb 2024 14:10:07 -0800 Subject: Update 08-compiling.md --- docs/user-guide/08-compiling.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/user-guide/08-compiling.md b/docs/user-guide/08-compiling.md index e0bf956e3..a00b7670e 100644 --- a/docs/user-guide/08-compiling.md +++ b/docs/user-guide/08-compiling.md @@ -12,7 +12,6 @@ Next we will cover the command-line Slang compiler, `slangc`, and how to use it Finally we will discuss the Slang compilation API, which can be used to integrate Slang compilation into an application at runtime, or to build custom tools that implement application-specific compilation policy. ## Concepts --------- For simple scenarios it may be enough to think of a shader compiler as a box where source code goes in and compiled kernels come out. Most real-time graphics applications end up needing more control over shader compilation, and/or more information about the results of compilation. -- cgit v1.2.3