Skip to content

Commit

Permalink
Fix IESDatasetTex error message
Browse files Browse the repository at this point in the history
- The stage includes ies_lighting.inc.glsl
- Fix #12
  • Loading branch information
bluekyu committed Apr 3, 2018
1 parent 700b050 commit c2e4ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpplugins/env_probes/src/environment_capture_stage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

namespace rpplugins {

EnvironmentCaptureStage::RequireType EnvironmentCaptureStage::required_inputs = { "DefaultEnvmap", "AllLightsData", "maxLightIndex" };
EnvironmentCaptureStage::RequireType EnvironmentCaptureStage::required_inputs = { "DefaultEnvmap", "AllLightsData", "maxLightIndex", "IESDatasetTex" };
EnvironmentCaptureStage::RequireType EnvironmentCaptureStage::required_pipes;

EnvironmentCaptureStage::EnvironmentCaptureStage(rpcore::RenderPipeline& pipeline): RenderStage(pipeline, "EnvironmentCaptureStage")
Expand Down

0 comments on commit c2e4ad3

Please sign in to comment.