This commit is contained in:
notargs
2021-11-12 19:09:05 +09:00
parent 6db8e5ecbf
commit ed4aada948

View File

@@ -14,14 +14,14 @@ namespace UniVRM10
/// 渡されたバッファを一つのバッファにインターリーブする
/// </summary>
#if ENABLE_VRM10_BURST
// [BurstCompile]
[BurstCompile]
#endif
internal struct InterleaveMeshVerticesJob : IJobParallelFor
{
[WriteOnly, NativeDisableParallelForRestriction]
private NativeArray<MeshVertex> _vertices;
[ReadOnly, NativeDisableParallelForRestriction]
[ReadOnly]
private readonly NativeArray<Vector3> _positions;
// default値を許容する