IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

ShaderProgramBuilder QML Type

Generates a Shader Program content from loaded graphs.

This type was introduced in Qt 5.10.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

ShaderProgramBuilder QML Type

Detailed Description

A shader program builder consists of several different shader graphs used to generate shader code.

Property Documentation

 

[read-only, since 2.13] computeShaderCode : string

Holds the generated compute shader code

This property was introduced in Qt 2.13.

enabledLayers : stringlist

Holds the list of layers this builder will activate on the shader graphs during code generation.

[read-only, since 2.13] fragmentShaderCode : string

Holds the generated fragment shader code

This property was introduced in Qt 2.13.

[read-only, since 2.13] geometryShaderCode : string

Holds the generated geometry shader code

This property was introduced in Qt 2.13.

shaderProgram : string

Holds the shader program on which this builder generates code.

[read-only, since 2.13] tessellationControlShaderCode : string

Holds the generated tessellation control shader code

This property was introduced in Qt 2.13.

[read-only, since 2.13] tessellationEvaluationShaderCode : string

Holds the generated tessellation evaluation shader code

This property was introduced in Qt 2.13.

[read-only, since 2.13] vertexShaderCode : string

Holds the generated vertex shader code

This property was introduced in Qt 2.13.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+