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
QSSGMeshProcessingOptions Struct Reference

#include <qssgrenderbuffermanager_p.h>

+ Collaboration diagram for QSSGMeshProcessingOptions:

Public Member Functions

bool isCompatible (const QSSGMeshProcessingOptions &other) const
 

Public Attributes

bool wantsLightmapUVs = false
 
uint lightmapBaseResolution = 0
 
QString meshFileOverride
 

Detailed Description

Definition at line 55 of file qssgrenderbuffermanager_p.h.

Member Function Documentation

◆ isCompatible()

bool QSSGMeshProcessingOptions::isCompatible ( const QSSGMeshProcessingOptions & other) const
inline

Definition at line 61 of file qssgrenderbuffermanager_p.h.

References lightmapBaseResolution, other(), and wantsLightmapUVs.

+ Here is the call graph for this function:

Member Data Documentation

◆ lightmapBaseResolution

uint QSSGMeshProcessingOptions::lightmapBaseResolution = 0

Definition at line 58 of file qssgrenderbuffermanager_p.h.

Referenced by isCompatible(), and QSSGBufferManager::loadMesh().

◆ meshFileOverride

QString QSSGMeshProcessingOptions::meshFileOverride

Definition at line 59 of file qssgrenderbuffermanager_p.h.

Referenced by QSSGBufferManager::loadMesh().

◆ wantsLightmapUVs

bool QSSGMeshProcessingOptions::wantsLightmapUVs = false

Definition at line 57 of file qssgrenderbuffermanager_p.h.

Referenced by isCompatible(), and QSSGBufferManager::loadMesh().


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