Canvas3DActiveInfo QML Type

Active attribute or uniform information. 更多...

Import Statement: import QtCanvas3D 1.1
开始支持版本: QtCanvas3D 1.0

属性

详细描述

An uncreatable QML type that contains the information returned from the Context3D::getActiveAttrib() and Context3D::getActiveUniform() calls.

参见 Context3D and Canvas3D.

属性

name : string

Name of the attribute or the uniform.


size : string

Size of the attribute or the uniform, in units of its type.

参见 type.


type : string

Type of the attribute or the uniform.