Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
2.0
-
None
-
851d2f837fcfd52dbac568beb3ab83bd9508521f
Description
For example, if a QML ShaderEffect uses textureGather it will fail to compile because OpenGL version 4.0 is required.
Possible Solution: allow OpenGL version configuration (version AND profile) via .yaml files and appman command line arguments.
A global OpenGL version configuration is the minimum requirement which would set it for all application windows. Ideally a global (for single process) and an app based method to specify the required OpenGL version exists.