An open API service indexing awesome lists of open source software.

https://github.com/farzonl/hlsldocgenerator


https://github.com/farzonl/hlsldocgenerator

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install
```bash
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
```
## Format
`autopep8 --in-place --aggressive --aggressive query.py`

## Example usage(s)

### look for hlsl intrinsics
```powershell
python .\agregate_hlsl_intrinsic_usage.py "D:\\projects\\DirectML\\Product\\Shaders" > results.txt
```