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
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.

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.

◆ 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.


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