![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssglightmapbaker_p.h>
Classes | |
| struct | Context |
Public Types | |
| enum class | Status { Preparing , Running , Baking , Finished } |
Public Member Functions | |
| QSSGLightmapBaker (const Context &ctx) | |
| ~QSSGLightmapBaker () | |
| Status | process () |
Definition at line 28 of file qssglightmapbaker_p.h.
|
strong |
| Enumerator | |
|---|---|
| Preparing | |
| Running | |
| Baking | |
| Finished | |
Definition at line 31 of file qssglightmapbaker_p.h.
| QT_BEGIN_NAMESPACE QSSGLightmapBaker::QSSGLightmapBaker | ( | const Context & | ctx | ) |
Definition at line 139 of file qssglightmapbaker.cpp.
|
default |
| QSSGLightmapBaker::Status QSSGLightmapBaker::process | ( | ) |
Definition at line 152 of file qssglightmapbaker.cpp.
References Finished.