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
QSSGLightmapBaker::Context::Callbacks Struct Reference

#include <qssglightmapbaker_p.h>

Collaboration diagram for QSSGLightmapBaker::Context::Callbacks:

Public Attributes

QSSGLightmapper::Callback lightmapBakingOutput
std::function< QVector< QSSGBakedLightingModel >()> modelsToBake
std::function< void(bool)> triggerNewFrame
std::function< void(bool)> setCurrentlyBaking

Detailed Description

Definition at line 51 of file qssglightmapbaker_p.h.

Member Data Documentation

◆ lightmapBakingOutput

QSSGLightmapper::Callback QSSGLightmapBaker::Context::Callbacks::lightmapBakingOutput

Definition at line 52 of file qssglightmapbaker_p.h.

◆ modelsToBake

std::function<QVector<QSSGBakedLightingModel>()> QSSGLightmapBaker::Context::Callbacks::modelsToBake

Definition at line 53 of file qssglightmapbaker_p.h.

◆ setCurrentlyBaking

std::function<void(bool)> QSSGLightmapBaker::Context::Callbacks::setCurrentlyBaking

Definition at line 55 of file qssglightmapbaker_p.h.

◆ triggerNewFrame

std::function<void(bool)> QSSGLightmapBaker::Context::Callbacks::triggerNewFrame

Definition at line 54 of file qssglightmapbaker_p.h.


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