File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Packages/com.unity.render-pipelines.core/Runtime/GPUDriven Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ private void PostPostLateUpdate()
544
544
var lodGroupTransformData = m_Dispatcher . GetTransformChangesAndClear < LODGroup > ( TransformTrackingType . GlobalTRS , Allocator . TempJob ) ;
545
545
var lodGroupData = m_Dispatcher . GetTypeChangesAndClear < LODGroup > ( Allocator . TempJob , noScriptingArray : true ) ;
546
546
var meshDataSorted = m_Dispatcher . GetTypeChangesAndClear < Mesh > ( Allocator . TempJob , sortByInstanceID : true , noScriptingArray : true ) ;
547
- var materialData = m_Dispatcher . GetTypeChangesAndClear < Material > ( Allocator . TempJob ) ;
547
+ var materialData = m_Dispatcher . GetTypeChangesAndClear < Material > ( Allocator . TempJob , noScriptingArray : true ) ;
548
548
Profiler . EndSample ( ) ;
549
549
550
550
Profiler . BeginSample ( "GPUResindentDrawer.ProcessMaterials" ) ;
You can’t perform that action at this time.
0 commit comments