refactor(srp): move recording helpers into universal extensions
This commit is contained in:
@@ -10,7 +10,7 @@ namespace XCEngine.Rendering.Universal
|
||||
ScriptableRenderPipelineCameraRequestContext context)
|
||||
{
|
||||
if (context != null &&
|
||||
context.hasDirectionalShadow)
|
||||
context.HasDirectionalShadow())
|
||||
{
|
||||
context.ClearDirectionalShadow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user