You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/RPI/Code/Source
Esteban Papp b3ba73db3b Removing unneded include form multiple files
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
4 years ago
..
Platform GCC Support for Linux 4 years ago
RPI.Builders Removing unneded include form multiple files 4 years ago
RPI.Edit Removed some dead code. 4 years ago
RPI.Editor Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
RPI.Private Revert "Refresh rate driven rendering tick logic (#3375)" 4 years ago
RPI.Public Switched back to making MaterialAsset::GetPropertyValues automatically finalize the material asset. I realized that it's too burdensome to expect client code to call Finalize on the MaterialAsset; every code that calls GetPropertyValues would have to call Finalize(). Instead of using const_cast in GetPropertyValues like I was doing before, I just changed GetPropertyValues to be a non-const function. There were a few places in Decal code I had to update to pass non-const MaterialAsset pointers. This isn't ideal, but I think it's better than the alternatives. 4 years ago
RPI.Reflect Added code comments. 4 years ago