This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 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;
}
}
}