This website requires JavaScript.
Explore
Help
Sign In
birkeh
/
o3de
Watch
1
Star
0
Fork
0
You've already forked o3de
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
cdcf8defd03dbabbbd2d9538ed81eae068faf08a
o3de
/
Gems
/
Atom
/
RPI
/
Code
/
Tests
T
History
santorac
45429872d6
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.
...
Signed-off-by: santorac <
55155825+santorac@users.noreply.github.com
>
2022-01-18 17:39:44 -08:00
..
Buffer
Gems/Atom
2021-08-20 17:57:02 -07:00
Common
ShaderMetricsSystem spawns a lot of warnings (
#5661
)
2021-11-17 05:47:25 -06:00
Image
PR comments
2021-09-13 17:38:58 -07:00
Material
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.
2022-01-18 17:39:44 -08:00
Model
Fix brute force mesh intersection function (
#5447
)
2021-11-11 16:33:08 +00:00
Pass
ATOM-16489 Add find passes functions for Scene or RenderPipeline in PassSystemInterface (
#4739
) (
#4963
)
2021-10-25 12:49:57 -07:00
Shader
Multiple bug fixes (
#6221
)
2021-12-09 09:45:45 -08:00
ShaderResourceGroup
Revert previous update to ConstantsData::SetConstantArray<bool> and fix unit tests (
#6351
)
2021-12-13 08:51:30 -08:00
System
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00