ShaderEffect property log
Unsolved
QML and Qt Quick
-
Hi everyone,
I try to print the value of the log property of ShaderEffect, but it appears that it is never upadted, even when status is set to "Error". Can anyone explain me why?
In Qt's documentation it says: "
log : string
This property holds a log of warnings and errors from the latest attempt at compiling and linking the OpenGL shader program. It is updated at the same time status is set to Compiled or Error.
"Regards,