Navigation
API > API/Runtime > API/Runtime/ImageCore
Description
FImage is tight packed in memory with slices adjacent to each other so we can just treat it was a 2d image with Height *= NumSlices
eg. make "ImagePart" of 16384 pixels, and make "Rows" for the FLinearColor pass that are always exactly 512 pixels
| Name | FImageCore::ImageParallelForComputeNumJobs |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/ImageParallelFor.h |
| Include Path | #include "ImageParallelFor.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/ImageParallelFor.cpp |
namespace FImageCore
{
int32 FImageCore::ImageParallelForComputeNumJobs
(
const FImageView & Image,
int64 * pRowsPerJob
)
}