This commit is contained in:
connan 2024-12-20 16:23:12 +08:00
parent 4da512dc3f
commit 1a16456ff9
2 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ namespace X.Rendering.Feature
//cmd.SetRenderTarget(destination, RenderBufferLoadAction.DontCare, RenderBufferStoreAction.Store);
//cmd.IssuePluginEventAndData(RenderingPlugin.GetRenderEventAndDataFunc(), (int)RenderingPlugin.NativeRenderingEvent.SpatialUpScale, dataPtr);
SuperResolutionParamSets.Instance.RenderContext.ExecuteCommandBuffer(cmd);
cmd.Clear();
//CommandBufferPool.Release(cmd);
}