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/MorphTargets
galibzon 643bd84739
Create helper function for getting threads per (#4480)
* Create helper function for getting threads per
group from a compute shader

Added GetComputeShaderNumThreads() functions to RPIUtils.
By default the function returns 1, 1, 1 in case of errors.

Updated existing code that was looking for 'numthreads' attribute data
with the new GetComputeShaderNumThreads() API.

Signed-off-by: garrieta <garrieta@amazon.com>
4 years ago
..
MorphTargetComputePass.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MorphTargetComputePass.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MorphTargetDispatchItem.cpp Create helper function for getting threads per (#4480) 4 years ago
MorphTargetDispatchItem.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MorphTargetInputBuffers.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago