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

ConstantDescription
Shader.VertexThe shader is a vertex shader
Shader.FragmentThe shader is a fragment shader