https://github.com/maikklein/rspirv-cfg
https://github.com/maikklein/rspirv-cfg
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maikklein/rspirv-cfg
- Owner: MaikKlein
- Created: 2018-11-20T14:39:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T16:30:27.000Z (almost 5 years ago)
- Last Synced: 2025-03-19T07:52:59.502Z (7 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rspirv-cfg
## Why?
This is a blend between `spirv-cfg` and `spirv-dis`. `spirv-cfg` often is hard to understand if the function contains a lot of branches, and `spirv-cfg` doesn't include any information about the code.
```
rspirv-cfg --file some.spv;dot -Tpng test.dot -O
```