Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGGltf::TextureInfo Struct Reference

#include <qssggltfdocument_p.h>

Collaboration diagram for QSSGGltf::TextureInfo:

Public Member Functions

bool isSet () const

Public Attributes

int index = -1
int texCoord = 0
float scaleOrStrength = 1.0f
std::optional< TextureTransformtransform

Detailed Description

Definition at line 196 of file qssggltfdocument_p.h.

Member Function Documentation

◆ isSet()

bool QSSGGltf::TextureInfo::isSet ( ) const
inline

Definition at line 204 of file qssggltfdocument_p.h.

References index.

Member Data Documentation

◆ index

int QSSGGltf::TextureInfo::index = -1

Definition at line 198 of file qssggltfdocument_p.h.

Referenced by isSet().

◆ scaleOrStrength

float QSSGGltf::TextureInfo::scaleOrStrength = 1.0f

Definition at line 201 of file qssggltfdocument_p.h.

◆ texCoord

int QSSGGltf::TextureInfo::texCoord = 0

Definition at line 199 of file qssggltfdocument_p.h.

◆ transform

std::optional<TextureTransform> QSSGGltf::TextureInfo::transform

Definition at line 202 of file qssggltfdocument_p.h.


The documentation for this struct was generated from the following file: