Qt Shader Tools C++ Classes

Classes

QShaderBaker

Compiles a GLSL/Vulkan shader into SPIR-V, translates into other shading languages, and gathers reflection metadata

To include the definitions of the module's classes, use the following directive:


  #include <QtShaderTools>

To link against the module, add this line to your qmake .pro file:


  QT += shadertools