123456789101112131415161718192021222324252627282930313233343536373839 |
- #include "pch-c.h"
-
-
- #include "codegen/il2cpp-codegen-metadata.h"
-
-
-
-
-
- extern void CameraCaptureBridge_GetCachedCaptureActionsEnumerator_m5AF96FFFE623D93E1ABDE12DF9E17A420A69C498 (void);
- static Il2CppMethodPointer s_methodPointers[1] =
- {
- CameraCaptureBridge_GetCachedCaptureActionsEnumerator_m5AF96FFFE623D93E1ABDE12DF9E17A420A69C498,
- };
- static const int32_t s_InvokerIndices[1] =
- {
- 20684,
- };
- IL2CPP_EXTERN_C const Il2CppCodeGenModule g_Unity_RenderPipelines_Core_Runtime_Shared_CodeGenModule;
- const Il2CppCodeGenModule g_Unity_RenderPipelines_Core_Runtime_Shared_CodeGenModule =
- {
- "Unity.RenderPipelines.Core.Runtime.Shared.dll",
- 1,
- s_methodPointers,
- 0,
- NULL,
- s_InvokerIndices,
- 0,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- };
|