BufferInput QML Type

Defines an input texture to be used for a pass of an Effect. More...

Import Statement: import QtQuick3D 1.0
Inherits:

Command

Properties

Detailed Description

Property Documentation

buffer : Buffer

Specifies the buffer used for the parameter. When not set, the associated texture will be the effect's input texture.


sampler : string

Specifies the name under which the texture is exposed in the shader. When not set, the texture is exposed with the built-in name INPUT.