Canvas3DShaderPrecisionFormat QML Type

Contains the shader precision format attributes. 更多...

导入语句: import QtCanvas3D 1.1
Since: QtCanvas3D 1.0

特性

详细描述

Deprecated in Qt 5.12. An uncreatable QML type that contains the information returned from the Context3D::getShaderPrecisionFormat() 调用。

另请参阅 Context3D .

特性文档编制

precision : int

Deprecated in Qt 5.12. The number of bits of precision that can be represented. 0 for integer formats.


rangeMax : int

Deprecated in Qt 5.12. The base 2 log of the absolute value of the maximum value that can be represented.


rangeMin : int

Deprecated in Qt 5.12. The base 2 log of the absolute value of the minimum value that can be represented.