Registry / other / qtshadertools

qtshadertools

JSON →
library6.10.1vcpkgunverified

Qt Shader Tools provides utilities for working with graphics shaders, including compilation and reflection.

vcpkg install qtshadertools
INSTALL
IMPORT
SIG · QTSHADERTOOLS
Q
qtshadertools
othercppv6.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QShader
#include <QShader>

Bakes a shader using QShaderBaker with SPIR-V and GLSL outputs.

#include <QShader> #include <QShaderBaker> #include <iostream> int main() { QShaderBaker baker; baker.setGeneratedShaders({QShader::SpirvShader, QShader::GlslShader}); QShader shader = baker.bake(); if (shader.isValid()) { std::cout << "Shader baked successfully" << std::endl; } return 0; }
Debug
Known issues
breakingQt Shader Tools requires Qt 6 and may not be available in Qt 5.
fix
Ensure you are using Qt 6 and have the shader tools module installed via vcpkg (qtshadertools).
affects: <6.0
Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

qtshadertools — pip install qtshadertools · libregistry