Canvas3DShaderPrecisionFormat QML Type

Contains the shader precision format attributes. More...

Import Statement: import QtCanvas3D 1.1
Since: QtCanvas3D 1.0

Properties

Detailed Description

An uncreatable QML type that contains the information returned from the Context3D::getShaderPrecisionFormat() call.

See also Context3D.

Property Documentation

precision : int

The number of bits of precision that can be represented. 0 for integer formats.


rangeMax : int

The base 2 log of the absolute value of the maximum value that can be represented.


rangeMin : int

The base 2 log of the absolute value of the minimum value that can be represented.


© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.