Navigation
API > API/Runtime > API/Runtime/ImageCore
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageParallelFor.h |
| Include | #include "ImageParallelFor.h" |
namespace FImageCore
{
template<typename Lambda>
void FImageCore::ImageParallelFor
(
const TCHAR * DebugName,
const FImageView & Image,
const Lambda & Func
)
}
Remarks
Lambda is a functor that works on an FImageView() it will be called with portions of the image each portion will be a 2d FImageView (NumSlices == 1) use like : FImageCore::ImageParallelFor( TEXT("Texture.AdjustImageColorsFunc.PF"),Image, & {