Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGLightmapUVGeneratorResult Struct Reference

#include <qssglightmapuvgenerator_p.h>

+ Collaboration diagram for QSSGLightmapUVGeneratorResult:

Public Member Functions

bool isValid () const
 

Public Attributes

QByteArray lightmapUVChannel
 
QVector< quint32vertexMap
 
QByteArray indexData
 
quint32 lightmapWidth = 0
 
quint32 lightmapHeight = 0
 

Detailed Description

Definition at line 22 of file qssglightmapuvgenerator_p.h.

Member Function Documentation

◆ isValid()

bool QSSGLightmapUVGeneratorResult::isValid ( ) const
inline

Definition at line 30 of file qssglightmapuvgenerator_p.h.

References QByteArray::isEmpty(), lightmapUVChannel, and vertexMap.

+ Here is the call graph for this function:

Member Data Documentation

◆ indexData

QByteArray QSSGLightmapUVGeneratorResult::indexData

Definition at line 26 of file qssglightmapuvgenerator_p.h.

◆ lightmapHeight

quint32 QSSGLightmapUVGeneratorResult::lightmapHeight = 0

Definition at line 28 of file qssglightmapuvgenerator_p.h.

◆ lightmapUVChannel

QByteArray QSSGLightmapUVGeneratorResult::lightmapUVChannel

Definition at line 24 of file qssglightmapuvgenerator_p.h.

Referenced by isValid().

◆ lightmapWidth

quint32 QSSGLightmapUVGeneratorResult::lightmapWidth = 0

Definition at line 27 of file qssglightmapuvgenerator_p.h.

◆ vertexMap

QVector<quint32> QSSGLightmapUVGeneratorResult::vertexMap

Definition at line 25 of file qssglightmapuvgenerator_p.h.

Referenced by QSSGMesh::Mesh::createLightmapUVChannel(), and isValid().


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