refactor(rendering): queue managed fullscreen pass descriptors

This commit is contained in:
2026-04-18 13:51:09 +08:00
parent 788b1b971e
commit c91e87f2e2
6 changed files with 129 additions and 38 deletions

View File

@@ -405,9 +405,10 @@ namespace XCEngine
[MethodImpl(MethodImplOptions.InternalCall)]
internal static extern bool
Rendering_ScriptableRenderContext_RecordColorScaleFullscreenPass(
Rendering_ScriptableRenderContext_RecordFullscreenPass(
ulong nativeHandle,
ref Vector4 colorScale);
int passType,
ref Vector4 vectorPayload);
[MethodImpl(MethodImplOptions.InternalCall)]
internal static extern int