| Crates.io | shader-sense-cli |
| lib.rs | shader-sense-cli |
| version | 0.3.0 |
| created_at | 2025-08-03 12:03:10.61823+00 |
| updated_at | 2025-08-31 19:33:03.638409+00 |
| description | Command line interface for shader validation and symbol inspection |
| homepage | |
| repository | https://github.com/antaalt/shader-sense |
| max_upload_size | |
| id | 1779650 |
| size | 40,737 |
Command line interface to interact with shader-sense.
You can validate shaders using common API (HLSL via DXC, GLSL via glslang and WGSL via naga) and look for symbols into the file. Note that it is using tree-sitter, a third party library and is not relying on common API, which means the result might not be exact.