From 84b214389cacde9f3c94d61b3d4ca6a927cecd04 Mon Sep 17 00:00:00 2001 From: "Nathan V. Morrical" Date: Thu, 18 Jan 2024 18:52:33 -0800 Subject: Docs for local vs global uniform parameters (#3459) --- docs/user-guide/06-compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user-guide/06-compiling.md') diff --git a/docs/user-guide/06-compiling.md b/docs/user-guide/06-compiling.md index 5c19175d6..4eea48223 100644 --- a/docs/user-guide/06-compiling.md +++ b/docs/user-guide/06-compiling.md @@ -64,7 +64,7 @@ Slang supports two models for identifying entry points when compiling. #### Entry Point Attributes By default, the compiler wll scan a translation unit for function declarations marked with the `[shader(...)]` attribute; each such function will be identified as an entry point in the module. -Developers are encouraged to use this model because it makes directly documents intention and makes source code less dependent on external compiler configuration options. +Developers are encouraged to use this model because it directly documents intention and makes source code less dependent on external compiler configuration options. #### Explicit Entry Point Options -- cgit v1.2.3