mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-24 19:45:37 -05:00
Fix jobs
This commit is contained in:
@@ -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値を許容する
|
||||
|
||||
Reference in New Issue
Block a user