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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user