Shader QML Type
Container component for defining shader code used by CustomMaterials. More...
Import Statement: | import QtQuick3D.Materials 1.14 |
Properties
Detailed Description
Property Documentation
shader : string
Specifies the name of the shader source file.
stage : enumeration
Specifies the shader stage.
Constant | Description |
---|---|
Shader.Shared |
The shader can be shared among different stages |
Shader.Vertex |
The shader is a vertex shader |
Shader.Fragment |
The shader is a fragment shader |
Shader.Geometry |
The shader is a geometry shader |
Shader.Compute |
The shader is a compute shader |
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.14/qml-qtquick3d-materials-shader.html