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/RPI.Public
santorac 2c59f1b8a4 Added support for deeply nested material property groups.
The main addition here is the MaterialNameContext class which represents the concept of a namespace for properties, shader options, and SRG fields. This concept was already somewhat supported in LuaMaterialFunctor through bespoke "prefix" fields, but I have generalized it be available for all material functors. Note that I have not yet updated the other material functor types to ensure they take advantage of this feature, that will be in another commit.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
..
Buffer no message 4 years ago
ColorManagement Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
DynamicDraw Add better error handling for failed loading of the LyShine shader (#6761) 4 years ago
GpuQuery Updated all array_view uses with the C++20 span. (#7157) 4 years ago
Image ATOM-17132 Image builder failed to build some images after preset was fixed (#6900) 4 years ago
Material Added support for deeply nested material property groups. 4 years ago
Model Updated all array_view uses with the C++20 span. (#7157) 4 years ago
Pass Updated all array_view uses with the C++20 span. (#7157) 4 years ago
Shader Updated all array_view uses with the C++20 span. (#7157) 4 years ago
AuxGeomFeatureProcessorInterface.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Culling.cpp Moves Culling.cpp::ProcessWorklist debug variables under preprocessing (#7043) 4 years ago
FeatureProcessor.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
FeatureProcessorFactory.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MeshDrawPacket.cpp Remove extra/bad profile markers (#4031) 4 years ago
PipelineState.cpp Reenable support for UI Elements that use Render Targets (#2352) 4 years ago
RPISystem.cpp Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed 4 years ago
RPIUtils.cpp Extended sub image pixel API to support component indexing. 4 years ago
RenderPipeline.cpp Fixes for viewport selection issues (#5494) 4 years ago
Scene.cpp Clang 13: Fix build errors ... 4 years ago
View.cpp Fix editor hang on level load (#6323) 4 years ago
ViewportContext.cpp Update return type for viewport screen functions (#5803) 4 years ago
ViewportContextManager.cpp Render joint names (#5685) 4 years ago
WindowContext.cpp Support for refresh rate and sync interval (#2989) 4 years ago