Merge pull request #1711 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-15921

[ATOM-15921] ReflectionProbe cubemaps bake with incorrect exposure value
This commit is contained in:
dmcdiarmid-ly
2021-07-01 14:21:24 -07:00
committed by GitHub
2 changed files with 26 additions and 7 deletions
@@ -163,6 +163,8 @@ namespace AZ
RPI::Ptr<RPI::EnvironmentCubeMapPass> m_environmentCubeMapPass = nullptr;
RPI::RenderPipelineId m_environmentCubeMapPipelineId;
BuildCubeMapCallback m_callback;
RHI::ShaderInputNameIndex m_iblExposureConstantIndex = "m_iblExposure";
float m_previousExposure = 0.0f;
bool m_buildingCubeMap = false;
};