o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
31 stars 35 forks source link

Fix compile errors after O3DE PR17588 #672

Closed mprettner-huawei closed 5 months ago

mprettner-huawei commented 5 months ago

O3DE PR17588 "Add support for ray-traced reflections in SpecularReflectionsFeatureProcessor" added RT-only reflections and changed the struct SSROptions. This PR also changes this in the Atom sample viewer, such that it compiles again.