ShaderProgram QML Type
Encapsulates a Shader Program. More...
Import Statement: | import Qt3D.Render 2.0 |
Instantiates: | QShaderProgram |
Properties
- computeShaderCode : QByteArray
- fragmentShaderCode : QByteArray
- geometryShaderCode : QByteArray
- tessellationControlShaderCode : QByteArray
- tessellationEvaluationShaderCode : QByteArray
- vertexShaderCode : QByteArray
Methods
- QByteArray loadSource(const QUrl &sourceUrl)
Detailed Description
Property Documentation
Specifies the tessellation control shader code to be used
Specifies the tessellation evaluation shader code to be used