![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssggltfdocument_p.h>
Public Member Functions | |
| bool | isSet () const |
Public Attributes | |
| int | index = -1 |
| int | texCoord = 0 |
| float | scaleOrStrength = 1.0f |
| std::optional< TextureTransform > | transform |
Definition at line 196 of file qssggltfdocument_p.h.
|
inline |
Definition at line 204 of file qssggltfdocument_p.h.
References index.
| int QSSGGltf::TextureInfo::index = -1 |
Definition at line 198 of file qssggltfdocument_p.h.
Referenced by isSet().
| float QSSGGltf::TextureInfo::scaleOrStrength = 1.0f |
Definition at line 201 of file qssggltfdocument_p.h.
| int QSSGGltf::TextureInfo::texCoord = 0 |
Definition at line 199 of file qssggltfdocument_p.h.
| std::optional<TextureTransform> QSSGGltf::TextureInfo::transform |
Definition at line 202 of file qssggltfdocument_p.h.