refactor(srp): rename camera request context surface

This commit is contained in:
2026-04-19 15:20:34 +08:00
parent 8edc68f02b
commit 237a628e2a
14 changed files with 114 additions and 114 deletions

View File

@@ -14,7 +14,7 @@ namespace XCEngine.Rendering
}
protected virtual void ConfigureCameraRenderRequest(
ScriptableRenderPipelineCameraRequestContext context)
CameraRenderRequestContext context)
{
}