<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/docs/user-guide/a1-04-interop.md, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-04-11T22:34:07+00:00</updated>
<entry>
<title>Fix user-guide typos (#6789)</title>
<updated>2025-04-11T22:34:07+00:00</updated>
<author>
<name>Gangzheng Tong</name>
<email>gtong@nvidia.com</email>
</author>
<published>2025-04-11T22:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=8e6af6259bd1dd47d81c36f0562ff362ca5d42c3'/>
<id>urn:sha1:8e6af6259bd1dd47d81c36f0562ff362ca5d42c3</id>
<content type='text'>
* Fix user-guide typos

Use LLM to scan each of the markdown files to fix typos.
Try not to change anything but the typos in this CL.

* typo not caught by LLM

* add output of ./build_toc.ps1</content>
</entry>
<entry>
<title>Fix tiny typos (#5944)</title>
<updated>2024-12-28T17:22:00+00:00</updated>
<author>
<name>Yuki Nishidate</name>
<email>30839669+yknishidate@users.noreply.github.com</email>
</author>
<published>2024-12-28T17:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c4429bc33450be32ed82358c3974da58e5ec25ab'/>
<id>urn:sha1:c4429bc33450be32ed82358c3974da58e5ec25ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Swap the term StdLib with Core-Module or Standard-Module in documents (#5414)</title>
<updated>2024-10-26T04:12:37+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2024-10-26T04:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=a508b264eda4bc3c99ba1f44eab1dec6e5ce06c0'/>
<id>urn:sha1:a508b264eda4bc3c99ba1f44eab1dec6e5ce06c0</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Document notable `__ref` uss in stdlib. Remove user docs use of '__ref'. (#4799)</title>
<updated>2024-08-28T01:16:42+00:00</updated>
<author>
<name>ArielG-NV</name>
<email>159081215+ArielG-NV@users.noreply.github.com</email>
</author>
<published>2024-08-28T01:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=fbaa444d890f58fabc5933b0c28048d2c5d862c0'/>
<id>urn:sha1:fbaa444d890f58fabc5933b0c28048d2c5d862c0</id>
<content type='text'>
1. Document `__ref` in stdlib.
2. Remove `__ref` example in `docs\user-guide\a1-04-interop.md`
3. New example in `docs\user-guide\a1-04-interop.md` to compensate for no longer providing an example that uses `&amp;` and `OpCapability`/`OpExtension`.

Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>Add cautionary desclaimers on interop mechanisms. (#3763)</title>
<updated>2024-03-14T01:55:32+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2024-03-14T01:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=73c0cd17d98da9b76d346a4bc4a64f0ea4e976aa'/>
<id>urn:sha1:73c0cd17d98da9b76d346a4bc4a64f0ea4e976aa</id>
<content type='text'>
* Add cautionary desclaimers on interop mechanisms.

* Fix.</content>
</entry>
<entry>
<title>Update a1-04-interop.md</title>
<updated>2023-10-13T20:49:02+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2023-10-13T20:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=d4b8edf79ad6d139bc0de2f1fa9a34f00317f763'/>
<id>urn:sha1:d4b8edf79ad6d139bc0de2f1fa9a34f00317f763</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update a1-04-interop.md (#3277)</title>
<updated>2023-10-13T20:42:17+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2023-10-13T20:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=edf90f5f2efce86830a6ddfbe4c6250d7aca93d5'/>
<id>urn:sha1:edf90f5f2efce86830a6ddfbe4c6250d7aca93d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add documentation on target intrinsics. (#3276)</title>
<updated>2023-10-13T20:30:57+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2023-10-13T20:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=078cf8ede994db1cc1f29215bd25509e2abc4885'/>
<id>urn:sha1:078cf8ede994db1cc1f29215bd25509e2abc4885</id>
<content type='text'>
Co-authored-by: Yong He &lt;yhe@nvidia.com&gt;</content>
</entry>
</feed>
