Function create
Synopsis
#include <Source/Falcor/Utils/Algorithm/ComputeParallelReduction.h>
static SharedPtr create()
Description
Create parallel reduction helper.
- Returns
- Created object, or an exception is thrown on failure.
Source
Lines 36-39 in Source/Falcor/Utils/Algorithm/ComputeParallelReduction.cpp. Line 61 in Source/Falcor/Utils/Algorithm/ComputeParallelReduction.h.
ComputeParallelReduction::SharedPtr ComputeParallelReduction::create()
{
return SharedPtr(new ComputeParallelReduction());
}