o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
31 stars 35 forks source link

Add support to pad skinned mesh buffers for the Skinning sample #635

Closed moudgils closed 1 year ago

moudgils commented 1 year ago

The buffers related to procedural meshes used for the skinning pass were padded in order to respect RPI::SkinnedMeshBufferAlignment. This helps ensure we are able to respect alignment restrictions across all backends. Tested on PC, Mac and ios

Related core engine PR - https://github.com/o3de/o3de/pull/16566 IMG_1922

LB-RobertBaczkowski commented 1 year ago

The pull request was tested by QA on the branch o3de-atom-sampleviewer/moudgils/PadSkinningStreamBuffers:

Two issues have been reported:

Please note that due to time constraints it was not possible to confirm whether the issues also occur on the ASV Development branch. This will be verified tomorrow.