mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
Assemble lighting stage works
This commit is contained in:
parent
79cad36c58
commit
653370e284
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void FetchCurrentFrames::run(const render::RenderContextPointer& renderContext,
|
|||
|
||||
void AssembleLightingStageTask::build(JobModel& task, const render::Varying& input, render::Varying& output) {
|
||||
const auto& fetchCullSortOut = input.get<Input>();
|
||||
const auto& items = fetchCullSortOut[0];
|
||||
const auto& items = fetchCullSortOut.get0();
|
||||
//const auto& items = input.get<Input>();
|
||||
|
||||
const auto& lights = items[RenderFetchCullSortTask::LIGHT];
|
||||
|
|
Loading…
Reference in a new issue