refactor(srp): move scene setup ownership into managed renderer
This commit is contained in:
@@ -21,6 +21,12 @@ namespace XCEngine.Rendering
|
||||
ConfigureCameraFramePlan(context);
|
||||
}
|
||||
|
||||
internal bool ConfigureRenderSceneSetupInstance(
|
||||
RenderSceneSetupContext context)
|
||||
{
|
||||
return ConfigureRenderSceneSetup(context);
|
||||
}
|
||||
|
||||
internal bool ConfigureDirectionalShadowExecutionStateInstance(
|
||||
DirectionalShadowExecutionContext context)
|
||||
{
|
||||
@@ -49,6 +55,12 @@ namespace XCEngine.Rendering
|
||||
{
|
||||
}
|
||||
|
||||
protected virtual bool ConfigureRenderSceneSetup(
|
||||
RenderSceneSetupContext context)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected virtual bool ConfigureDirectionalShadowExecutionState(
|
||||
DirectionalShadowExecutionContext context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user