refactor(rendering): queue managed fullscreen pass descriptors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user