summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qshaderlanguage_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable BuiltIn input in the shader graph builderJuan Jose Casafranca2018-04-101-0/+1
| | | | | | | | BuiltIn inputs shouldnt be translated into a code input. We comment the input line for this variables Change-Id: I3b7d2fd06afc6a122d90a999fc5a5246fc93234e Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
* [Shader Graph Gen.] Introduce QShaderLanguageKevin Ottens2017-08-021-0/+163
This is a new namespace with helper enums to have richer parameters available to QShaderNode. Will be used in further commits. Change-Id: I9a61481c1e89ddd08327211e90eeabf0172c3b7a Reviewed-by: Sean Harmer <sean.harmer@kdab.com>