diff --git a/Assets/VRM10/Runtime/IO/Model/InterleaveMeshVerticesJob.cs b/Assets/VRM10/Runtime/IO/Model/InterleaveMeshVerticesJob.cs index 1cb865bb4..d3249c45d 100644 --- a/Assets/VRM10/Runtime/IO/Model/InterleaveMeshVerticesJob.cs +++ b/Assets/VRM10/Runtime/IO/Model/InterleaveMeshVerticesJob.cs @@ -14,14 +14,14 @@ namespace UniVRM10 /// 渡されたバッファを一つのバッファにインターリーブする /// #if ENABLE_VRM10_BURST -// [BurstCompile] + [BurstCompile] #endif internal struct InterleaveMeshVerticesJob : IJobParallelFor { [WriteOnly, NativeDisableParallelForRestriction] private NativeArray _vertices; - [ReadOnly, NativeDisableParallelForRestriction] + [ReadOnly] private readonly NativeArray _positions; // default値を許容する