https://github.com/farzonl/hlsldocgenerator
https://github.com/farzonl/hlsldocgenerator
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/farzonl/hlsldocgenerator
- Owner: farzonl
- Created: 2024-05-01T19:00:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T19:43:03.000Z (over 1 year ago)
- Last Synced: 2025-04-16T01:38:06.998Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```