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/Feature/Common/Code/Source/PostProcess
Qing Tao dcdd63966e
ATOM-15658 Better option of CreateCommonBuffer requires unique buffer name (#1133)
* ATOM-15658 Better option of CreateCommonBuffer requires unique buffer name
- Change the CreateCommonBuffer function to not require an unique  name by default.
- Remove the code for generating unique buffer names.
- Add buffer name to BufferAsset so it can be used for device object name instead of using asset file name.
- Change RPI::Buffer to use BufferName_AssetUuid as attachment id.
5 years ago
..
Bloom Initial commit 5 years ago
DepthOfField Removed unneeded comments (#673) 5 years ago
ExposureControl ATOM-15658 Better option of CreateCommonBuffer requires unique buffer name (#1133) 5 years ago
LookModification Integrating up through commit 90f050496 5 years ago
Ssao Initial commit 5 years ago
PostProcessBase.cpp Initial commit 5 years ago
PostProcessBase.h Initial commit 5 years ago
PostProcessFeatureProcessor.cpp Initial commit 5 years ago
PostProcessFeatureProcessor.h Initial commit 5 years ago
PostProcessSettings.cpp Initial commit 5 years ago
PostProcessSettings.h Initial commit 5 years ago