feat(srp): formalize scene recording and draw entrypoints
This commit is contained in:
@@ -135,7 +135,9 @@ namespace ProjectScripts
|
||||
return context != null &&
|
||||
renderingData != null &&
|
||||
renderingData.isMainSceneStage &&
|
||||
RecordOpaqueScenePhase(context);
|
||||
context.DrawRenderers(
|
||||
SceneRenderPhase.Opaque,
|
||||
RendererListType.Opaque);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user