qtshadertools

Cross-platform Qt shader compilation and processing tools

brewmacoslinux
Try with needOr install directly
Source

About

Provides tools for the cross-platform Qt shader pipeline

Commands

qsb

Examples

Compile a GLSL shader to Qt shader format$ qsb -o shader.qsb shader.vert
Compile shader with specific targets and output info$ qsb --glsl 120,150 --hlsl 50 -o shader.qsb shader.frag
Generate shader with debug information$ qsb -d -o debug_shader.qsb shader.vert