yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Sam EstepAdd Python type stubs for LLDB (#7826)e6906d65e

master
481 B5 linesraw

Python type stubs

This directory holds Python stub files to improve the editing experience for Python code in this repo, such as LLDB data formatters.

If you use Pyright (e.g. via Pylance in VS Code) then these will be picked up automatically; other tools may require additional configuration to see them.

1# Python type stubs
2
3This directory holds [Python stub files](https://peps.python.org/pep-0484/#stub-files) to improve the editing experience for Python code in this repo, such as [LLDB data formatters](https://lldb.llvm.org/use/variable.html).
4
5If you use Pyright (e.g. via [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) in VS Code) then these will be picked up automatically; other tools may require additional configuration to see them.