Qt 6.7
Qt Quick 3D
Qt Quick 3D Examples and Tutorials
Qt Quick 3D - Custom Effect Example
Qt Quick 3D | Commercial or GPLv3
Qt Quick 3D - Custom Effect Example
void MAIN() { vec4 c = texture(tex, TEXTURE_UV); FRAGCOLOR = c * texture(INPUT, INPUT_UV); }