Advertisement
Guest User

Jobs #3

a guest
May 22nd, 2023
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. public static void Execute(ref T jobData, System.IntPtr additionalData, System.IntPtr bufferRangePatchData, ref JobRanges ranges, int jobIndex) {
  2.     jobData.Execute();                
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement