Exemplo n.º 1
0
 private static void InsertCommand(UnityEngine.Rendering.CommandBuffer buf, PluginExtCommands command, UnityEngine.Rendering.RenderTargetIdentifier source, UnityEngine.Rendering.RenderTargetIdentifier dest, UInt32 commandParam, UInt32 commandFlags)
 {
   buf.IssuePluginCustomBlit(PluginExtGetIssueEventCallback(), (UInt32)command, source, dest, commandParam, commandFlags);
 }