This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,24 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
using UnityEngine.Bindings;
namespace Unity.Burst.LowLevel
{
// Token: 0x02000039 RID: 57
[Token(Token = "0x2000039")]
[NativeHeader("Runtime/Burst/BurstDelegateCache.h")]
[NativeHeader("Runtime/Burst/Burst.h")]
[StaticAccessor("BurstCompilerService::Get()", StaticAccessorType.Arrow)]
internal static class BurstCompilerService
{
// Token: 0x0600008E RID: 142 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x600008E")]
[Address(RVA = "0x2E1CBD0", Offset = "0x2E1B9D0", VA = "0x182E1CBD0")]
[ThreadSafe]
public unsafe static void* GetOrCreateSharedMemory(ref Hash128 key, uint size_of, uint alignment)
{
return null;
}
}
}