struct MAGES::MeshDeformations::InitializeCorrectionsBufferJob

Overview

Initializes the corrections buffer with default (0) value. More…

struct InitializeCorrectionsBufferJob: public IJobParallelFor
{
    // fields

    NativeArray ParticlesCorrections;
    NativeArray ParticlesCorrectionsCount;

    // methods

    void Execute(int particleIndex);
};

Detailed Documentation

Initializes the corrections buffer with default (0) value.

Fields

NativeArray ParticlesCorrections

The corrections buffer.

NativeArray ParticlesCorrectionsCount

The corrections count buffer.