From a508b264eda4bc3c99ba1f44eab1dec6e5ce06c0 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:12:37 -0700 Subject: Swap the term StdLib with Core-Module or Standard-Module in documents (#5414) This PR is limited to documents. All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context. --- docs/design/interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/design/interfaces.md') diff --git a/docs/design/interfaces.md b/docs/design/interfaces.md index 29740694e..c0e284f59 100644 --- a/docs/design/interfaces.md +++ b/docs/design/interfaces.md @@ -163,7 +163,7 @@ That is intentional, because at the most basic level, interfaces are designed to ### Generic Declarations -The Slang compiler currently has some ad hoc support for generic declarations that it uses to implement the HLSL standard library (which has a few generic types). +The Slang compiler currently has some ad hoc support for generic declarations that it uses to implement the HLSL standard module (which has a few generic types). The syntax for those is currently very bad, and it makes sense to converge on the style for generic declarations used by C# and Swift: float myGenericFunc(T someValue); -- cgit v1.2.3