Shader QML Type
Container component for defining shader code used by post-processing effects. More...
Import Statement: | import QtQuick3D 1.0 |
Properties
Detailed Description
Property Documentation
shader : url |
Specifies the name of the shader source file.
stage : enumeration |
Specifies the shader stage. The default is Shader.Fragment
Constant | Description |
---|---|
Shader.Vertex | The shader is a vertex shader |
Shader.Fragment | The shader is a fragment shader |