refactor(srp): move urp final color execution into managed feature
This commit is contained in:
@@ -65,5 +65,12 @@ namespace XCEngine.Rendering
|
||||
m_nativeHandle,
|
||||
(int)stage);
|
||||
}
|
||||
|
||||
public bool HasFinalColorProcessing()
|
||||
{
|
||||
return InternalCalls
|
||||
.Rendering_ScriptableRenderPipelinePlanningContext_GetHasFinalColorProcessing(
|
||||
m_nativeHandle);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user