Class DisableUninitializedReadCheckAttribute Extends Attribute

Public

Disable the check that prevents jobs from including uninitialized native arrays open for reading.

Sometimes jobs have to include a readable native array that starts out uninitialized. The job might for example write to it and later read from it in the same job.

See

#JobDependencyHandler.NewNativeArray