Align managed raster RenderGraph authoring with URP
This commit is contained in:
@@ -540,6 +540,12 @@ namespace XCEngine
|
||||
ulong rasterPassHandle,
|
||||
ref Rendering.FinalColorSettings settings);
|
||||
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
internal static extern bool
|
||||
Rendering_ScriptableRenderContext_SetRasterPassManagedRenderFuncExecution(
|
||||
ulong nativeHandle,
|
||||
ulong rasterPassHandle);
|
||||
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
internal static extern bool
|
||||
Rendering_ScriptableRenderContext_CommitRasterPass(
|
||||
|
||||
Reference in New Issue
Block a user