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/Pass
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
..
Specific Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AttachmentReadback.cpp ATOM-16063 Remove SetShaderResourceGroupCallback in scene and update scene srg handling (#3969) 5 years ago
ComputePass.cpp Create helper function for getting threads per (#4480) 4 years ago
CopyPass.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
FullscreenTrianglePass.cpp change conversions to static_cast 5 years ago
MSAAResolvePass.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ParentPass.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Pass.cpp Revert "Refresh rate driven rendering tick logic (#3375)" 4 years ago
PassAttachment.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PassFactory.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PassFilter.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PassLibrary.cpp Hair - Hair Gem introduction to O3DE from Atom/barlev/AtomTressFX_DevRebase (#4439) 4 years ago
PassSystem.cpp [development] Atom CPU profiler include cleanup (#4272) 4 years ago
PassUtils.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
RasterPass.cpp [development] Migrated Atom CPU profiler to utilize new AzCore Profiler interface and related macros (#4160) 4 years ago
RenderPass.cpp Fix unused warnings release (#3677) 5 years ago