diff options
| author | Yong He <yonghe@outlook.com> | 2024-10-15 14:21:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 14:21:21 -0700 |
| commit | ba26c2d7020b41e0d348c7235f86a4232982ab9e (patch) | |
| tree | 051f407170d724ba0196b6e174241548b2bd2230 /source/slang/slang.cpp | |
| parent | 3e170c732bfcd2aedf78deb047db94e196a1b83a (diff) | |
Add stdlib documentation for attributes and interfaces. (#5297)
* Add stdlib documentation for attributes and interfaces.
* Fix name mangling to avoid collision of functions in different extensions.
* Fix doc.
Diffstat (limited to 'source/slang/slang.cpp')
| -rw-r--r-- | source/slang/slang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp index 586a38b54..313e94439 100644 --- a/source/slang/slang.cpp +++ b/source/slang/slang.cpp @@ -5858,7 +5858,7 @@ void Session::addBuiltinSource( SLANG_UNEXPECTED("error in Slang standard library"); } - + // Compiling stdlib should not yield any warnings. SLANG_ASSERT(sink.outputBuffer.getLength() == 0); |
