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
ca06e2e82d19b2b08f2a163ea8fd4ae4bd4ab792
o3de
/
Gems
/
Atom
/
RPI
/
Code
/
Source
/
RPI.Reflect
/
Material
T
History
Robin
503e565a53
Remove pragma optimize off.
...
Signed-off-by: Robin <
rbarrand@amazon.com
>
2021-09-27 23:38:12 -07:00
..
LuaMaterialFunctor.cpp
These changes make material system report warnings when gameplay scripts attempt to change PSO-impacting material properties at runtime. So far the material system has always allowed any properties to be changed at runtime, including those that affect Pipeline State Objects (PSOs), as this is supported on several platforms. But some platforms require that Pipeline State Objects be pre-compiled and shipped with the game. At some point we will need to add new restrictions that limit what material properties can be changed at runtime. In the meantime, these warnings should alert users to avoid this, as the functionality likely won't be supported in the future.
2021-09-13 17:05:11 -07:00
MaterialAsset.cpp
Remove pragma optimize off.
2021-09-27 23:38:12 -07:00
MaterialAssetCreator.cpp
Enable material version updates.
2021-09-27 11:14:31 -07:00
MaterialAssetCreatorCommon.cpp
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MaterialDynamicMetadata.cpp
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MaterialFunctor.cpp
These changes make material system report warnings when gameplay scripts attempt to change PSO-impacting material properties at runtime. So far the material system has always allowed any properties to be changed at runtime, including those that affect Pipeline State Objects (PSOs), as this is supported on several platforms. But some platforms require that Pipeline State Objects be pre-compiled and shipped with the game. At some point we will need to add new restrictions that limit what material properties can be changed at runtime. In the meantime, these warnings should alert users to avoid this, as the functionality likely won't be supported in the future.
2021-09-13 17:05:11 -07:00
MaterialPropertiesLayout.cpp
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MaterialPropertyDescriptor.cpp
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MaterialPropertyValue.cpp
Changing material component property inspector to dockable view pane
2021-09-14 19:11:11 -05:00
MaterialTypeAsset.cpp
Resolve PR comments. Add unit tests.
2021-09-27 23:30:59 -07:00
MaterialTypeAssetCreator.cpp
Resolve PR comments. Add unit tests.
2021-09-27 23:30:59 -07:00
MaterialVersionUpdate.cpp
Resolve PR comments. Add unit tests.
2021-09-27 23:30:59 -07:00
ShaderCollection.cpp
more fixes
2021-09-08 08:48:32 -07:00