Practice_Unity/Library/Bee/artifacts/iOS/il2cppOutput/cpp/Unity.RenderPipelines.Universal.Runtime__6.cpp
Seonkyu.kim 60d64f1069 작업
1. UI - 조이스틱 UIManager에 추가 및 Scene에서 호출 방식 변경
2. UI - 경험치 바 앞에 레벨 아이콘 추가
3. 몬스터 죽었을때 경험치로 변경
4. 경험치 바와 레벨 아이콘 연동

Todo
1. 투사체 공격 만들기
2. 몬스터가 플레이어 쫓아오게 만들기
3. 몬스터를 카메라 외각에서 다량으로 생성하는 기능 추가하기
4. 몬스터가 캐릭터 공격시 체력 닳게 하기
5. 메뉴 UI 만들기
6. 레벨업시 획득 스킬 UI 만들기
7. 체력바 UI 만들기
8. 공격시 데미지 띄우는 UI 만들기
2025-10-02 17:37:10 +09:00

31008 lines
1.7 MiB

#include "pch-cpp.hpp"
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct InterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct BaseRenderFunc_2_tA367BC6873E6166CAEC57DF6061E145117B9C512;
struct BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6;
struct DebugDisplaySettingsStats_1_tBFF67F2E6F4D9231320ABAD8D301958FC19B268E;
struct Dictionary_2_tCB9019887EB0254D4745B0724BC12327C5B63792;
struct Dictionary_2_tB41FAC88F07BAB98D6D373F7C94FB0496D1BDA32;
struct Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E;
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
struct Dictionary_2_t21E090827BAF9D0D011CB55C02CA666756BF1AE7;
struct Dictionary_2_t54101FB5AEA0292C95D30CFAB7909873BF26E0B9;
struct Dictionary_2_t50CD26719E8BE899BA7D94BA34FBEA7DB2EC2EFA;
struct Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806;
struct Dictionary_2_t8D403C45B564DB77AE8A32FD6D35E333ABE68793;
struct Dictionary_2_t8BD6308EB9E88486C040C0B44AAE81F0B6C637C9;
struct Dictionary_2_t5A7CE09F4D3EC74EEAE8DB41E209394AF6D9C99A;
struct Func_2_t8F27B2665786B94E51DF2F44BD915B93E379B6CB;
struct Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3;
struct Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF;
struct HashSet_1_tE8F98237DEE456C22A256E903FF802077A6BFA74;
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
struct IEnumerator_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33;
struct Lazy_1_tBFAAE9132FA43826576BE872F20EDCA48C34FA3F;
struct Lazy_1_t8BF68D560BD85EC85ECBE57F1B105CF767F8FBBC;
struct List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B;
struct List_1_tD2FA3273746E404D72561E8324608D18B52B533E;
struct List_1_t36734ACA044956B5B61977FA4D7D11B59AB0202C;
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
struct List_1_tF9D88C946600C782EE786A252258C0AA97BD019A;
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
struct List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4;
struct List_1_tB5216E2043E168F4E0A122E4594A52A4BA2394F2;
struct List_1_t1EFB69EBBF25AD12F3A9E56C62B12F01D63469CD;
struct List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C;
struct List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6;
struct List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6;
struct List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF;
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317;
struct List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8;
struct List_1_t7B0B015A57215073C45C813320AF5F3ECF8149F7;
struct List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A;
struct List_1_t6590FC1C3D6405E4972389536FA11B52542105C5;
struct Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C;
struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12;
struct Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F;
struct ReadOnlyCollection_1_tE414953665CCBE1BFF28E8E32C184621ADDA4B76;
struct ReadOnlyCollection_1_t6B7DBAE606F01BC50D92947B4B66E0A9EB9BDF64;
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6;
struct List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206;
struct GraphicsFormatU5BU5DU5BU5D_t1424BD937A890524D2A66FF39E61DEB0F10FE0A2;
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E;
struct RTHandleU5BU5DU5BU5D_t6066EC3F94599A5A42DA9A893F102E9618CB612F;
struct RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB;
struct AttachmentDescriptorU5BU5D_tC70107EBD955FE94BA31C7FDC146069EF9C547C1;
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
struct CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct GraphicsDeviceTypeU5BU5D_t4322565F239068C66BF47053B83BD6A9A9D16408;
struct GraphicsFormatU5BU5D_tF6A3D90C430FA3F548B77E5D58D25D71F154E6C5;
struct Hash128U5BU5D_tB104E7247B842648E447B7FCF4748077DC1F8C98;
struct Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct PlaneU5BU5D_t4EEF66BAA8B0140EFFF34F6183CE7F80546592BE;
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF;
struct RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5;
struct RenderStateBlockU5BU5D_tB3277DEBE81600D781CFFD366CF0B6E363775468;
struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE;
struct ScriptableRenderPassU5BU5D_tC40E3619A24B14CB90535A47C826514BE1343F87;
struct ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6;
struct ScriptableRendererDataU5BU5D_tC674C147618C92B68DB64ECFDC847C8A941C6169;
struct ScriptableRendererFeatureU5BU5D_t64361F1FA79104227050258B0751D3DF2E9FDA1C;
struct ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143;
struct ShadowSliceDataU5BU5D_t3B41B7A06BAB3677671AEE84FBCF1A23B7DC7D04;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
struct VolumeComponentU5BU5D_t9623DFEA760C190B40486621A48932B26706D143;
struct VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103;
struct VolumeStackU5BU5D_tB3F836716F0EA9AC82C3E276F445F039B88DE97E;
struct ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334;
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB;
struct BlitMaterialDataU5BU5D_tE7C98B1065D3ACEFD33E7B71693827E153CF5729;
struct ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E;
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
struct AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004;
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
struct Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225;
struct BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046;
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
struct CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE;
struct ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F;
struct ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8;
struct ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86;
struct ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644;
struct ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C;
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7;
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
struct ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61;
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C;
struct ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086;
struct CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693;
struct CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82;
struct CullingAllocationInfo_tB260F5CD0B290F74E145EB16E54B901CC68D9D5A;
struct CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487;
struct DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278;
struct DebugDisplaySettingsCommon_tC2EB56792BEE0BB23F9E2316D04D5B7494102C20;
struct DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0;
struct DebugDisplaySettingsMaterial_t1216E6947CF7C77A4FA32054B14EAC7ED7E59E58;
struct DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3;
struct DebugDisplaySettingsVolume_t3E447ED99A00BE4F99E6E1A536AF8A45E6B46214;
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4;
struct DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC;
struct DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0;
struct Delegate_t;
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
struct DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6;
struct DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF;
struct DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E;
struct DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68;
struct DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5;
struct DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686;
struct DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA;
struct FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172;
struct FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC;
struct ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA;
struct GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7;
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
struct GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1;
struct HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1;
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
struct ICameraHistoryReadAccess_t82941A5582DDE3378E869803BEB46D74EB89DF94;
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
struct IPerFrameHistoryAccessTracker_t028CECEE531F922D4CE68470D10E1AFF0C994C25;
struct IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372;
struct InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503;
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
struct InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9;
struct LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6;
struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3;
struct LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B;
struct MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3;
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D;
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
struct MethodInfo_t;
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
struct MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161;
struct MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14;
struct MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637;
struct MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD;
struct MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB;
struct NativePassCompiler_t4E5CE894AF5B8832B5828B22DAB0EA4FAC819E07;
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
struct PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA;
struct PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05;
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C;
struct ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90;
struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE;
struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B;
struct RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F;
struct RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8;
struct RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3;
struct RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B;
struct Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90;
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E;
struct RenderGraphBuilders_t899F9362CCFA453C5AF608B820107C9C37860D2A;
struct RenderGraphCompilationCache_t25B996EBE41BF50CAE9A81E97B9BBE376AAB55D2;
struct RenderGraphDebugParams_t36422B33508548E3E56CBAD04521104C2B3E669D;
struct RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D;
struct RenderGraphLogger_t63D96976880E0CD356860F2470D7DAF60B1AD40C;
struct RenderGraphObjectPool_t2F5488D55D836B54B6E85D2952105BA61AEE6437;
struct RenderGraphPass_tEFB5BD685D417024760D82991EEEA4F4D0454A93;
struct RenderGraphResourceRegistry_t87A07027B2175239DB5239913091B9D9FE7244D1;
struct RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130;
struct RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13;
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
struct ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791;
struct ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076;
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0;
struct ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892;
struct ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7;
struct ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6;
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
struct Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441;
struct StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07;
struct StencilStateData_t4181AB6F6A795950C67270CB147999D915071462;
struct StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081;
struct String_t;
struct SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6;
struct TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D;
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
struct Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F;
struct Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA;
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
struct TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7;
struct Type_t;
struct UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93;
struct UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107;
struct UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7;
struct UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80;
struct UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2;
struct UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C;
struct UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232;
struct UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653;
struct UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65;
struct UniversalRenderPipelineRuntimeTextures_tDA15F1E9BFCD85610D963AC723C03EB214D1EB86;
struct UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886;
struct UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A;
struct UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6;
struct UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629;
struct UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6;
struct UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626;
struct UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4;
struct UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C;
struct UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2;
struct Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC;
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
struct VolumeCollection_t77FAA5F213B6C65136416F16C37041371D041408;
struct VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621;
struct VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1;
struct VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8;
struct XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93;
struct XROcclusionMesh_tA0B52AD16F48002574AF9C1F274264C79ECB028D;
struct XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8;
struct XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF;
struct XRSystemData_t89A064914358326F98105E94D5F082C186133DE6;
struct XRVisibleMesh_tD685DD0F7C47F5270F8ABB3E7366972918E2B677;
struct PassData_tFB4F4716E1B2E7E0114D20117C36B283FD446E29;
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
struct PassData_tDAE1D33171A4E5E3DF38E7D534325CC68CA166BF;
struct PassData_t1038890089C1D9C981AA86D1976926E45838D305;
struct PassData_tF70F090B9F8F10D501515F31CF899BBEECA8D8B2;
struct DebugFinalValidationPassData_t8E6E203E5F9FFDDBB98153741C76049EEF9F744B;
struct DebugSetupPassData_t6FF39B74BC8FDCBD41EF92A852D5495C4F6F33EA;
struct PassData_t997EA1EDFBE94ACCA3144F3459F6A2D9CD412BA5;
struct PassData_tBB1FDAFAF2C734AAAEEE8597DEC90F9F6FAD020C;
struct PassData_tF4FD67FF7B2715C52BCB00E214D16901C0BCB1F6;
struct PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121;
struct PassData_t040721763CAC21C7BE315B3E869B0FD8FB39DD4A;
struct PassData_tD366FA555BBB5E9EA116F4553DA083826230EB0B;
struct PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548;
struct PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE;
struct HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21;
struct LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10;
struct WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B;
struct PassData_t4EBCD157121F31BADC982DAC39A13767A7E5207A;
struct PassData_t1917C250AD9B39677BBC382C7290D0FF82985551;
struct ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59;
struct TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122;
struct MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562;
struct CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644;
struct OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226;
struct OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C;
struct RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371;
struct DebugShaderResources_tDE399BFF5E1E9403CD4793CD8C8A51796C682B8B;
struct ProbeVolumeResources_t30A6677110700C97538A9A5E99ABEE1F847C4CE7;
struct U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8;
struct TextureResources_t8FB6A098EBF3C08BF1BD5EA926743C0FA595202B;
struct CopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE;
struct PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975;
struct PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714;
IL2CPP_EXTERN_C RuntimeClass* AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CameraRenderType_tC686ABD18F67CA30E6DF217007744F509606A41D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClearTargetsPass_tE871E7860C82F1575110F27E9D5505D71C1E8D0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebugDisplaySettings_1_tF9BB40752190C9012A404A38AD943959A102497A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tD2FA3273746E404D72561E8324608D18B52B533E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Profiling_t6DEB870A261B1B24E98EBC18BD0F599A3596BD76_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderGraphUtils_t5187325236407C6371A902639432312F5A5E6567_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderGraphUtils_tDC953A7099323FCDF5352374B249F7AD1C09DF87_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureXR_tB3A225CF8C32F06F290405118D16AE7F07ADE14B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VFXManager_tBD98CA24D5E15AFD9DAA3AF6B51F348C173A7E2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral01A849374C26F36DBF4641EFCBB31ABDCEFF10D2;
IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155;
IL2CPP_EXTERN_C String_t* _stringLiteral16985650950622A65B420CFCE7644DFF91942ABB;
IL2CPP_EXTERN_C String_t* _stringLiteral1891FEDCC8F9D1066816BB96D2FC428EC30438AB;
IL2CPP_EXTERN_C String_t* _stringLiteral19AD0C41AB960FE0D2237D2136556223F13ACAC2;
IL2CPP_EXTERN_C String_t* _stringLiteral22B754493A290BA9AA7D75FFB46FBA288A7C4F4F;
IL2CPP_EXTERN_C String_t* _stringLiteral2319EDD47A8C599C7635EB45DF22E02A70C55443;
IL2CPP_EXTERN_C String_t* _stringLiteral29C26AA219C04E92F81C79D766012FF3D5A43804;
IL2CPP_EXTERN_C String_t* _stringLiteral3371C9C28E563AFD0A683CA126F078F3F07B7306;
IL2CPP_EXTERN_C String_t* _stringLiteral375F7CA672568A6DBCC141249B37055AA4256DEB;
IL2CPP_EXTERN_C String_t* _stringLiteral381041D0FEE59A6E615372ECEBA4D316EB4EA230;
IL2CPP_EXTERN_C String_t* _stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF;
IL2CPP_EXTERN_C String_t* _stringLiteral3FD56F073048085B0B5A551F1A4E8F1DE3884574;
IL2CPP_EXTERN_C String_t* _stringLiteral41952C69A170DC68DEC8606D00F6606A370DBCAA;
IL2CPP_EXTERN_C String_t* _stringLiteral4811EF473BDEA9DCAEB91325D1BC710DBE1B5ACE;
IL2CPP_EXTERN_C String_t* _stringLiteral4988D60338CB7F72020460839874F2FF7A97E366;
IL2CPP_EXTERN_C String_t* _stringLiteral49AE794C00022ECA141068DEA9531BF6E0D342B7;
IL2CPP_EXTERN_C String_t* _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6;
IL2CPP_EXTERN_C String_t* _stringLiteral58B6BF3B42C2685388BEF56802C121B7B706AFB3;
IL2CPP_EXTERN_C String_t* _stringLiteral5DA3DE6F9076475B4724E084116651DB3C1CE241;
IL2CPP_EXTERN_C String_t* _stringLiteral623D7D1B9270737C2FD3399B020256328FD4BB6E;
IL2CPP_EXTERN_C String_t* _stringLiteral64B916F038A1C5A901AE054391F4ED6E766811EF;
IL2CPP_EXTERN_C String_t* _stringLiteral698DD12F4F946A68B1F4D96CA028AA691A8D72B8;
IL2CPP_EXTERN_C String_t* _stringLiteral6BB148816DE832D438B4EA52AC76303D149E0BA5;
IL2CPP_EXTERN_C String_t* _stringLiteral71336159859BFB0798BBA76D4ED2EE80E38E97A9;
IL2CPP_EXTERN_C String_t* _stringLiteral739BD29C62A318411ED6EEAB7516EEEA0F7261E2;
IL2CPP_EXTERN_C String_t* _stringLiteral7825BD5F32C61F945759E173E5A5EBBBADEA89D1;
IL2CPP_EXTERN_C String_t* _stringLiteral7B8E1B0F84DA0D0088EF3181F66331DE45C70B41;
IL2CPP_EXTERN_C String_t* _stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A;
IL2CPP_EXTERN_C String_t* _stringLiteral805B107E5A0FD91A36D6DDEF42EEF234C69C0708;
IL2CPP_EXTERN_C String_t* _stringLiteral86A36C6F6A84F667731F21AC06EFA79D0D836576;
IL2CPP_EXTERN_C String_t* _stringLiteral877BE0BAD0421508022E3F58B2CD519943D2EE8D;
IL2CPP_EXTERN_C String_t* _stringLiteral8A487BAA4556FE46247C9E82FA45126D254491FC;
IL2CPP_EXTERN_C String_t* _stringLiteral91E60A6C8CBD12CE39E39F884D16AFA650CF570C;
IL2CPP_EXTERN_C String_t* _stringLiteral96BAAD4A81B51FD7271A5B9DAA92E71C9C08F8A3;
IL2CPP_EXTERN_C String_t* _stringLiteralA56025010F2F34BDBF65A581289F767127F1A574;
IL2CPP_EXTERN_C String_t* _stringLiteralA6F8530D0057C4924C3C7151E55A68CE9A843598;
IL2CPP_EXTERN_C String_t* _stringLiteralB76766DDB07BD1627E12D11E7FD9851F58E88131;
IL2CPP_EXTERN_C String_t* _stringLiteralB8478837555741A010697D1C433953E33242C036;
IL2CPP_EXTERN_C String_t* _stringLiteralBADFFE553338E60D3B9423A1E8132DA6D5EC950B;
IL2CPP_EXTERN_C String_t* _stringLiteralBD95C421DC1A7D701DDD7D8BD51DEDA1CBA7ACFA;
IL2CPP_EXTERN_C String_t* _stringLiteralC7BA9B667DF2AB159F72DA2C7ED8D56F85C261B5;
IL2CPP_EXTERN_C String_t* _stringLiteralC8B3F485C7232D90884130F2900C6FE0697181DF;
IL2CPP_EXTERN_C String_t* _stringLiteralC92F8FDEB3FFC1C7C287FF4FE518A8D677E0272D;
IL2CPP_EXTERN_C String_t* _stringLiteralCA2DEC8FE08E1ED2D7923EB57B196235FAD5E16B;
IL2CPP_EXTERN_C String_t* _stringLiteralCAF9BE5946F30F5F1B6EE5785E1B6682EB2F677D;
IL2CPP_EXTERN_C String_t* _stringLiteralD1084CB06750938DE36B16810EFA215DA4A5E58E;
IL2CPP_EXTERN_C String_t* _stringLiteralD971929694EC44844096A844D2D2E5F29C0178B9;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465;
IL2CPP_EXTERN_C String_t* _stringLiteralDF07434CEFDDCFF384798A25DDD888AF6E3F6104;
IL2CPP_EXTERN_C String_t* _stringLiteralE7BDDA8530BBBFA60A4AB63033AB7392593414D6;
IL2CPP_EXTERN_C String_t* _stringLiteralEAAD9C91FEB151E7019C2D8B7B777FBA9BB78DE1;
IL2CPP_EXTERN_C String_t* _stringLiteralF14F5C6FF1F56A3FF0EAE6FC6096C47B6E2732AD;
IL2CPP_EXTERN_C String_t* _stringLiteralF7B41412E1D9EBEFD4D660695CB7AAEE55E4B089;
IL2CPP_EXTERN_C const RuntimeMethod* Component_TryGetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_m35E5F023EFE6ACC6342424F0DA94033D5CCC2B60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_TryGetComponent_TisSkybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441_mB3DA0FE8D3E694E5E4720100E597349CD7080BCA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DebugDisplaySettings_1_get_Instance_m6C56D7F9230F1B79878679208F04EE70F413D93B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m334C7EB9FBAEA8BC87ECC95C2C0D322E498B6699_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEDFBA1A78C8BF94339410CCE79ED2B8947023112_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m29C44877AE440B7C67CDFC9AF883993C67C51115_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m699A9E1D941711453887F76F5DD8E797A46A5D48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m65E52814F3289E84E69A7324ED46026114A0FFAE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9F173585FAD931312EF7F684265C41C5747AD600_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m257D49B2F0B2F6DAFF2E3EC7F53B5930D5BB6D46_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m0FFE49991D29C8D3F0C54AE16E5E15C3F913C850_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3B3C11550E48AA36AFF82788636EB163CC51FEE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_TryGetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3E05562E7AE2F3F025CABDBA0E92886031957C06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_mBCAEF774AB0C0563A29C16F3A5305AE1A081C3BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m07D5E1BC221A2D60018D787F5739E9B62E46E0F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_GetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m056A6DF99F51AC9AF02BB64BE4677C83E02946F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_TryGetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m2A0CB425B70CA29AE5110E163CC6336577FBD96D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65_m23854122813BC1369966F4E9BFEED1BBA668E187_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886_m51F8012D9CBC58274FEFAC9366F4F9A4A19B958F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m8210CDF822207FE337D06D69FE39F8E93AA42831_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisCopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE_mD23169EF046DF27C1343197021C152EBCF6AA875_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m76F63DF8ACCFFC567DB2DBC27EE2D4A68286F387_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0ED7F868DFBF0B8A5F2C3A7252C548079FD8BB4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m82EFB25742BBF4B896DD9DCB9BED813145B9F14E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAll_mBCB94B6BAB8010510D22E2A29F404CA320439848_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m866D12145D68801EE3C4B1270B996B0DFA38E6BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m735F7A05528CC71E71E3019311F2E22CF9E2C681_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF90A8E88309F9B3E37747AEFA9DA60FF659CCF48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5D68242A68E21113C5B824DFC87A88F9A9B3D153_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m81D0B7C641653EC8742F7B48EC513ECBD2A61C97_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m47E8A6FDB70C8FF501F7B79DCACE9221491178CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_IsEmpty_m103ED72C9A600293A5D90082A9EBFFFB5242011D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_mCB8FCC95751286F0A447453F4426B7D3C1471FC6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_op_Equality_mD485CFA02CFCB03142B47BC5262BEB3F78BA8A70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_op_Implicit_m7D3C55EA4F2BED3949E6BE9C4DFE9D15F3712C0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisCopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE_mABF02D77C7133060B85358E8D387B6BC67EE999A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_mC579312D00B4AB1FF0C634D2A740E584622C69FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_mED105F1DB197E159F07DE41446F0203180C8A441_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_m066B480F835EDE1819C9F5F060705A32090F88DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Span_1_op_Implicit_m590B4B6A19448C32E505CB656EDBF5DE30F744F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CBlitEmptyTextureU3Eb__156_0_m505AD9345AEE2B04272E88C92C86430E4E4194A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3COnAfterRenderingU3Eb__213_0_m9E880EEDDE48A567871B1482FE333FC24480D34E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSetupU3Eb__126_0_mE8A312FDD1D48C88179D5D44F547ADB183AE65AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSetupU3Eb__126_1_mCAFF7157B1925586E60ED60FC2E7224DA5593ACE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUpdateCameraStackU3Eb__50_0_m787DC3B60044C3DC5A37DB27A34B9739AAB07BEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalCameraHistory_GetHistoryForRead_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_mF168894A76698156A6193058D5087AFB56413EDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalCameraHistory_GetHistoryForRead_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m583FDABE02E20FADB0A7329BB31285711FA5732A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalCameraHistory_GetHistoryForWrite_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m3F178618CBD7A621CDF8566199D3FBD105C08230_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalCameraHistory_GetHistoryForWrite_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m8D5CA8543CBD8DDCF528B2E93AB295B3F2BAAB4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalCameraHistory_IsAccessRequested_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m5AD41D014D98EBCD942792B81AEB45DD0B95AE1A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalCameraHistory_IsAccessRequested_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mA9F01657812C24B782351F1FD15AD358179188FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalCameraHistory_RequestAccess_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m7435D78A5F9DA71E7ADA844178743C647FBDE1F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalCameraHistory_RequestAccess_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mAD0C4172E73C797F23781044557964F7CEEA6F79_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalRenderer_Setup_m7EBDF9985169787D820F1E67D8DF4B8CEFF3197B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalRenderer_UpdateInstanceOccluders_mF66D7599FC170AACC4BBFA29C123FA88061DE79B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m5F4A44F5994320C2DEF6F42F894CC55D0C901DD6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XRPassUniversal_Create_m3293C05C1F279EF2080CDFA0E7E8106B40DD88FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* CameraRenderType_tC686ABD18F67CA30E6DF217007744F509606A41D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF;
struct ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6;
struct ScriptableRendererDataU5BU5D_tC674C147618C92B68DB64ECFDC847C8A941C6169;
struct ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7;
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB;
struct ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
struct DebugDisplaySettings_1_tF9BB40752190C9012A404A38AD943959A102497A : public RuntimeObject
{
HashSet_1_tE8F98237DEE456C22A256E903FF802077A6BFA74* ___m_Settings;
};
struct List_1_tD2FA3273746E404D72561E8324608D18B52B533E : public RuntimeObject
{
CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6 : public RuntimeObject
{
ScriptableRenderPassU5BU5D_tC40E3619A24B14CB90535A47C826514BE1343F87* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6 : public RuntimeObject
{
ScriptableRendererFeatureU5BU5D_t64361F1FA79104227050258B0751D3DF2E9FDA1C* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF : public RuntimeObject
{
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8 : public RuntimeObject
{
VolumeStackU5BU5D_tB3F836716F0EA9AC82C3E276F445F039B88DE97E* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C : public RuntimeObject
{
};
struct BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06 : public RuntimeObject
{
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_WrappedCommandBuffer;
RenderGraphPass_tEFB5BD685D417024760D82991EEEA4F4D0454A93* ___m_ExecutingPass;
};
struct BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046 : public RuntimeObject
{
Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* ___m_RTHandles;
RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___m_RTHandleSystem;
bool ___m_DisposedValue;
};
struct CameraExtensions_tCEC5D7717FA948423D8DF2A802F2692FB9A7C10D : public RuntimeObject
{
};
struct CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01 : public RuntimeObject
{
};
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C : public RuntimeObject
{
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* ___m_Items;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_ActiveItemIndices;
};
struct ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086 : public RuntimeObject
{
};
struct LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135 : public RuntimeObject
{
};
struct LightExtensions_t86F5F2A8993E2F904125295052D841DDB8D8E1F2 : public RuntimeObject
{
};
struct MemberInfo_t : public RuntimeObject
{
};
struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE : public RuntimeObject
{
CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___U3CsamplerU3Ek__BackingField;
CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___U3CinlineSamplerU3Ek__BackingField;
String_t* ___U3CnameU3Ek__BackingField;
Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___m_Recorder;
Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___m_InlineRecorder;
};
struct StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07 : public RuntimeObject
{
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___m_StencilDitherMaskSeedMaterials;
int32_t ____StencilDitherPattern;
int32_t ____StencilRefDitherMask;
int32_t ____StencilWriteDitherMask;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSampler;
};
struct String_t : public RuntimeObject
{
int32_t ____stringLength;
Il2CppChar ____firstChar;
};
struct UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80 : public RuntimeObject
{
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* ___m_Items;
int32_t ___m_Version;
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___m_HistoryTextures;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* ___OnGatherHistoryRequests;
};
struct UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65 : public RuntimeObject
{
int32_t ___m_Version;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_FallbackErrorShader;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_BlitHDROverlay;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_CoreBlitPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_CoreBlitColorAndDepthPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_SamplingPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_TerrainDetailLit;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_TerrainDetailGrassBillboard;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_TerrainDetailGrass;
};
struct UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886 : public RuntimeObject
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_xrOcclusionMeshPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_xrMirrorViewPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_xrMotionVector;
};
struct UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629 : public RuntimeObject
{
int32_t ___m_Version;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_CopyDepthPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_CameraMotionVector;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StencilDeferredPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_ClusterDeferred;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StencilDitherMaskSeedPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DBufferClear;
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
struct VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621 : public RuntimeObject
{
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___U3CstackU3Ek__BackingField;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_BaseComponentTypeArray;
VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* ___U3CglobalDefaultProfileU3Ek__BackingField;
VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* ___U3CqualityDefaultProfileU3Ek__BackingField;
ReadOnlyCollection_1_t6B7DBAE606F01BC50D92947B4B66E0A9EB9BDF64* ___U3CcustomDefaultProfilesU3Ek__BackingField;
VolumeCollection_t77FAA5F213B6C65136416F16C37041371D041408* ___m_VolumeCollection;
VolumeComponentU5BU5D_t9623DFEA760C190B40486621A48932B26706D143* ___m_ComponentsDefaultState;
VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103* ___m_ParametersDefaultState;
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___m_DefaultStack;
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* ___m_CreatedVolumeStacks;
bool ___U3CisInitializedU3Ek__BackingField;
};
struct VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72 : public RuntimeObject
{
bool ___m_OverrideState;
};
struct VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8 : public RuntimeObject
{
Dictionary_2_t5A7CE09F4D3EC74EEAE8DB41E209394AF6D9C99A* ___components;
VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103* ___parameters;
bool ___requiresReset;
bool ___requiresResetForAllProperties;
bool ___U3CisValidU3Ek__BackingField;
};
struct RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371 : public RuntimeObject
{
bool ___U3CcameraStackingU3Ek__BackingField;
bool ___U3CmsaaU3Ek__BackingField;
};
struct U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8 : public RuntimeObject
{
};
struct U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B : public RuntimeObject
{
};
struct Profiling_t6DEB870A261B1B24E98EBC18BD0F599A3596BD76 : public RuntimeObject
{
};
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
{
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list;
int32_t ____index;
int32_t ____version;
RuntimeObject* ____current;
};
struct Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625
{
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ____list;
int32_t ____index;
int32_t ____version;
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* ____current;
};
struct Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786
{
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ____list;
int32_t ____index;
int32_t ____version;
ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6* ____current;
};
struct ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D
{
int32_t ___Item1;
int32_t ___Item2;
};
struct ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8
{
uint32_t ___Item1;
uint32_t ___Item2;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
bool ___m_value;
};
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
uint8_t ___m_value;
};
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___m_owner;
uint32_t ___m_TypeId;
};
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
{
float ___r;
float ___g;
float ___b;
float ___a;
};
struct CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5
{
union
{
struct
{
};
uint8_t CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5__padding[1];
};
};
struct CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F
{
int32_t ___filterMode;
uint32_t ___cullingMask;
int32_t ___instanceID;
};
struct DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255
{
uint8_t ___m_WriteEnabled;
int8_t ___m_CompareFunction;
};
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
double ___m_value;
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
struct Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40
{
uint64_t ___u64_0;
uint64_t ___u64_1;
};
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
int32_t ___m_value;
};
struct IntPtr_t
{
void* ___m_value;
};
struct JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08
{
uint64_t ___jobGroup;
int32_t ___version;
};
struct LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB
{
int32_t ___m_Mask;
};
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682
{
union
{
struct
{
};
uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1];
};
};
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
{
float ___m00;
float ___m10;
float ___m20;
float ___m30;
float ___m01;
float ___m11;
float ___m21;
float ___m31;
float ___m02;
float ___m12;
float ___m22;
float ___m32;
float ___m03;
float ___m13;
float ___m23;
float ___m33;
};
struct PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9
{
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* ___m_ColorGradingLutPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_FinalPostProcessPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AfterPostProcessColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorGradingLut;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_RendererPostProcessData;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_CurrentPostProcessData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
};
struct PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_pinvoke
{
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* ___m_ColorGradingLutPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_FinalPostProcessPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AfterPostProcessColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorGradingLut;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_RendererPostProcessData;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_CurrentPostProcessData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
};
struct PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_com
{
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* ___m_ColorGradingLutPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_FinalPostProcessPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AfterPostProcessColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorGradingLut;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_RendererPostProcessData;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_CurrentPostProcessData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
};
struct PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD
{
union
{
struct
{
};
uint8_t ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD__padding[1];
};
};
struct RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8 : public BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06
{
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147
{
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___cmd;
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147_marshaled_pinvoke
{
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___cmd;
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147_marshaled_com
{
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___cmd;
};
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
{
float ___m_XMin;
float ___m_YMin;
float ___m_Width;
float ___m_Height;
};
struct RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71
{
int32_t ___m_LowerBound;
int32_t ___m_UpperBound;
};
struct RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7
{
uint8_t ___m_WriteMask;
uint8_t ___m_SourceColorBlendMode;
uint8_t ___m_DestinationColorBlendMode;
uint8_t ___m_SourceAlphaBlendMode;
uint8_t ___m_DestinationAlphaBlendMode;
uint8_t ___m_ColorBlendOperation;
uint8_t ___m_AlphaBlendOperation;
uint8_t ___m_Padding;
};
struct RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1
{
uint32_t ___m_Bits;
};
struct ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0
{
int32_t ___m_Id;
};
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
float ___m_value;
};
struct SortingLayerRange_t96D04CFB4E8824978FEB2CFFFCFEAC37E56D52C9
{
int16_t ___m_LowerBound;
int16_t ___m_UpperBound;
};
struct StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9
{
uint8_t ___m_Enabled;
uint8_t ___m_ReadMask;
uint8_t ___m_WriteMask;
uint8_t ___m_Padding;
uint8_t ___m_CompareFunctionFront;
uint8_t ___m_PassOperationFront;
uint8_t ___m_FailOperationFront;
uint8_t ___m_ZFailOperationFront;
uint8_t ___m_CompareFunctionBack;
uint8_t ___m_PassOperationBack;
uint8_t ___m_FailOperationBack;
uint8_t ___m_ZFailOperationBack;
};
struct SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026
{
int32_t ___cullingSplitIndex;
int32_t ___occluderSubviewIndex;
};
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
uint32_t ___m_value;
};
struct UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653 : public DebugDisplaySettings_1_tF9BB40752190C9012A404A38AD943959A102497A
{
DebugDisplaySettingsCommon_tC2EB56792BEE0BB23F9E2316D04D5B7494102C20* ___U3CcommonSettingsU3Ek__BackingField;
DebugDisplaySettingsMaterial_t1216E6947CF7C77A4FA32054B14EAC7ED7E59E58* ___U3CmaterialSettingsU3Ek__BackingField;
DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3* ___U3CrenderingSettingsU3Ek__BackingField;
DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0* ___U3ClightingSettingsU3Ek__BackingField;
DebugDisplaySettingsVolume_t3E447ED99A00BE4F99E6E1A536AF8A45E6B46214* ___U3CvolumeSettingsU3Ek__BackingField;
DebugDisplaySettingsStats_1_tBFF67F2E6F4D9231320ABAD8D301958FC19B268E* ___U3CdisplayStatsU3Ek__BackingField;
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___U3CgpuResidentDrawerSettingsU3Ek__BackingField;
};
struct UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
bool ___U3CisAccessibleU3Ek__BackingField;
};
struct UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2 : public BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06
{
};
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
{
float ___x;
float ___y;
};
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
{
int32_t ___m_X;
int32_t ___m_Y;
};
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
{
float ___x;
float ___y;
float ___z;
};
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
{
float ___x;
float ___y;
float ___z;
float ___w;
};
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
struct float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA
{
float ___x;
float ___y;
};
struct float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E
{
float ___x;
float ___y;
float ___z;
};
struct int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A
{
int32_t ___x;
int32_t ___y;
};
struct U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F
{
union
{
struct
{
float ___FixedElementField;
};
uint8_t U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F__padding[128];
};
};
struct U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9
{
union
{
struct
{
uint8_t ___FixedElementField;
};
uint8_t U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9__padding[96];
};
};
struct U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F
{
union
{
struct
{
uint8_t ___FixedElementField;
};
uint8_t U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F__padding[96];
};
};
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
bool ___isSet;
};
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC_marshaled_pinvoke
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
int32_t ___isSet;
};
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC_marshaled_com
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
int32_t ___isSet;
};
struct InitParams_tD826C0704956D3F1286BCCC07B5A5F61FFA7FCD6
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___stencilDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___clusterDeferredMaterial;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___lightCookieManager;
bool ___deferredPlus;
};
struct InitParams_tD826C0704956D3F1286BCCC07B5A5F61FFA7FCD6_marshaled_pinvoke
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___stencilDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___clusterDeferredMaterial;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___lightCookieManager;
int32_t ___deferredPlus;
};
struct InitParams_tD826C0704956D3F1286BCCC07B5A5F61FFA7FCD6_marshaled_com
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___stencilDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___clusterDeferredMaterial;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___lightCookieManager;
int32_t ___deferredPlus;
};
struct InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472
{
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___lightCookieManager;
bool ___forwardPlus;
};
struct InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472_marshaled_pinvoke
{
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___lightCookieManager;
int32_t ___forwardPlus;
};
struct InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472_marshaled_com
{
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___lightCookieManager;
int32_t ___forwardPlus;
};
struct SwapBuffer_t431F23072C45F1BEE6FF42872627D5393B39A7C4
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___rtMSAA;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___rtResolve;
String_t* ___name;
int32_t ___msaa;
};
struct SwapBuffer_t431F23072C45F1BEE6FF42872627D5393B39A7C4_marshaled_pinvoke
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___rtMSAA;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___rtResolve;
char* ___name;
int32_t ___msaa;
};
struct SwapBuffer_t431F23072C45F1BEE6FF42872627D5393B39A7C4_marshaled_com
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___rtMSAA;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___rtResolve;
Il2CppChar* ___name;
int32_t ___msaa;
};
struct U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955
{
union
{
struct
{
uint8_t ___FixedElementField;
};
uint8_t U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955__padding[160];
};
};
struct U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D
{
union
{
struct
{
float ___FixedElementField;
};
uint8_t U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D__padding[128];
};
};
struct Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
int32_t ___requestVersion;
int32_t ___writeVersion;
};
struct Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshaled_pinvoke
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
int32_t ___requestVersion;
int32_t ___writeVersion;
};
struct Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshaled_com
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
int32_t ___requestVersion;
int32_t ___writeVersion;
};
struct ByReference_1_t98B79BFB40A2CA0814BC183B09B4339A5EBF8524
{
intptr_t ____value;
};
struct ByReference_1_t7AFB8E16F9D591CD3B3EE50865A40D621B9028D1
{
intptr_t ____value;
};
struct ByReference_1_t8322F217CA9955AF7C77C90A5897618C45E4B1E4
{
intptr_t ____value;
};
struct ByReference_1_t9B11575042087999A6BC8C21CB3BAC178D57E466
{
intptr_t ____value;
};
struct AccessFlags_tB7D400C853C05A1DB9C6B56DF14E43721F0B1739
{
int32_t ___value__;
};
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
{
int32_t ___value__;
};
struct AntialiasingMode_tDF75AC7BDAF51FA550F528F7B798416ACB8D3487
{
int32_t ___value__;
};
struct AntialiasingQuality_t45B2A050F79EB8B705FED3F3F30A70942E71D605
{
int32_t ___value__;
};
struct BlendState_tC9B817349E49EF26CBCDC8FCE02789A661DC2630
{
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState0;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState1;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState2;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState3;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState4;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState5;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState6;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState7;
uint8_t ___m_SeparateMRTBlendStates;
uint8_t ___m_AlphaToMask;
int16_t ___m_Padding;
};
struct BuiltinRenderTextureType_t3D56813CAC7C6E4AC3B438039BD1CE7E62FE7C4E
{
int32_t ___value__;
};
struct BuiltinShaderDefine_t2363E87FFF1C47CA077C32FC7F64B79345351E37
{
int32_t ___value__;
};
struct CameraClearFlags_t91B921013F611457A09B92EF9C6B218CECF67202
{
int32_t ___value__;
};
struct CameraOverrideOption_tFE4F529A065C94484CFF2D27D4D7D2D8ADB145A9
{
int32_t ___value__;
};
struct CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___screenRect;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___viewDir;
float ___projectionNear;
float ___projectionFar;
float ___cameraNear;
float ___cameraFar;
float ___cameraAspect;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___actualWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraClipToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___implicitProjection;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipLeft;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipRight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___worldToCamera;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___up;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___right;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___transformDirection;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___cameraEuler;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___velocity;
float ___farPlaneWorldSpaceLength;
uint32_t ___rendererCount;
U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F ___m_ShadowCullPlanes;
U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9 ___m_CameraCullPlanes;
float ___baseFarDistance;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___shadowCullCenter;
U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F ___layerCullDistances;
int32_t ___layerCullSpherical;
CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F ___coreCameraValues;
uint32_t ___cameraType;
int32_t ___projectionIsOblique;
int32_t ___isImplicitProjectionMatrix;
bool ___useInteractiveLightBakingData;
};
struct CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57_marshaled_pinvoke
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___screenRect;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___viewDir;
float ___projectionNear;
float ___projectionFar;
float ___cameraNear;
float ___cameraFar;
float ___cameraAspect;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___actualWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraClipToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___implicitProjection;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipLeft;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipRight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___worldToCamera;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___up;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___right;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___transformDirection;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___cameraEuler;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___velocity;
float ___farPlaneWorldSpaceLength;
uint32_t ___rendererCount;
U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F ___m_ShadowCullPlanes;
U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9 ___m_CameraCullPlanes;
float ___baseFarDistance;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___shadowCullCenter;
U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F ___layerCullDistances;
int32_t ___layerCullSpherical;
CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F ___coreCameraValues;
uint32_t ___cameraType;
int32_t ___projectionIsOblique;
int32_t ___isImplicitProjectionMatrix;
int32_t ___useInteractiveLightBakingData;
};
struct CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57_marshaled_com
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___screenRect;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___viewDir;
float ___projectionNear;
float ___projectionFar;
float ___cameraNear;
float ___cameraFar;
float ___cameraAspect;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___actualWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraClipToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___implicitProjection;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipLeft;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipRight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___worldToCamera;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___up;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___right;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___transformDirection;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___cameraEuler;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___velocity;
float ___farPlaneWorldSpaceLength;
uint32_t ___rendererCount;
U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F ___m_ShadowCullPlanes;
U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9 ___m_CameraCullPlanes;
float ___baseFarDistance;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___shadowCullCenter;
U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F ___layerCullDistances;
int32_t ___layerCullSpherical;
CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F ___coreCameraValues;
uint32_t ___cameraType;
int32_t ___projectionIsOblique;
int32_t ___isImplicitProjectionMatrix;
int32_t ___useInteractiveLightBakingData;
};
struct CameraRenderType_tC686ABD18F67CA30E6DF217007744F509606A41D
{
int32_t ___value__;
};
struct CameraType_tCA1017DBE96964E1D967942FB98F152F14121FCD
{
int32_t ___value__;
};
struct ClearFlag_t0B57BE5A60AA0EE7CC0DAE7E7DF82EB993A59ADD
{
int32_t ___value__;
};
struct ColorGradingMode_t980B9396D20213763F23C4D474BC079FC68BF83E
{
int32_t ___value__;
};
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7 : public RuntimeObject
{
intptr_t ___m_Ptr;
};
struct CompareFunction_tF4CB32BA795A16A1488DD63D6CF4DC71B20E1518
{
int32_t ___value__;
};
struct CopyDepthMode_t0A1F431DCE72B7B024FF0A3C035807DB818B5EEC
{
int32_t ___value__;
};
struct CopyTextureSupport_t4EFE718FA2FC4A185D5011E063FAA1249550C644
{
int32_t ___value__;
};
struct CubemapFace_t300D6E2CD7DF60D44AA28338748B607677ED1D1B
{
int32_t ___value__;
};
struct CullMode_t049B71889E4E981866E205A3F71DC8B856306D50
{
int32_t ___value__;
};
struct CullingOptions_t94DE290A993D1671AE0E2CAC416FD9F37222B812
{
int32_t ___value__;
};
struct CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267
{
intptr_t ___ptr;
CullingAllocationInfo_tB260F5CD0B290F74E145EB16E54B901CC68D9D5A* ___m_AllocationInfo;
};
struct DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278 : public RuntimeObject
{
bool ___occluderDebugViewEnable;
bool ___occluderContextStats;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___occluderDebugViewRange;
int32_t ___occluderDebugViewIndex;
};
struct DebugFullScreenMode_tEB766BE7C6F8CB12AC364BBFCB01D794D2F79771
{
int32_t ___value__;
};
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4 : public RuntimeObject
{
DebugSetupPassData_t6FF39B74BC8FDCBD41EF92A852D5495C4F6F33EA* ___s_DebugSetupPassData;
DebugFinalValidationPassData_t8E6E203E5F9FFDDBB98153741C76049EEF9F744B* ___s_DebugFinalValidationPassData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ReplacementMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_HDRDebugViewMaterial;
HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* ___m_HDRDebugViewPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugScreenColorHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugScreenDepthHandle;
UniversalRenderPipelineRuntimeTextures_tDA15F1E9BFCD85610D963AC723C03EB214D1EB86* ___m_RuntimeTextures;
bool ___m_HasDebugRenderTarget;
bool ___m_DebugRenderTargetSupportsStereo;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_DebugRenderTargetPixelRect;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_DebugRenderTargetRangeRemap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugRenderTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugFontTexture;
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_debugDisplayConstant;
UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* ___m_DebugDisplaySettings;
};
struct DebugLightingFeatureFlags_t3C06D9805A503D0B8F86DD20740B36B8D0BECCFC
{
int32_t ___value__;
};
struct DebugLightingMode_t25BFA497C411523EDC10E048FAED7BE88507E3CC
{
int32_t ___value__;
};
struct DebugMipInfoMode_tACC9FBFB82079F41CF4483FC6748825CE96FB97C
{
int32_t ___value__;
};
struct DebugMipMapModeTerrainTexture_t3A80BFE9B1F3F898C29CC9FE8FB85F788B7D7316
{
int32_t ___value__;
};
struct DebugMipMapStatusMode_tC1F2BB03B3FB0335947B7F49D21C56E1FB237997
{
int32_t ___value__;
};
struct DebugOverdrawMode_tD0722D3AB7D89146717E9CFD7703F18E6C728ACE
{
int32_t ___value__;
};
struct DebugPostProcessingMode_t10836A037369A3E02166D938092FDCAAEB1C7934
{
int32_t ___value__;
};
struct DebugSceneOverrideMode_t9B04DEDB486A515397D02EFFC03637B14F0077E0
{
int32_t ___value__;
};
struct DebugValidationMode_t387187AD146D9B59B659C4F5C9B47192BFBF7EB8
{
int32_t ___value__;
};
struct DebugWireframeMode_t99987445F09A01ACF64D97733EC6DEEE1027496A
{
int32_t ___value__;
};
struct DefaultFormat_t76E7B829061170DA4EE4B2B6574C47DD182B7BF3
{
int32_t ___value__;
};
struct Delegate_t : public RuntimeObject
{
intptr_t ___method_ptr;
intptr_t ___invoke_impl;
RuntimeObject* ___m_target;
intptr_t ___method;
intptr_t ___delegate_trampoline;
intptr_t ___extra_arg;
intptr_t ___method_code;
intptr_t ___interp_method;
intptr_t ___interp_invoke_impl;
MethodInfo_t* ___method_info;
MethodInfo_t* ___original_method_info;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
bool ___method_is_virtual;
};
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr;
intptr_t ___invoke_impl;
Il2CppIUnknown* ___m_target;
intptr_t ___method;
intptr_t ___delegate_trampoline;
intptr_t ___extra_arg;
intptr_t ___method_code;
intptr_t ___interp_method;
intptr_t ___interp_invoke_impl;
MethodInfo_t* ___method_info;
MethodInfo_t* ___original_method_info;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
int32_t ___method_is_virtual;
};
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr;
intptr_t ___invoke_impl;
Il2CppIUnknown* ___m_target;
intptr_t ___method;
intptr_t ___delegate_trampoline;
intptr_t ___extra_arg;
intptr_t ___method_code;
intptr_t ___interp_method;
intptr_t ___interp_invoke_impl;
MethodInfo_t* ___method_info;
MethodInfo_t* ___original_method_info;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
int32_t ___method_is_virtual;
};
struct DepthFormat_tC5F801ECE667A8F03310593A216E828E3FCD33E4
{
int32_t ___value__;
};
struct DepthPrimingMode_t788A505A123926BDBA954D796941C989865263C8
{
int32_t ___value__;
};
struct Downsampling_tFE6A5D41D0A9881972AE6C6470FA5E1700410D49
{
int32_t ___value__;
};
struct Exception_t : public RuntimeObject
{
String_t* ____className;
String_t* ____message;
RuntimeObject* ____data;
Exception_t* ____innerException;
String_t* ____helpURL;
RuntimeObject* ____stackTrace;
String_t* ____stackTraceString;
String_t* ____remoteStackTraceString;
int32_t ____remoteStackIndex;
RuntimeObject* ____dynamicMethods;
int32_t ____HResult;
String_t* ____source;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
int32_t ___caught_in_unmanaged;
};
struct Exception_t_marshaled_pinvoke
{
char* ____className;
char* ____message;
RuntimeObject* ____data;
Exception_t_marshaled_pinvoke* ____innerException;
char* ____helpURL;
Il2CppIUnknown* ____stackTrace;
char* ____stackTraceString;
char* ____remoteStackTraceString;
int32_t ____remoteStackIndex;
Il2CppIUnknown* ____dynamicMethods;
int32_t ____HResult;
char* ____source;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
Il2CppSafeArray* ___native_trace_ips;
int32_t ___caught_in_unmanaged;
};
struct Exception_t_marshaled_com
{
Il2CppChar* ____className;
Il2CppChar* ____message;
RuntimeObject* ____data;
Exception_t_marshaled_com* ____innerException;
Il2CppChar* ____helpURL;
Il2CppIUnknown* ____stackTrace;
Il2CppChar* ____stackTraceString;
Il2CppChar* ____remoteStackTraceString;
int32_t ____remoteStackIndex;
Il2CppIUnknown* ____dynamicMethods;
int32_t ____HResult;
Il2CppChar* ____source;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
Il2CppSafeArray* ___native_trace_ips;
int32_t ___caught_in_unmanaged;
};
struct FastMemoryFlags_tCB7206B25993B48CC436B08142DBF24F0F74C3A7
{
int32_t ___value__;
};
struct FilterMode_t4AD57F1A3FE272D650E0E688BA044AE872BD2A34
{
int32_t ___value__;
};
struct FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F
{
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___m_RenderQueueRange;
int32_t ___m_LayerMask;
uint32_t ___m_RenderingLayerMask;
uint32_t ___m_BatchLayerMask;
int32_t ___m_ExcludeMotionVectorObjects;
int32_t ___m_ForceAllMotionVectorObjects;
SortingLayerRange_t96D04CFB4E8824978FEB2CFFFCFEAC37E56D52C9 ___m_SortingLayerRange;
};
struct GPUResidentDrawerMode_t25B237C91A9832B9A2C0DA9F7D85CF2BAE44BD2C
{
uint8_t ___value__;
};
struct GizmoSubset_t832D722616DF5A47294E692996ACD2FE975BE6D8
{
int32_t ___value__;
};
struct GraphicsDeviceType_t65150C9055D1BC1E377E894972629BF22BA2CBF5
{
int32_t ___value__;
};
struct GraphicsFormat_tC3D1898F3F3F1F57256C7F3FFD6BA9A37AE7E713
{
int32_t ___value__;
};
struct GraphicsFormatUsage_t57084DF17F02CD0238EF07705101FD425F607063
{
int32_t ___value__;
};
struct HDRColorBufferPrecision_tEF57E1CB7C2B230E3AFF5D6628010DD456EA58C7
{
int32_t ___value__;
};
struct HDRDebugMode_tDAFCB753D916E35C7B9584A0D07B61B7C9B5739A
{
int32_t ___value__;
};
struct ImageScalingMode_tB7E238BD8F6E6D9CBC6C2C92E3E4C9DF72A4AF54
{
int32_t ___value__;
};
struct ImageUpscalingFilter_t6BAB8A7CB0216E88F69458503780865981937631
{
int32_t ___value__;
};
struct ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616
{
bool ___clearOnFirstUse;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
bool ___discardOnLastUse;
};
struct ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616_marshaled_pinvoke
{
int32_t ___clearOnFirstUse;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
int32_t ___discardOnLastUse;
};
struct ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616_marshaled_com
{
int32_t ___clearOnFirstUse;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
int32_t ___discardOnLastUse;
};
struct IntermediateTextureMode_t393BD5890504A30C3A5EEDC10C95266B5CAC28BD
{
int32_t ___value__;
};
struct LODCrossFadeDitheringType_tB8C1B60F3BCA8E2BEFB7F09B3D93F96CE2CB1667
{
int32_t ___value__;
};
struct LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A
{
int32_t ___m_IsOrthographic;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_CameraPosition;
float ___m_FieldOfView;
float ___m_OrthoSize;
int32_t ___m_CameraPixelHeight;
};
struct LightCookieFormat_tDED41022799DAEAA99C550708D80B99A2A8F9EC1
{
int32_t ___value__;
};
struct LightCookieResolution_t10D8305CBC46C8C4261C5EFAA031A2B35AF2BF39
{
int32_t ___value__;
};
struct LightLayerEnum_t6B200A267F7F3BA4CA01D2D48B96A17D0DA5CC5F
{
int32_t ___value__;
};
struct LightProbeSystem_tEFBD1F503CF60DFBD07B38E3422CA44B5825921C
{
int32_t ___value__;
};
struct LightRenderingMode_t38A0DEB49D920E66D4854F5C54437D11BBA6D024
{
int32_t ___value__;
};
struct LightShape_t538BE3D1AD8C9B537615DAE1C77FA43E26295E91
{
int32_t ___value__;
};
struct LightType_t2D4D43054E7473EECEB54493C0055AE074780234
{
int32_t ___value__;
};
struct LightmapBakeType_tD6FF28E59BAAD80648796C2835AB8DC0B0F8B232
{
int32_t ___value__;
};
struct LightmapsMode_tFD829E8DA87775D1630F2CADF2D52C758DDA4EBC
{
int32_t ___value__;
};
struct MSAASamples_tB69F548BE8CA330465CC9D1F7B51199162D5D72C
{
int32_t ___value__;
};
struct MixedLightingSetup_tD9025BE7BF89DAAA8886B982A2F5CAD6A8783721
{
int32_t ___value__;
};
struct MotionBlurMode_tC30EB30D7B018990C8D241DEE71238AF2DB05A56
{
int32_t ___value__;
};
struct MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB : public RuntimeObject
{
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_Projection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_View;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_ViewProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousView;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousViewProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousPreviousProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousPreviousView;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_LastFrameIndex;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_PrevAspectRatio;
float ___m_deltaTime;
float ___m_lastDeltaTime;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_worldSpaceCameraPos;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_previousWorldSpaceCameraPos;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_previousPreviousWorldSpaceCameraPos;
};
struct MsaaQuality_tE945475230F4F9265C9C862D32DE0484CB458FF9
{
int32_t ___value__;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
{
intptr_t ___m_CachedPtr;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
intptr_t ___m_CachedPtr;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
intptr_t ___m_CachedPtr;
};
struct OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7
{
int32_t ___subviewIndex;
int32_t ___depthSliceIndex;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthOffset;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___viewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___invViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___gpuProjMatrix;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___viewOffsetWorldSpace;
};
struct OcclusionTest_tFF967683F812A2788B5C8A9A220B83B43060435E
{
int32_t ___value__;
};
struct PerObjectData_t04DDCBE9ABF1113E8F9BAFCF4A7F94DD841B9CC9
{
int32_t ___value__;
};
struct PipelineDebugLevel_tA1231A8106C64D773860E40E46555EB8682D746B
{
int32_t ___value__;
};
struct PixelValidationChannels_t13AF5414D31D7587054690DE7DA1EE9128AAF112
{
int32_t ___value__;
};
struct ProbeVolumeBlendingTextureMemoryBudget_t7EE399384930322B57F0CF83315FE1FA651CB002
{
int32_t ___value__;
};
struct ProbeVolumeSHBands_t1515D16254FE4344C5FC4C9506F4F9A7ABA4D194
{
int32_t ___value__;
};
struct ProbeVolumeTextureMemoryBudget_t9F9B7221A5D6E98DAED0233C050A91A2D745CB66
{
int32_t ___value__;
};
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
{
intptr_t ___m_Ptr;
};
struct RTClearFlags_t127E0A4F62D0A19D256CBCB7AB0E7A774A96C24F
{
int32_t ___value__;
};
struct RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousViewportSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousRenderTargetSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentViewportSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentRenderTargetSize;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rtHandleScale;
};
struct ReflectionProbeSortingCriteria_tC7B547F11F4EF1259DB024027DD9562A19EA957E
{
int32_t ___value__;
};
struct RenderBufferLoadAction_t3333B2CABABAC39DA0CDC25602E5E4FD93C2CB0E
{
int32_t ___value__;
};
struct RenderBufferStoreAction_t87683F22C09634E24A574F21F42037C953A2C8B7
{
int32_t ___value__;
};
struct RenderGraphResourceType_t5F552AF06E38DEC5775B77F13C8783A895FCD086
{
int32_t ___value__;
};
struct RenderGraphState_tFB60E034516492478A523A4D4EB7E380C799C1E3
{
int32_t ___value__;
};
struct RenderPassEvent_t65FBDDF314AC831A598C794FD81BB61AD3930353
{
int32_t ___value__;
};
struct RenderStateMask_tC9C95BF62EADEE4D622D4E16CDE1DF94E2A9EF57
{
int32_t ___value__;
};
struct RenderTextureCreationFlags_t1C01993691E5BA956575134696509089FE852F50
{
int32_t ___value__;
};
struct RenderTextureFormat_tB6F1ED5040395B46880CE00312D2FDDBF9EEB40F
{
int32_t ___value__;
};
struct RenderTextureMemoryless_tE3B7F3AE353C3E9ACF86076376EB862131D19A69
{
int32_t ___value__;
};
struct RendererOverrideOption_t138B1734B98ECC62D53DC300A1BBB2988BF07AF5
{
int32_t ___value__;
};
struct RendererType_t952E4F0C867408594D6DB4894BEFF90C854B6C90
{
int32_t ___value__;
};
struct RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E ___cameraData;
LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470 ___lightData;
ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832 ___shadowData;
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4 ___postProcessingData;
};
struct RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_pinvoke ___cameraData;
LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_pinvoke ___lightData;
ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_pinvoke ___shadowData;
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4_marshaled_pinvoke ___postProcessingData;
};
struct RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_com ___cameraData;
LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_com ___lightData;
ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_com ___shadowData;
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4_marshaled_com ___postProcessingData;
};
struct RenderingMode_t55C56C57973CFEF6AC1C91E2F4D7C8D76FF393A1
{
int32_t ___value__;
};
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
intptr_t ___value;
};
struct ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36
{
intptr_t ___m_Ptr;
};
struct ScriptableRenderPassInput_t2E28A5DE1B3B8001EE14298E0133EFF3204DE645
{
int32_t ___value__;
};
struct ShEvalMode_t3815527819404E432D030BC50500EF1C5A0C0117
{
int32_t ___value__;
};
struct ShadowCascadesOption_t0A87F71CB8129325144A22F446F8BDF0297F0823
{
int32_t ___value__;
};
struct ShadowQuality_tA2A95092FE517E629C7015F01CFFD83704BFAD24
{
int32_t ___value__;
};
struct ShadowResolution_t6C40A535E6EC0EFEF19D5BD8B3470E3EAEE58C2F
{
int32_t ___value__;
};
struct ShadowSamplingMode_t8BE740C4258CFEDDBAC01FDC0438D8EE3F776BA8
{
int32_t ___value__;
};
struct SoftShadowQuality_t912D2519B85B76887C033210FFE985794D829D14
{
int32_t ___value__;
};
struct SortingCriteria_t4907D221CB6E6AA4A32C1ED7B5D17103FD3E7C39
{
int32_t ___value__;
};
struct StencilOp_t35EB362AF3CF60D7EC63DF5282B8256BF9985436
{
int32_t ___value__;
};
struct StoreActionsOptimization_tB5EB82E81175365B1DF3C5DE71F35E77E3B38B4A
{
int32_t ___value__;
};
struct TemporalAAQuality_t03A8B3F777D54108A9CE21E79AB4C022968AD5F5
{
int32_t ___value__;
};
struct TextureDimension_t8D7148B9168256EE1E9AF91378ABA148888CE642
{
int32_t ___value__;
};
struct TextureSizeMode_t106C584015E214EB90B8CCDF3EB41D36C051CDFB
{
int32_t ___value__;
};
struct TextureWrapMode_tF9851343029052ED45668D1C99BAE09B2CCC13AD
{
int32_t ___value__;
};
struct URPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481
{
int32_t ___value__;
};
struct UniversalRendererStencilRef_t0F26B23E94484BE906002418381ECFE43A97D349
{
int32_t ___value__;
};
struct UpscalingFilterSelection_t2C57376448148F3F22A29AAD71BBB7DB99D8F9A4
{
int32_t ___value__;
};
struct VFXCameraBufferTypes_tB2A685C8F14B79B609D1EBA82D45B18ED4546CE8
{
int32_t ___value__;
};
struct VRTextureUsage_t57FAA0077810142A461D74EDC5E33FC3D78BD2E8
{
int32_t ___value__;
};
struct VisibleLightFlags_t337DB92EFB0014AD6A250E1E45338B1194657CD8
{
int32_t ___value__;
};
struct VolumeFrameworkUpdateMode_tCD9A8BEF3700F3AA490F1BB39EF8A88E94398627
{
int32_t ___value__;
};
struct SceneViewFilterMode_t1CA260F0E329D1E4B13C03368C5346FCF7CF9C3A
{
int32_t ___value__;
};
struct TaaDebugMode_tE695EAA8D1E293BD8E492C66C2009F97580FCD98
{
int32_t ___value__;
};
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
bool ___highQualityFiltering;
bool ___enableAlphaOutput;
};
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_pinvoke
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
int32_t ___highQualityFiltering;
int32_t ___enableAlphaOutput;
};
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_com
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
int32_t ___highQualityFiltering;
int32_t ___enableAlphaOutput;
};
struct Version_tEE67C95CD9AC32F11CEAA6A21AFE17EBE43FF844
{
int32_t ___value__;
};
struct FullScreenGeometryType_tF6B37148CCDD2613148C0E616153C1D71AA2F9ED
{
int32_t ___value__;
};
struct Event_tEB6B0291F738CDC6D90B67E4C476ADD4AFE13601
{
int32_t ___value__;
};
struct MaskSize_t84F10A9530391814360A3F70DD021343A5144EE5
{
int32_t ___value__;
};
struct LightmapMixedBakeModes_tA9CBB8FED394CF87363E6013E665FA59267904EF
{
int32_t ___value__;
};
struct ReflectionProbeModes_t09C3CE8EDD13F84305A19602D37D51F39E5E3DFC
{
int32_t ___value__;
};
struct Version_t8FE0D25C0F2D4540648156EC04916E1EA8F1ACDC
{
int32_t ___value__;
};
struct Version_t410DAD34ADE5532FED73620998B7BBD8B36D6B95
{
int32_t ___value__;
};
struct ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516
{
bool ___mustClearColor;
bool ___mustClearDepth;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearValue;
};
struct ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516_marshaled_pinvoke
{
int32_t ___mustClearColor;
int32_t ___mustClearDepth;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearValue;
};
struct ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516_marshaled_com
{
int32_t ___mustClearColor;
int32_t ___mustClearDepth;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearValue;
};
struct ColorCopySchedule_tC930D40AD3B7E16042F950A8DC950FB12BD05029
{
int32_t ___value__;
};
struct DepthCopySchedule_t4E91B744C785FE9700B9B1A37784BBAEFD7E4A69
{
int32_t ___value__;
};
struct OccluderPass_t75CDF5E17A93714210240C3C012A9EB2C9AD175E
{
int32_t ___value__;
};
struct ActiveID_t29AFD1C17603245BE41E1B8BAB21769900F7BB42
{
int32_t ___value__;
};
struct NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t4C11F337CF2A7773644650D071AA5F21F158A5E0
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t46D43179C2B71BAB34958401E08B5C5DA4488E9E
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct ReadOnlySpan_1_t40ECE3A478A7988D6572F814C5099ACFDE1FDF95
{
ByReference_1_t98B79BFB40A2CA0814BC183B09B4339A5EBF8524 ____pointer;
int32_t ____length;
};
struct ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8
{
ByReference_1_t7AFB8E16F9D591CD3B3EE50865A40D621B9028D1 ____pointer;
int32_t ____length;
};
struct ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8
{
ByReference_1_t8322F217CA9955AF7C77C90A5897618C45E4B1E4 ____pointer;
int32_t ____length;
};
struct ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9
{
ByReference_1_t9B11575042087999A6BC8C21CB3BAC178D57E466 ____pointer;
int32_t ____length;
};
struct Span_1_tBABB2D63897F271C24C07BA851A911176740FE74
{
ByReference_1_t7AFB8E16F9D591CD3B3EE50865A40D621B9028D1 ____pointer;
int32_t ____length;
};
struct Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206
{
ByReference_1_t9B11575042087999A6BC8C21CB3BAC178D57E466 ____pointer;
int32_t ____length;
};
struct VolumeParameter_1_t7AACD383B582106FCE6132492D53B8475875AED0 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB
{
void* ___m_Data;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_ActiveFreeMaskCounts;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMasksStorage;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMaskIndicesStorage;
int32_t ___m_Allocator;
};
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke
{
void* ___m_Data;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_ActiveFreeMaskCounts;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMasksStorage;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMaskIndicesStorage;
int32_t ___m_Allocator;
};
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com
{
void* ___m_Data;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_ActiveFreeMaskCounts;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMasksStorage;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMaskIndicesStorage;
int32_t ___m_Allocator;
};
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0 : public RuntimeObject
{
int32_t ___U3ClightingDebugModeU3Ek__BackingField;
int32_t ___U3ClightingFeatureFlagsU3Ek__BackingField;
int32_t ___U3ChdrDebugModeU3Ek__BackingField;
};
struct DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3 : public RuntimeObject
{
int32_t ___m_WireframeMode;
bool ___m_Overdraw;
int32_t ___m_OverdrawMode;
int32_t ___U3CmaxOverdrawCountU3Ek__BackingField;
int32_t ___U3CfullScreenDebugModeU3Ek__BackingField;
int32_t ___U3CstpDebugViewIndexU3Ek__BackingField;
int32_t ___U3CfullScreenDebugModeOutputSizeScreenPercentU3Ek__BackingField;
int32_t ___U3CsceneOverrideModeU3Ek__BackingField;
int32_t ___U3CmipInfoModeU3Ek__BackingField;
bool ___U3CmipDebugStatusShowCodeU3Ek__BackingField;
int32_t ___U3CmipDebugStatusModeU3Ek__BackingField;
float ___U3CmipDebugOpacityU3Ek__BackingField;
float ___U3CmipDebugRecentUpdateCooldownU3Ek__BackingField;
int32_t ___U3CmipDebugMaterialTextureSlotU3Ek__BackingField;
bool ___U3CshowInfoForAllSlotsU3Ek__BackingField;
int32_t ___U3CmipDebugTerrainTextureU3Ek__BackingField;
int32_t ___U3CpostProcessingDebugModeU3Ek__BackingField;
bool ___U3CenableMsaaU3Ek__BackingField;
bool ___U3CenableHDRU3Ek__BackingField;
int32_t ___U3CtaaDebugModeU3Ek__BackingField;
int32_t ___U3CvalidationModeU3Ek__BackingField;
int32_t ___U3CvalidationChannelsU3Ek__BackingField;
float ___U3CvalidationRangeMinU3Ek__BackingField;
float ___U3CvalidationRangeMaxU3Ek__BackingField;
};
struct FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F
{
bool ___inFastMemory;
int32_t ___flags;
float ___residencyFraction;
};
struct FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_pinvoke
{
int32_t ___inFastMemory;
int32_t ___flags;
float ___residencyFraction;
};
struct FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_com
{
int32_t ___inFastMemory;
int32_t ___flags;
float ___residencyFraction;
};
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct MulticastDelegate_t : public Delegate_t
{
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
};
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates;
};
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates;
};
struct OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842
{
int32_t ___viewInstanceID;
int32_t ___occlusionTest;
int32_t ___instanceMultiplier;
};
struct PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
int32_t ___requestColorFormat;
};
struct PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_pinvoke
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
int32_t ___requestColorFormat;
};
struct PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_com
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
int32_t ___requestColorFormat;
};
struct RasterState_tA30E8336EA5D1E2152A6C7252F15384985B98A26
{
int32_t ___m_CullingMode;
int32_t ___m_OffsetUnits;
float ___m_OffsetFactor;
uint8_t ___m_DepthClip;
uint8_t ___m_Conservative;
uint8_t ___m_Padding1;
uint8_t ___m_Padding2;
};
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E : public RuntimeObject
{
NativePassCompiler_t4E5CE894AF5B8832B5828B22DAB0EA4FAC819E07* ___nativeCompiler;
bool ___U3CnativeRenderPassesEnabledU3Ek__BackingField;
RenderGraphResourceRegistry_t87A07027B2175239DB5239913091B9D9FE7244D1* ___m_Resources;
RenderGraphObjectPool_t2F5488D55D836B54B6E85D2952105BA61AEE6437* ___m_RenderGraphPool;
RenderGraphBuilders_t899F9362CCFA453C5AF608B820107C9C37860D2A* ___m_builderInstance;
List_1_t1EFB69EBBF25AD12F3A9E56C62B12F01D63469CD* ___m_RenderPasses;
List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C* ___m_RendererLists;
RenderGraphDebugParams_t36422B33508548E3E56CBAD04521104C2B3E669D* ___m_DebugParameters;
RenderGraphLogger_t63D96976880E0CD356860F2470D7DAF60B1AD40C* ___m_FrameInformationLogger;
RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* ___m_DefaultResources;
Dictionary_2_t21E090827BAF9D0D011CB55C02CA666756BF1AE7* ___m_DefaultProfilingSamplers;
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___m_RenderGraphContext;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_PreviousCommandBuffer;
List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206* ___m_ImmediateModeResourceList;
RenderGraphCompilationCache_t25B996EBE41BF50CAE9A81E97B9BBE376AAB55D2* ___m_CompilationCache;
RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB* ___m_TempMRTArrays;
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* ___m_CullingStack;
String_t* ___m_CurrentExecutionName;
int32_t ___m_ExecutionCount;
int32_t ___m_CurrentFrameIndex;
int32_t ___m_CurrentImmediatePassIndex;
bool ___m_ExecutionExceptionWasRaised;
bool ___m_RendererListCulling;
bool ___m_EnableCompilationCaching;
CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644* ___m_DefaultCompiledGraph;
CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644* ___m_CurrentCompiledGraph;
String_t* ___m_CaptureDebugDataForExecution;
int32_t ___m_RenderGraphState;
Dictionary_2_t8D403C45B564DB77AE8A32FD6D35E333ABE68793* ___m_DebugData;
String_t* ___U3CnameU3Ek__BackingField;
Dictionary_2_t54101FB5AEA0292C95D30CFAB7909873BF26E0B9* ___registeredGlobals;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_PassNameDebugIgnoreList;
};
struct RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130 : public RuntimeObject
{
int32_t ___m_Version;
bool ___m_EnableRenderCompatibilityMode;
};
struct RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13 : public RuntimeObject
{
SwapBuffer_t431F23072C45F1BEE6FF42872627D5393B39A7C4 ___m_A;
SwapBuffer_t431F23072C45F1BEE6FF42872627D5393B39A7C4 ___m_B;
int32_t ___m_FilterMode;
bool ___m_AllowMSAA;
};
struct RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B
{
int32_t ___m_Type;
int32_t ___m_NameID;
int32_t ___m_InstanceID;
intptr_t ___m_BufferPointer;
int32_t ___m_MipLevel;
int32_t ___m_CubeFace;
int32_t ___m_DepthSlice;
};
struct RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA
{
int32_t ___width;
int32_t ___height;
int32_t ___volumeDepth;
int32_t ___msaaSamples;
int32_t ___format;
bool ___bindMS;
};
struct RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA_marshaled_pinvoke
{
int32_t ___width;
int32_t ___height;
int32_t ___volumeDepth;
int32_t ___msaaSamples;
int32_t ___format;
int32_t ___bindMS;
};
struct RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA_marshaled_com
{
int32_t ___width;
int32_t ___height;
int32_t ___volumeDepth;
int32_t ___msaaSamples;
int32_t ___format;
int32_t ___bindMS;
};
struct RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46
{
int32_t ___U3CwidthU3Ek__BackingField;
int32_t ___U3CheightU3Ek__BackingField;
int32_t ___U3CmsaaSamplesU3Ek__BackingField;
int32_t ___U3CvolumeDepthU3Ek__BackingField;
int32_t ___U3CmipCountU3Ek__BackingField;
int32_t ____graphicsFormat;
int32_t ___U3CstencilFormatU3Ek__BackingField;
int32_t ___U3CdepthStencilFormatU3Ek__BackingField;
int32_t ___U3CdimensionU3Ek__BackingField;
int32_t ___U3CshadowSamplingModeU3Ek__BackingField;
int32_t ___U3CvrUsageU3Ek__BackingField;
int32_t ____flags;
int32_t ___U3CmemorylessU3Ek__BackingField;
};
struct ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C
{
uint32_t ___m_Value;
int32_t ___m_Version;
int32_t ___m_Type;
};
struct ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899
{
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A ___m_LODParameters;
U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955 ___m_CullingPlanes;
int32_t ___m_CullingPlaneCount;
uint32_t ___m_CullingMask;
uint64_t ___m_SceneMask;
uint64_t ___m_ViewID;
U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D ___m_LayerFarCullDistances;
int32_t ___m_LayerCull;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_CullingMatrix;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin;
float ___m_ShadowDistance;
float ___m_ShadowNearPlaneOffset;
int32_t ___m_CullingOptions;
int32_t ___m_ReflectionProbeSortingCriteria;
CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57 ___m_CameraProperties;
float ___m_AccurateOcclusionThreshold;
int32_t ___m_MaximumPortalCullingJobs;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoProjectionMatrix;
float ___m_StereoSeparationDistance;
int32_t ___m_maximumVisibleLights;
bool ___m_ConservativeEnclosingSphere;
int32_t ___m_NumIterationsEnclosingSphere;
};
struct ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_marshaled_pinvoke
{
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A ___m_LODParameters;
U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955 ___m_CullingPlanes;
int32_t ___m_CullingPlaneCount;
uint32_t ___m_CullingMask;
uint64_t ___m_SceneMask;
uint64_t ___m_ViewID;
U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D ___m_LayerFarCullDistances;
int32_t ___m_LayerCull;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_CullingMatrix;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin;
float ___m_ShadowDistance;
float ___m_ShadowNearPlaneOffset;
int32_t ___m_CullingOptions;
int32_t ___m_ReflectionProbeSortingCriteria;
CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57_marshaled_pinvoke ___m_CameraProperties;
float ___m_AccurateOcclusionThreshold;
int32_t ___m_MaximumPortalCullingJobs;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoProjectionMatrix;
float ___m_StereoSeparationDistance;
int32_t ___m_maximumVisibleLights;
int32_t ___m_ConservativeEnclosingSphere;
int32_t ___m_NumIterationsEnclosingSphere;
};
struct ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_marshaled_com
{
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A ___m_LODParameters;
U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955 ___m_CullingPlanes;
int32_t ___m_CullingPlaneCount;
uint32_t ___m_CullingMask;
uint64_t ___m_SceneMask;
uint64_t ___m_ViewID;
U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D ___m_LayerFarCullDistances;
int32_t ___m_LayerCull;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_CullingMatrix;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin;
float ___m_ShadowDistance;
float ___m_ShadowNearPlaneOffset;
int32_t ___m_CullingOptions;
int32_t ___m_ReflectionProbeSortingCriteria;
CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57_marshaled_com ___m_CameraProperties;
float ___m_AccurateOcclusionThreshold;
int32_t ___m_MaximumPortalCullingJobs;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoProjectionMatrix;
float ___m_StereoSeparationDistance;
int32_t ___m_maximumVisibleLights;
int32_t ___m_ConservativeEnclosingSphere;
int32_t ___m_NumIterationsEnclosingSphere;
};
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
};
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
};
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct StencilStateData_t4181AB6F6A795950C67270CB147999D915071462 : public RuntimeObject
{
bool ___overrideStencilState;
int32_t ___stencilReference;
int32_t ___stencilCompareFunction;
int32_t ___passOperation;
int32_t ___failOperation;
int32_t ___zFailOperation;
};
struct SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6 : public RuntimeObject
{
int32_t ___U3CreflectionProbeModesU3Ek__BackingField;
int32_t ___U3CdefaultMixedLightingModesU3Ek__BackingField;
int32_t ___U3CmixedLightingModesU3Ek__BackingField;
int32_t ___U3ClightmapBakeTypesU3Ek__BackingField;
int32_t ___U3ClightmapsModesU3Ek__BackingField;
bool ___U3CenlightenLightmapperU3Ek__BackingField;
bool ___U3CenlightenU3Ek__BackingField;
bool ___U3CskyOcclusionU3Ek__BackingField;
bool ___U3ClightProbeProxyVolumesU3Ek__BackingField;
bool ___U3CmotionVectorsU3Ek__BackingField;
bool ___U3CreceiveShadowsU3Ek__BackingField;
bool ___U3CreflectionProbesU3Ek__BackingField;
bool ___U3CreflectionProbesBlendDistanceU3Ek__BackingField;
bool ___U3CrendererPriorityU3Ek__BackingField;
bool ___U3CrendersUIOverlayU3Ek__BackingField;
bool ___U3CoverridesEnvironmentLightingU3Ek__BackingField;
bool ___U3CoverridesFogU3Ek__BackingField;
bool ___U3CoverridesRealtimeReflectionProbesU3Ek__BackingField;
bool ___U3CoverridesOtherLightingSettingsU3Ek__BackingField;
bool ___U3CeditableMaterialRenderQueueU3Ek__BackingField;
bool ___U3CoverridesLODBiasU3Ek__BackingField;
bool ___U3CoverridesMaximumLODLevelU3Ek__BackingField;
bool ___U3CoverridesEnableLODCrossFadeU3Ek__BackingField;
bool ___U3CrendererProbesU3Ek__BackingField;
bool ___U3CparticleSystemInstancingU3Ek__BackingField;
bool ___U3CambientProbeBakingU3Ek__BackingField;
bool ___U3CdefaultReflectionProbeBakingU3Ek__BackingField;
bool ___U3CoverridesShadowmaskU3Ek__BackingField;
bool ___U3CoverridesLightProbeSystemU3Ek__BackingField;
bool ___U3CsupportsHDRU3Ek__BackingField;
bool ___U3CsupportsCloudsU3Ek__BackingField;
String_t* ___U3CoverridesLightProbeSystemWarningMessageU3Ek__BackingField;
};
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct Type_t : public MemberInfo_t
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
};
struct UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
bool ___isEnabled;
int32_t ___gradingMode;
int32_t ___lutSize;
bool ___useFastSRGBLinearConversion;
bool ___supportScreenSpaceLensFlare;
bool ___supportDataDrivenLensFlare;
};
struct UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_CommandBuffer;
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267 ___cullResults;
bool ___supportsDynamicBatching;
int32_t ___perObjectData;
int32_t ___U3CrenderingModeU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CprepassLayerMaskU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CopaqueLayerMaskU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CtransparentLayerMaskU3Ek__BackingField;
bool ___U3CstencilLodCrossFadeEnabledU3Ek__BackingField;
};
struct VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805
{
int32_t ___m_LightType;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_FinalColor;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_ScreenRect;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_LocalToWorldMatrix;
float ___m_Range;
float ___m_SpotAngle;
int32_t ___m_InstanceId;
int32_t ___m_Flags;
};
struct Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92
{
int32_t ___m_Quality;
float ___m_FrameInfluence;
float ___m_JitterScale;
float ___m_MipBias;
float ___m_VarianceClampScale;
float ___m_ContrastAdaptiveSharpening;
int32_t ___resetHistoryFrames;
int32_t ___jitterFrameCountOffset;
};
struct RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036
{
bool ___requiresDepthTexture;
bool ___requiresDepthPrepass;
bool ___requiresNormalsTexture;
bool ___requiresColorTexture;
bool ___requiresMotionVectors;
int32_t ___requiresDepthNormalAtEvent;
int32_t ___requiresDepthTextureEarliestEvent;
};
struct RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036_marshaled_pinvoke
{
int32_t ___requiresDepthTexture;
int32_t ___requiresDepthPrepass;
int32_t ___requiresNormalsTexture;
int32_t ___requiresColorTexture;
int32_t ___requiresMotionVectors;
int32_t ___requiresDepthNormalAtEvent;
int32_t ___requiresDepthTextureEarliestEvent;
};
struct RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036_marshaled_com
{
int32_t ___requiresDepthTexture;
int32_t ___requiresDepthPrepass;
int32_t ___requiresNormalsTexture;
int32_t ___requiresColorTexture;
int32_t ___requiresMotionVectors;
int32_t ___requiresDepthNormalAtEvent;
int32_t ___requiresDepthTextureEarliestEvent;
};
struct TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2
{
int32_t ___depth;
int32_t ___color;
};
struct AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___resolution;
int32_t ___format;
};
struct BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6 : public MulticastDelegate_t
{
};
struct Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C : public MulticastDelegate_t
{
};
struct Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F : public MulticastDelegate_t
{
};
struct AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E
{
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 ___m_SortedShadowResolutionRequests;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
int32_t ___m_TotalShadowSlicesCount;
int32_t ___m_TotalShadowResolutionRequestCount;
bool ___m_TooManyShadowMaps;
int32_t ___m_ShadowSlicesScaleFactor;
int32_t ___m_AtlasSize;
};
struct AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_pinvoke
{
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 ___m_SortedShadowResolutionRequests;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
int32_t ___m_TotalShadowSlicesCount;
int32_t ___m_TotalShadowResolutionRequestCount;
int32_t ___m_TooManyShadowMaps;
int32_t ___m_ShadowSlicesScaleFactor;
int32_t ___m_AtlasSize;
};
struct AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_com
{
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 ___m_SortedShadowResolutionRequests;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
int32_t ___m_TotalShadowSlicesCount;
int32_t ___m_TotalShadowResolutionRequestCount;
int32_t ___m_TooManyShadowMaps;
int32_t ___m_ShadowSlicesScaleFactor;
int32_t ___m_AtlasSize;
};
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
String_t* ____paramName;
};
struct AttachmentDescriptor_tBAC9B26B50BB0838C5C0CC22BB296F9DFF41276E
{
int32_t ___m_LoadAction;
int32_t ___m_StoreAction;
int32_t ___m_Format;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___m_LoadStoreTarget;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___m_ResolveTarget;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_ClearColor;
float ___m_ClearDepth;
uint32_t ___m_ClearStencil;
};
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
struct DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC : public RuntimeObject
{
int32_t ___U3CRenderingLayerMaskSizeU3Ek__BackingField;
bool ___U3CUseDecalLayersU3Ek__BackingField;
bool ___U3CUseFramebufferFetchU3Ek__BackingField;
bool ___U3CHasDepthPrepassU3Ek__BackingField;
bool ___U3CHasNormalPrepassU3Ek__BackingField;
bool ___U3CHasRenderingLayerPrepassU3Ek__BackingField;
bool ___U3CAccurateGbufferNormalsU3Ek__BackingField;
int32_t ___U3CMixedLightingSetupU3Ek__BackingField;
bool ___U3CUseJobSystemU3Ek__BackingField;
int32_t ___U3CRenderWidthU3Ek__BackingField;
int32_t ___U3CRenderHeightU3Ek__BackingField;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___U3CGbufferAttachmentsU3Ek__BackingField;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___GbufferRTHandles;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___U3CGbufferTextureHandlesU3Ek__BackingField;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___U3CDeferredInputAttachmentsU3Ek__BackingField;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___U3CDeferredInputIsTransientU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CDepthAttachmentU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CDepthCopyTextureU3Ek__BackingField;
GraphicsFormatU5BU5D_tF6A3D90C430FA3F548B77E5D58D25D71F154E6C5* ___U3CGbufferFormatsU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CDepthAttachmentHandleU3Ek__BackingField;
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___m_stencilVisLights;
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___m_stencilVisLightOffsets;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* ___m_AdditionalLightsShadowCasterPass;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_SphereMesh;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_HemisphereMesh;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_FullscreenMesh;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_StencilDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ClusterDeferredMaterial;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_StencilDeferredPasses;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_ClusterDeferredPasses;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_ScreenToWorld;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerDeferredShadingPass;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerDeferredStencilPass;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerDeferredFogPass;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___m_LightCookieManager;
bool ___m_UseDeferredPlus;
};
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14 : public VolumeParameter_1_t7AACD383B582106FCE6132492D53B8475875AED0
{
};
struct PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* ___shaders;
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* ___textures;
};
struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B : public RuntimeObject
{
RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___m_Owner;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RT;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_ExternalTexture;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___m_NameID;
bool ___m_EnableMSAA;
bool ___m_EnableRandomWrite;
bool ___m_EnableHWDynamicScale;
bool ___m_RTHasOwnership;
String_t* ___m_Name;
bool ___m_UseCustomHandleScales;
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 ___m_CustomHandleProperties;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CscaleFactorU3Ek__BackingField;
ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___scaleFunc;
bool ___U3CuseScalingU3Ek__BackingField;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CreferenceSizeU3Ek__BackingField;
};
struct RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3 : public CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_Ids;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___m_DescKey;
};
struct RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B : public CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_Ids;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___m_DescKey;
};
struct ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___m_Resolution;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture0;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AtlasTexture0Handle;
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB ___m_AtlasAllocator;
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* ___m_Cache;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_WarningCache;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsUpdate;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsRemove;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_BoxMax;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_BoxMin;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_ProbePosition;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_MipScaleOffset;
};
struct ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_pinvoke
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___m_Resolution;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture0;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AtlasTexture0Handle;
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke ___m_AtlasAllocator;
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* ___m_Cache;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_WarningCache;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsUpdate;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsRemove;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_BoxMax;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_BoxMin;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_ProbePosition;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_MipScaleOffset;
};
struct ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_com
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___m_Resolution;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture0;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AtlasTexture0Handle;
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com ___m_AtlasAllocator;
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* ___m_Cache;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_WarningCache;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsUpdate;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsRemove;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_BoxMax;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_BoxMin;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_ProbePosition;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_MipScaleOffset;
};
struct RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
};
struct RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733
{
BlendState_tC9B817349E49EF26CBCDC8FCE02789A661DC2630 ___m_BlendState;
RasterState_tA30E8336EA5D1E2152A6C7252F15384985B98A26 ___m_RasterState;
DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255 ___m_DepthState;
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___m_StencilState;
int32_t ___m_StencilReference;
int32_t ___m_Mask;
};
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0 : public RuntimeObject
{
int32_t ___U3CrenderPassEventU3Ek__BackingField;
RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5* ___m_ColorStoreActions;
int32_t ___m_DepthStoreAction;
bool ___U3CrequiresIntermediateTextureU3Ek__BackingField;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_OverriddenColorStoreActions;
bool ___m_OverriddenDepthStoreAction;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfingSampler;
String_t* ___m_PassName;
RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130* ___m_RenderGraphSettings;
bool ___U3CoverrideCameraTargetU3Ek__BackingField;
bool ___U3CisBlitRenderPassU3Ek__BackingField;
bool ___U3CuseNativeRenderPassU3Ek__BackingField;
int32_t ___U3CrenderPassQueueIndexU3Ek__BackingField;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_ColorAttachmentIndices;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_InputAttachmentIndices;
GraphicsFormatU5BU5D_tF6A3D90C430FA3F548B77E5D58D25D71F154E6C5* ___U3CrenderTargetFormatU3Ek__BackingField;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_ColorAttachments;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_InputAttachments;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_InputAttachmentIsTransient;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DepthAttachment;
int32_t ___m_Input;
int32_t ___m_ClearFlag;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_ClearColor;
};
struct ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
DebugShaderResources_tDE399BFF5E1E9403CD4793CD8C8A51796C682B8B* ___debugShaders;
ProbeVolumeResources_t30A6677110700C97538A9A5E99ABEE1F847C4CE7* ___probeVolumeResources;
bool ___U3CisInvalidatedU3Ek__BackingField;
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ___m_RendererFeatures;
List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* ___m_RendererFeatureMap;
bool ___m_UseNativeRenderPass;
bool ___m_StripShadowsOffVariants;
bool ___m_StripAdditionalLightOffVariants;
};
struct ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
bool ___m_Active;
};
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673
{
int32_t ___sizeMode;
int32_t ___width;
int32_t ___height;
int32_t ___slices;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___func;
int32_t ___format;
int32_t ___filterMode;
int32_t ___wrapMode;
int32_t ___dimension;
bool ___enableRandomWrite;
bool ___useMipMap;
bool ___autoGenerateMips;
bool ___isShadowMap;
int32_t ___anisoLevel;
float ___mipMapBias;
int32_t ___msaaSamples;
bool ___bindTextureMS;
bool ___useDynamicScale;
bool ___useDynamicScaleExplicit;
int32_t ___memoryless;
int32_t ___vrUsage;
bool ___enableShadingRate;
String_t* ___name;
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F ___fastMemoryDesc;
bool ___fallBackToBlackTexture;
bool ___disableFallBackToImportedTexture;
bool ___clearBuffer;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
bool ___discardBuffer;
};
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673_marshaled_pinvoke
{
int32_t ___sizeMode;
int32_t ___width;
int32_t ___height;
int32_t ___slices;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
Il2CppMethodPointer ___func;
int32_t ___format;
int32_t ___filterMode;
int32_t ___wrapMode;
int32_t ___dimension;
int32_t ___enableRandomWrite;
int32_t ___useMipMap;
int32_t ___autoGenerateMips;
int32_t ___isShadowMap;
int32_t ___anisoLevel;
float ___mipMapBias;
int32_t ___msaaSamples;
int32_t ___bindTextureMS;
int32_t ___useDynamicScale;
int32_t ___useDynamicScaleExplicit;
int32_t ___memoryless;
int32_t ___vrUsage;
int32_t ___enableShadingRate;
char* ___name;
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_pinvoke ___fastMemoryDesc;
int32_t ___fallBackToBlackTexture;
int32_t ___disableFallBackToImportedTexture;
int32_t ___clearBuffer;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
int32_t ___discardBuffer;
};
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673_marshaled_com
{
int32_t ___sizeMode;
int32_t ___width;
int32_t ___height;
int32_t ___slices;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
Il2CppMethodPointer ___func;
int32_t ___format;
int32_t ___filterMode;
int32_t ___wrapMode;
int32_t ___dimension;
int32_t ___enableRandomWrite;
int32_t ___useMipMap;
int32_t ___autoGenerateMips;
int32_t ___isShadowMap;
int32_t ___anisoLevel;
float ___mipMapBias;
int32_t ___msaaSamples;
int32_t ___bindTextureMS;
int32_t ___useDynamicScale;
int32_t ___useDynamicScaleExplicit;
int32_t ___memoryless;
int32_t ___vrUsage;
int32_t ___enableShadingRate;
Il2CppChar* ___name;
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_com ___fastMemoryDesc;
int32_t ___fallBackToBlackTexture;
int32_t ___disableFallBackToImportedTexture;
int32_t ___clearBuffer;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
int32_t ___discardBuffer;
};
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388
{
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
bool ___builtin;
};
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke
{
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
int32_t ___builtin;
};
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com
{
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
int32_t ___builtin;
};
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
struct UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_ViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_ProjectionMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_JitterMatrix;
bool ___m_CachedRenderIntoTextureXR;
bool ___m_InitBuiltinXRConstants;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera;
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* ___m_HistoryManager;
int32_t ___renderType;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___targetTexture;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___cameraTargetDescriptor;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___pixelRect;
bool ___useScreenCoordOverride;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___screenSizeOverride;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___screenCoordScaleBias;
int32_t ___pixelWidth;
int32_t ___pixelHeight;
float ___aspectRatio;
float ___renderScale;
int32_t ___imageScalingMode;
int32_t ___upscalingFilter;
bool ___fsrOverrideSharpness;
float ___fsrSharpness;
int32_t ___hdrColorBufferPrecision;
bool ___clearDepth;
int32_t ___cameraType;
bool ___isDefaultViewport;
bool ___isHdrEnabled;
bool ___allowHDROutput;
bool ___isAlphaOutputEnabled;
bool ___requiresDepthTexture;
bool ___requiresOpaqueTexture;
bool ___postProcessingRequiresDepthTexture;
bool ___xrRendering;
bool ___useGPUOcclusionCulling;
bool ___stackLastCameraOutputToHDR;
int32_t ___defaultOpaqueSortFlags;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___U3CxrU3Ek__BackingField;
float ___maxShadowDistance;
bool ___postProcessEnabled;
bool ___stackAnyPostProcessingEnabled;
RuntimeObject* ___captureActions;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___volumeLayerMask;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___volumeTrigger;
bool ___isStopNaNEnabled;
bool ___isDitheringEnabled;
int32_t ___antialiasing;
int32_t ___antialiasingQuality;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___renderer;
bool ___resolveFinalTarget;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldSpaceCameraPos;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor;
TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* ___taaHistory;
StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081* ___stpHistory;
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92 ___taaSettings;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___baseCamera;
bool ___isLastBaseCamera;
};
struct UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
int32_t ___mainLightIndex;
int32_t ___additionalLightsCount;
int32_t ___maxPerObjectAdditionalLightsCount;
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 ___visibleLights;
bool ___shadeAdditionalLightsPerVertex;
bool ___supportsMixedLighting;
bool ___reflectionProbeBoxProjection;
bool ___reflectionProbeBlending;
bool ___reflectionProbeAtlas;
bool ___supportsLightLayers;
bool ___supportsAdditionalLights;
};
struct VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
bool ___active;
String_t* ___U3CdisplayNameU3Ek__BackingField;
VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103* ___parameterList;
ReadOnlyCollection_1_tE414953665CCBE1BFF28E8E32C184621ADDA4B76* ___m_ParameterReadOnlyCollection;
};
struct XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF : public RuntimeObject
{
List_1_t7B0B015A57215073C45C813320AF5F3ECF8149F7* ___m_Views;
XROcclusionMesh_tA0B52AD16F48002574AF9C1F274264C79ECB028D* ___m_OcclusionMesh;
XRVisibleMesh_tD685DD0F7C47F5270F8ABB3E7366972918E2B677* ___m_VisibleMesh;
bool ___U3CcopyDepthU3Ek__BackingField;
bool ___U3ChasMotionVectorPassU3Ek__BackingField;
bool ___U3CspaceWarpRightHandedNDCU3Ek__BackingField;
int32_t ___U3CmultipassIdU3Ek__BackingField;
int32_t ___U3CcullingPassIdU3Ek__BackingField;
int32_t ___U3CrenderTargetScaledWidthU3Ek__BackingField;
int32_t ___U3CrenderTargetScaledHeightU3Ek__BackingField;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___U3CrenderTargetU3Ek__BackingField;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___U3CrenderTargetDescU3Ek__BackingField;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___U3CmotionVectorRenderTargetU3Ek__BackingField;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___U3CmotionVectorRenderTargetDescU3Ek__BackingField;
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899 ___U3CcullingParamsU3Ek__BackingField;
intptr_t ___U3CfoveatedRenderingInfoU3Ek__BackingField;
float ___U3CocclusionMeshScaleU3Ek__BackingField;
};
struct ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E
{
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 ___bins;
NativeArray_1_t46D43179C2B71BAB34958401E08B5C5DA4488E9E ___minMaxZs;
float ___zBinScale;
float ___zBinOffset;
int32_t ___binCount;
int32_t ___wordsPerTile;
int32_t ___lightCount;
int32_t ___reflectionProbeCount;
int32_t ___batchCount;
int32_t ___viewCount;
bool ___isOrthographic;
};
struct ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshaled_pinvoke
{
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 ___bins;
NativeArray_1_t46D43179C2B71BAB34958401E08B5C5DA4488E9E ___minMaxZs;
float ___zBinScale;
float ___zBinOffset;
int32_t ___binCount;
int32_t ___wordsPerTile;
int32_t ___lightCount;
int32_t ___reflectionProbeCount;
int32_t ___batchCount;
int32_t ___viewCount;
int32_t ___isOrthographic;
};
struct ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshaled_com
{
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 ___bins;
NativeArray_1_t46D43179C2B71BAB34958401E08B5C5DA4488E9E ___minMaxZs;
float ___zBinScale;
float ___zBinOffset;
int32_t ___binCount;
int32_t ___wordsPerTile;
int32_t ___lightCount;
int32_t ___reflectionProbeCount;
int32_t ___batchCount;
int32_t ___viewCount;
int32_t ___isOrthographic;
};
struct HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21 : public MulticastDelegate_t
{
};
struct Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 ___atlas;
int32_t ___maxAdditionalLights;
float ___cubeOctahedralSizeScale;
bool ___useStructuredBuffer;
};
struct Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_pinvoke
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 ___atlas;
int32_t ___maxAdditionalLights;
float ___cubeOctahedralSizeScale;
int32_t ___useStructuredBuffer;
};
struct Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_com
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 ___atlas;
int32_t ___maxAdditionalLights;
float ___cubeOctahedralSizeScale;
int32_t ___useStructuredBuffer;
};
struct U3CU3Ec__DisplayClass19_0_t621169DF33DD8A8355AF82522406F21485B019B4
{
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805 ___light;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___lightPositionVS;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___lightDirectionVS;
float ___cosHalfAngle;
float ___coneHeight;
};
struct U3CU3Ec__DisplayClass20_0_t735DF58C3692535357E54D3FE6487B60A1328073
{
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805 ___light;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___lightPosVS;
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___lightDirVS;
float ___cosHalfAngle;
};
struct XRRenderPass_t9E8711E8C69E3917AA39A0CA8304B604ED2838E8
{
intptr_t ___displaySubsystemInstance;
int32_t ___renderPassIndex;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___renderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___renderTargetDesc;
int32_t ___renderTargetScaledWidth;
int32_t ___renderTargetScaledHeight;
bool ___hasMotionVectorPass;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___motionVectorRenderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___motionVectorRenderTargetDesc;
bool ___shouldFillOutDepth;
bool ___spaceWarpRightHandedNDC;
int32_t ___cullingPassIndex;
intptr_t ___foveatedRenderingInfo;
};
struct XRRenderPass_t9E8711E8C69E3917AA39A0CA8304B604ED2838E8_marshaled_pinvoke
{
intptr_t ___displaySubsystemInstance;
int32_t ___renderPassIndex;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___renderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___renderTargetDesc;
int32_t ___renderTargetScaledWidth;
int32_t ___renderTargetScaledHeight;
int32_t ___hasMotionVectorPass;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___motionVectorRenderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___motionVectorRenderTargetDesc;
int32_t ___shouldFillOutDepth;
int32_t ___spaceWarpRightHandedNDC;
int32_t ___cullingPassIndex;
intptr_t ___foveatedRenderingInfo;
};
struct XRRenderPass_t9E8711E8C69E3917AA39A0CA8304B604ED2838E8_marshaled_com
{
intptr_t ___displaySubsystemInstance;
int32_t ___renderPassIndex;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___renderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___renderTargetDesc;
int32_t ___renderTargetScaledWidth;
int32_t ___renderTargetScaledHeight;
int32_t ___hasMotionVectorPass;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___motionVectorRenderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___motionVectorRenderTargetDesc;
int32_t ___shouldFillOutDepth;
int32_t ___spaceWarpRightHandedNDC;
int32_t ___cullingPassIndex;
intptr_t ___foveatedRenderingInfo;
};
struct RenderPipelineAsset_1_t2873A88178504E8793D044D4422CB05E32AEB121 : public RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E
{
};
struct AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AdditionalLightsShadowmapHandle;
int32_t ___renderTargetWidth;
int32_t ___renderTargetHeight;
bool ___m_CreateEmptyShadowmap;
bool ___m_SetKeywordForEmptyShadowmap;
bool ___m_EmptyShadowmapNeedsClear;
bool ___m_IssuedMessageAboutShadowSlicesTooMany;
bool ___m_IssuedMessageAboutShadowMapsRescale;
bool ___m_IssuedMessageAboutShadowMapsTooBig;
bool ___m_IssuedMessageAboutRemovedShadowSlices;
bool ___m_UseStructuredBuffer;
float ___m_MaxShadowDistanceSq;
float ___m_CascadeBorder;
PassData_tFB4F4716E1B2E7E0114D20117C36B283FD446E29* ___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_EmptyAdditionalLightShadowmapTexture;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_VisibleLightIndexToIsCastingShadows;
Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* ___m_VisibleLightIndexToAdditionalLightIndex;
Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* ___m_AdditionalLightIndexToVisibleLightIndex;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_AdditionalLightIndexToShadowParams;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_AdditionalLightShadowSliceIndexTo_WorldShadowMatrix;
ShadowSliceDataU5BU5D_t3B41B7A06BAB3677671AEE84FBCF1A23B7DC7D04* ___m_AdditionalLightsShadowSlices;
List_1_t7D15BE3246500BBF1A24C24DBF963B89A876255B* ___m_GlobalShadowSliceIndexToPerLightShadowSliceIndex;
List_1_t36734ACA044956B5B61977FA4D7D11B59AB0202C* ___m_ShadowSliceToAdditionalLightIndex;
Dictionary_2_t50CD26719E8BE899BA7D94BA34FBEA7DB2EC2EFA* ___m_ShadowRequestsHashes;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSetupSampler;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_AdditionalLightShadowDescriptor;
};
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
RuntimeObject* ____actualValue;
};
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
uint32_t ___m_NonSerializedVersion;
};
struct CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraColorHandle;
};
struct ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_LutBuilderLdr;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_LutBuilderHdr;
int32_t ___m_HdrLutFormat;
int32_t ___m_LdrLutFormat;
PassData_tDAE1D33171A4E5E3DF38E7D534325CC68CA166BF* ___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_InternalLut;
bool ___m_AllowColorGradingACESHDR;
};
struct CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
int32_t ___m_SampleOffsetShaderHandle;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_SamplingMaterial;
int32_t ___m_DownsamplingMethod;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_CopyColorMaterial;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CsourceU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CdestinationU3Ek__BackingField;
PassData_t1038890089C1D9C981AA86D1976926E45838D305* ___m_PassData;
};
struct CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CsourceU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CdestinationU3Ek__BackingField;
int32_t ___U3CMsaaSamplesU3Ek__BackingField;
bool ___U3CCopyToDepthU3Ek__BackingField;
bool ___U3CCopyToDepthXRU3Ek__BackingField;
bool ___U3CCopyToBackbufferU3Ek__BackingField;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_CopyDepthMaterial;
bool ___m_CopyResolvedDepth;
bool ___m_ShouldClear;
PassData_tF70F090B9F8F10D501515F31CF899BBEECA8D8B2* ___m_PassData;
};
struct DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___m_DeferredLights;
};
struct DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___U3CshaderTagIdsU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CdepthHandleU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CnormalHandleU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CrenderingLayersHandleU3Ek__BackingField;
bool ___U3CenableRenderingLayersU3Ek__BackingField;
int32_t ___U3CrenderingLayersMaskSizeU3Ek__BackingField;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
PassData_t997EA1EDFBE94ACCA3144F3459F6A2D9CD412BA5* ___m_PassData;
};
struct DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CdestinationU3Ek__BackingField;
int32_t ___depthStencilFormat;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___U3CshaderTagIdU3Ek__BackingField;
PassData_tBB1FDAFAF2C734AAAEEE8597DEC90F9F6FAD020C* ___m_PassData;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
};
struct DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 ___m_RenderStateBlock;
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___m_ShaderTagIdList;
bool ___m_IsOpaque;
bool ___m_IsActiveTargetBackBuffer;
bool ___m_ShouldTransparentsReceiveShadows;
PassData_tF4FD67FF7B2715C52BCB00E214D16901C0BCB1F6* ___m_PassData;
};
struct DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* ___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DepthTarget;
bool ___m_RenderOffscreen;
};
struct DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
};
struct FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Source;
PassData_t040721763CAC21C7BE315B3E869B0FD8FB39DD4A* ___m_PassData;
BlitMaterialDataU5BU5D_tE7C98B1065D3ACEFD33E7B71693827E153CF5729* ___m_BlitMaterialData;
};
struct ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA : public RuntimeObject
{
int32_t ___m_AdditionalLightsBufferId;
int32_t ___m_AdditionalLightsIndicesId;
int32_t ___m_MixedLightingSetup;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_AdditionalLightPositions;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_AdditionalLightColors;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_AdditionalLightAttenuations;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_AdditionalLightSpotDirections;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_AdditionalLightOcclusionProbeChannels;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_AdditionalLightsLayerMasks;
bool ___m_UseStructuredBuffer;
bool ___m_UseForwardPlus;
int32_t ___m_DirectionalLightCount;
int32_t ___m_ActualTileWidth;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___m_TileResolution;
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___m_CullingHandle;
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 ___m_ZBins;
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_ZBinsBuffer;
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 ___m_TileMasks;
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_TileMasksBuffer;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___m_LightCookieManager;
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D ___m_ReflectionProbeManager;
int32_t ___m_WordsPerTile;
float ___m_ZBinScale;
float ___m_ZBinOffset;
int32_t ___m_LightCount;
int32_t ___m_BinCount;
};
struct GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___m_DeferredLights;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 ___m_RenderStateBlock;
PassData_tD366FA555BBB5E9EA116F4553DA083826230EB0B* ___m_PassData;
};
struct HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* ___m_PassDataCIExy;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* ___m_PassDataDebugView;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CIExyTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_PassthroughRT;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_material;
};
struct InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
};
struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
int32_t ___U3CshapeU3Ek__BackingField;
int32_t ___m_BakedIndex;
};
struct LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B : public RuntimeObject
{
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* ___m_AdditionalLightsCookieAtlas;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* ___m_AdditionalLightsCookieShaderData;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 ___m_Settings;
WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* ___m_WorkMem;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_VisibleLightIndexToShaderDataIndex;
int32_t ___m_CookieSizeDivisor;
uint32_t ___m_PrevCookieRequestPixelCount;
int32_t ___m_PrevWarnFrame;
bool ___U3CIsKeywordLightCookieEnabledU3Ek__BackingField;
};
struct MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_MainLightShadowmapTexture;
int32_t ___renderTargetWidth;
int32_t ___renderTargetHeight;
int32_t ___m_ShadowCasterCascadesCount;
bool ___m_CreateEmptyShadowmap;
bool ___m_SetKeywordForEmptyShadowmap;
bool ___m_EmptyShadowmapNeedsClear;
float ___m_CascadeBorder;
float ___m_MaxShadowDistanceSq;
PassData_t4EBCD157121F31BADC982DAC39A13767A7E5207A* ___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_EmptyMainLightShadowmapTexture;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_MainLightShadowDescriptor;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_CascadeSplitDistances;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_MainLightShadowMatrices;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSetupSampler;
ShadowSliceDataU5BU5D_t3B41B7A06BAB3677671AEE84FBCF1A23B7DC7D04* ___m_CascadeSlices;
};
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource;
};
struct MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* ___mode;
MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637* ___quality;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___clamp;
};
struct MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Color;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Depth;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_CameraMaterial;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* ___m_PassData;
};
struct OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123
{
int32_t ___viewInstanceID;
int32_t ___subviewCount;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthTexture;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthSize;
bool ___depthIsArray;
};
struct OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_pinvoke
{
int32_t ___viewInstanceID;
int32_t ___subviewCount;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke ___depthTexture;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthSize;
int32_t ___depthIsArray;
};
struct OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_com
{
int32_t ___viewInstanceID;
int32_t ___subviewCount;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com ___depthTexture;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthSize;
int32_t ___depthIsArray;
};
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Source;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Destination;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Depth;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_InternalLut;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_MotionVectors;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_FullCoCTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_HalfCoCTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_PingTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_PongTexture;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_BloomMipDown;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_BloomMipUp;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_BloomMipDownName;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_BloomMipUpName;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____BloomMipUp;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____BloomMipDown;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_BlendTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_EdgeColorTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_EdgeStencilTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TempTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TempTarget2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_StreakTmpTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_StreakTmpTexture2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ScreenSpaceLensFlareResult;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_UserLut;
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* ___m_Materials;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_Data;
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* ___m_DepthOfField;
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* ___m_MotionBlur;
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* ___m_LensFlareScreenSpace;
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* ___m_PaniniProjection;
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* ___m_Bloom;
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* ___m_LensDistortion;
ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* ___m_ChromaticAberration;
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* ___m_Vignette;
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* ___m_ColorLookup;
ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* ___m_ColorAdjustments;
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* ___m_Tonemapping;
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* ___m_FilmGrain;
int32_t ___m_DefaultColorFormat;
bool ___m_DefaultColorFormatIsAlpha;
int32_t ___m_SMAAEdgeFormat;
int32_t ___m_GaussianCoCFormat;
int32_t ___m_DitheringTextureIndex;
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___m_MRT2;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_BokehKernel;
int32_t ___m_BokehHash;
float ___m_BokehMaxRadius;
float ___m_BokehRCPAspect;
bool ___m_IsFinalPass;
bool ___m_HasFinalPass;
bool ___m_EnableColorEncodingIfNeeded;
bool ___m_UseFastSRGBLinearConversion;
bool ___m_SupportScreenSpaceLensFlare;
bool ___m_SupportDataDrivenLensFlare;
bool ___m_ResolveToScreen;
bool ___m_UseSwapBuffer;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ScalingSetupTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_UpscaledTarget;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 ___m_BloomParamsPrev;
};
struct RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D : public RuntimeObject
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_BlackTexture2D;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_WhiteTexture2D;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ShadowTexture2D;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CblackTextureU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CwhiteTextureU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CclearTextureXRU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CmagentaTextureXRU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CblackTextureXRU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CblackTextureArrayXRU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CblackUIntTextureXRU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CblackTexture3DXRU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CwhiteTextureXRU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___U3CdefaultShadowTextureU3Ek__BackingField;
};
struct ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892 : public RuntimeObject
{
int32_t ___m_LastBeginSubpassPassIndex;
Dictionary_2_tCB9019887EB0254D4745B0724BC12327C5B63792* ___m_MergeableRenderPassesMap;
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ___m_MergeableRenderPassesMapArrays;
Hash128U5BU5D_tB104E7247B842648E447B7FCF4748077DC1F8C98* ___m_PassIndexToPassHash;
Dictionary_2_tB41FAC88F07BAB98D6D373F7C94FB0496D1BDA32* ___m_RenderPassesAttachmentCount;
int32_t ___m_firstPassIndexOfLastMergeableGroup;
AttachmentDescriptorU5BU5D_tC70107EBD955FE94BA31C7FDC146069EF9C547C1* ___m_ActiveColorAttachmentDescriptors;
AttachmentDescriptor_tBAC9B26B50BB0838C5C0CC22BB296F9DFF41276E ___m_ActiveDepthAttachmentDescriptor;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_IsActiveColorAttachmentTransient;
RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5* ___m_FinalColorStoreAction;
int32_t ___m_FinalDepthStoreAction;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___U3CprofilingExecuteU3Ek__BackingField;
bool ___hasReleasedRTs;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* ___U3CDebugHandlerU3Ek__BackingField;
RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* ___U3CsupportedRenderingFeaturesU3Ek__BackingField;
GraphicsDeviceTypeU5BU5D_t4322565F239068C66BF47053B83BD6A9A9D16408* ___U3CunsupportedGraphicsDeviceTypesU3Ek__BackingField;
int32_t ___m_StoreActionsOptimizationSetting;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ___m_ActiveRenderPassQueue;
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ___m_RendererFeatures;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraColorTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraDepthTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraResolveTarget;
bool ___m_FirstTimeCameraColorTargetIsBound;
bool ___m_FirstTimeCameraDepthTargetIsBound;
bool ___m_IsPipelineExecuting;
bool ___disableNativeRenderPassInFeatures;
bool ___useRenderPassEnabled;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___m_frameData;
bool ___U3CuseDepthPrimingU3Ek__BackingField;
bool ___U3CstripShadowsOffVariantsU3Ek__BackingField;
bool ___U3CstripAdditionalLightOffVariantsU3Ek__BackingField;
};
struct Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
struct TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
bool ___m_shouldReceiveShadows;
};
struct UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6 : public ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7
{
XRSystemData_t89A064914358326F98105E94D5F082C186133DE6* ___xrSystemData;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___postProcessData;
int32_t ___m_AssetVersion;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_PrepassLayerMask;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_OpaqueLayerMask;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_TransparentLayerMask;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* ___m_DefaultStencilState;
bool ___m_ShadowTransparentReceive;
int32_t ___m_RenderingMode;
int32_t ___m_DepthPrimingMode;
int32_t ___m_CopyDepthMode;
int32_t ___m_DepthAttachmentFormat;
int32_t ___m_DepthTextureFormat;
bool ___m_AccurateGbufferNormals;
int32_t ___m_IntermediateTextureMode;
bool ___m_StripShadowsOffVariants;
bool ___m_StripAdditionalLightOffVariants;
};
struct UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626 : public UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4
{
int32_t ___U3CactiveColorIDU3Ek__BackingField;
int32_t ___U3CactiveDepthIDU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____backBufferColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____backBufferDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____mainShadowsTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____additionalShadowsTexture;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____gBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraOpaqueTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraDepthTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraNormalsTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____motionVectorColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____motionVectorDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____internalColorLut;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____debugScreenColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____debugScreenDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____afterPostProcessColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____overlayUITexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____renderingLayersTexture;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____dBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____dBufferDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____ssaoTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____stpDebugView;
};
struct UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
bool ___supportsMainLightShadows;
bool ___mainLightShadowsEnabled;
int32_t ___mainLightShadowmapWidth;
int32_t ___mainLightShadowmapHeight;
int32_t ___mainLightShadowCascadesCount;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___mainLightShadowCascadesSplit;
float ___mainLightShadowCascadeBorder;
bool ___supportsAdditionalLightShadows;
bool ___additionalLightShadowsEnabled;
int32_t ___additionalLightsShadowmapWidth;
int32_t ___additionalLightsShadowmapHeight;
bool ___supportsSoftShadows;
int32_t ___shadowmapDepthBufferBits;
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___bias;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___resolution;
bool ___isKeywordAdditionalLightShadowsEnabled;
bool ___isKeywordSoftShadowsEnabled;
int32_t ___mainLightShadowResolution;
int32_t ___mainLightRenderTargetWidth;
int32_t ___mainLightRenderTargetHeight;
NativeArray_1_t4C11F337CF2A7773644650D071AA5F21F158A5E0 ___visibleLightsShadowCullingInfos;
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E ___shadowAtlasLayout;
};
struct XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* ___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_XRMotionVectorColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___xrMotionVectorColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_XRMotionVectorDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___xrMotionVectorDepth;
bool ___m_XRSpaceWarpRightHandedNDC;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_ViewProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousViewProjection;
int32_t ___m_LastFrameIndex;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_XRMotionVectorMaterial;
};
struct XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* ___m_PassData;
bool ___m_IsActiveTargetBackBuffer;
};
struct XRPassCreateInfo_tBB279E651A4D9CBEB6A76FCBB138D7AB7A05DCA1
{
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___renderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___renderTargetDesc;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___motionVectorRenderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___motionVectorRenderTargetDesc;
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899 ___cullingParameters;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___occlusionMeshMaterial;
float ___occlusionMeshScale;
int32_t ___renderTargetScaledWidth;
int32_t ___renderTargetScaledHeight;
intptr_t ___foveatedRenderingInfo;
int32_t ___multipassId;
int32_t ___cullingPassId;
bool ___copyDepth;
bool ___hasMotionVectorPass;
bool ___spaceWarpRightHandedNDC;
XRRenderPass_t9E8711E8C69E3917AA39A0CA8304B604ED2838E8 ___xrSdkRenderPass;
};
struct XRPassCreateInfo_tBB279E651A4D9CBEB6A76FCBB138D7AB7A05DCA1_marshaled_pinvoke
{
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___renderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___renderTargetDesc;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___motionVectorRenderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___motionVectorRenderTargetDesc;
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_marshaled_pinvoke ___cullingParameters;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___occlusionMeshMaterial;
float ___occlusionMeshScale;
int32_t ___renderTargetScaledWidth;
int32_t ___renderTargetScaledHeight;
intptr_t ___foveatedRenderingInfo;
int32_t ___multipassId;
int32_t ___cullingPassId;
int32_t ___copyDepth;
int32_t ___hasMotionVectorPass;
int32_t ___spaceWarpRightHandedNDC;
XRRenderPass_t9E8711E8C69E3917AA39A0CA8304B604ED2838E8_marshaled_pinvoke ___xrSdkRenderPass;
};
struct XRPassCreateInfo_tBB279E651A4D9CBEB6A76FCBB138D7AB7A05DCA1_marshaled_com
{
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___renderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___renderTargetDesc;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___motionVectorRenderTarget;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___motionVectorRenderTargetDesc;
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_marshaled_com ___cullingParameters;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___occlusionMeshMaterial;
float ___occlusionMeshScale;
int32_t ___renderTargetScaledWidth;
int32_t ___renderTargetScaledHeight;
intptr_t ___foveatedRenderingInfo;
int32_t ___multipassId;
int32_t ___cullingPassId;
int32_t ___copyDepth;
int32_t ___hasMotionVectorPass;
int32_t ___spaceWarpRightHandedNDC;
XRRenderPass_t9E8711E8C69E3917AA39A0CA8304B604ED2838E8_marshaled_com ___xrSdkRenderPass;
};
struct XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1 : public XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF
{
bool ___U3CisLateLatchEnabledU3Ek__BackingField;
bool ___U3CcanMarkLateLatchU3Ek__BackingField;
bool ___U3ChasMarkedLateLatchU3Ek__BackingField;
bool ___U3CcanFoveateIntermediatePassesU3Ek__BackingField;
};
struct BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___source;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destination;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset;
int32_t ___sourceSlice;
int32_t ___destinationSlice;
int32_t ___numSlices;
int32_t ___sourceMip;
int32_t ___destinationMip;
int32_t ___numMips;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
int32_t ___shaderPass;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___propertyBlock;
int32_t ___sourceTexturePropertyID;
int32_t ___sourceSlicePropertyID;
int32_t ___sourceMipPropertyID;
int32_t ___scaleBiasPropertyID;
int32_t ___geometry;
};
struct BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B_marshaled_pinvoke
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke ___source;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke ___destination;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset;
int32_t ___sourceSlice;
int32_t ___destinationSlice;
int32_t ___numSlices;
int32_t ___sourceMip;
int32_t ___destinationMip;
int32_t ___numMips;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
int32_t ___shaderPass;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___propertyBlock;
int32_t ___sourceTexturePropertyID;
int32_t ___sourceSlicePropertyID;
int32_t ___sourceMipPropertyID;
int32_t ___scaleBiasPropertyID;
int32_t ___geometry;
};
struct BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B_marshaled_com
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com ___source;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com ___destination;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset;
int32_t ___sourceSlice;
int32_t ___destinationSlice;
int32_t ___numSlices;
int32_t ___sourceMip;
int32_t ___destinationMip;
int32_t ___numMips;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
int32_t ___shaderPass;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___propertyBlock;
int32_t ___sourceTexturePropertyID;
int32_t ___sourceSlicePropertyID;
int32_t ___sourceMipPropertyID;
int32_t ___scaleBiasPropertyID;
int32_t ___geometry;
};
struct CopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___src;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___dest;
};
struct Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3 : public MulticastDelegate_t
{
};
struct DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5 : public DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68
{
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_ColorTargetIndentifiers;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DepthTargetIndentifiers;
};
struct UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
bool ___m_RenderShadows;
int32_t ___m_RequiresDepthTextureOption;
int32_t ___m_RequiresOpaqueTextureOption;
int32_t ___m_CameraType;
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* ___m_Cameras;
int32_t ___m_RendererIndex;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_VolumeLayerMask;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_VolumeTrigger;
int32_t ___m_VolumeFrameworkUpdateModeOption;
bool ___m_RenderPostProcessing;
int32_t ___m_Antialiasing;
int32_t ___m_AntialiasingQuality;
bool ___m_StopNaN;
bool ___m_Dithering;
bool ___m_ClearDepth;
bool ___m_AllowXRRendering;
bool ___m_AllowHDROutput;
bool ___m_UseScreenCoordOverride;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_ScreenSizeOverride;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_ScreenCoordScaleBias;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_Camera;
bool ___m_RequiresDepthTexture;
bool ___m_RequiresColorTexture;
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* ___m_MotionVectorsPersistentData;
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* ___m_History;
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92 ___m_TaaSettings;
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___m_VolumeStack;
int32_t ___m_Version;
};
struct UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
bool ___m_UsePipelineSettings;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___m_Light;
int32_t ___m_AdditionalLightsShadowResolutionTier;
bool ___m_CustomShadowLayers;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_LightCookieSize;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_LightCookieOffset;
int32_t ___m_SoftShadowQuality;
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___m_RenderingLayersMask;
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___m_ShadowRenderingLayersMask;
int32_t ___m_Version;
int32_t ___m_LightLayerMask;
int32_t ___m_ShadowLayerMask;
uint32_t ___m_RenderingLayers;
uint32_t ___m_ShadowRenderingLayers;
};
struct UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232 : public RenderPipelineAsset_1_t2873A88178504E8793D044D4422CB05E32AEB121
{
ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6* ___m_Renderers;
int32_t ___k_AssetVersion;
int32_t ___k_AssetPreviousVersion;
int32_t ___m_RendererType;
ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* ___m_RendererData;
ScriptableRendererDataU5BU5D_tC674C147618C92B68DB64ECFDC847C8A941C6169* ___m_RendererDataList;
int32_t ___m_DefaultRendererIndex;
bool ___m_RequireDepthTexture;
bool ___m_RequireOpaqueTexture;
int32_t ___m_OpaqueDownsampling;
bool ___m_SupportsTerrainHoles;
bool ___m_SupportsHDR;
int32_t ___m_HDRColorBufferPrecision;
int32_t ___m_MSAA;
float ___m_RenderScale;
int32_t ___m_UpscalingFilter;
bool ___m_FsrOverrideSharpness;
float ___m_FsrSharpness;
bool ___m_EnableLODCrossFade;
int32_t ___m_LODCrossFadeDitheringType;
int32_t ___m_ShEvalMode;
int32_t ___m_LightProbeSystem;
int32_t ___m_ProbeVolumeMemoryBudget;
int32_t ___m_ProbeVolumeBlendingMemoryBudget;
bool ___m_SupportProbeVolumeGPUStreaming;
bool ___m_SupportProbeVolumeDiskStreaming;
bool ___m_SupportProbeVolumeScenarios;
bool ___m_SupportProbeVolumeScenarioBlending;
int32_t ___m_ProbeVolumeSHBands;
int32_t ___m_MainLightRenderingMode;
bool ___m_MainLightShadowsSupported;
int32_t ___m_MainLightShadowmapResolution;
int32_t ___m_AdditionalLightsRenderingMode;
int32_t ___m_AdditionalLightsPerObjectLimit;
bool ___m_AdditionalLightShadowsSupported;
int32_t ___m_AdditionalLightsShadowmapResolution;
int32_t ___m_AdditionalLightsShadowResolutionTierLow;
int32_t ___m_AdditionalLightsShadowResolutionTierMedium;
int32_t ___m_AdditionalLightsShadowResolutionTierHigh;
bool ___m_ReflectionProbeBlending;
bool ___m_ReflectionProbeBoxProjection;
bool ___m_ReflectionProbeAtlas;
float ___m_ShadowDistance;
int32_t ___m_ShadowCascadeCount;
float ___m_Cascade2Split;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Cascade3Split;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Cascade4Split;
float ___m_CascadeBorder;
float ___m_ShadowDepthBias;
float ___m_ShadowNormalBias;
bool ___m_SoftShadowsSupported;
bool ___m_ConservativeEnclosingSphere;
int32_t ___m_NumIterationsEnclosingSphere;
int32_t ___m_SoftShadowQuality;
int32_t ___m_AdditionalLightsCookieResolution;
int32_t ___m_AdditionalLightsCookieFormat;
bool ___m_UseSRPBatcher;
bool ___m_SupportsDynamicBatching;
bool ___m_MixedLightingSupported;
bool ___m_SupportsLightCookies;
bool ___m_SupportsLightLayers;
int32_t ___m_DebugLevel;
int32_t ___m_StoreActionsOptimization;
bool ___m_UseAdaptivePerformance;
int32_t ___m_ColorGradingMode;
int32_t ___m_ColorGradingLutSize;
bool ___m_AllowPostProcessAlphaOutput;
bool ___m_UseFastSRGBLinearConversion;
bool ___m_SupportDataDrivenLensFlare;
bool ___m_SupportScreenSpaceLensFlare;
uint8_t ___m_GPUResidentDrawerMode;
float ___m_SmallMeshScreenPercentage;
bool ___m_GPUResidentDrawerEnableOcclusionCullingInCameras;
int32_t ___m_ShadowType;
bool ___m_LocalShadowsSupported;
int32_t ___m_LocalShadowsAtlasResolution;
int32_t ___m_MaxPixelLights;
int32_t ___m_ShadowAtlasResolution;
int32_t ___m_VolumeFrameworkUpdateMode;
VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* ___m_VolumeProfile;
ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* ___apvScenesData;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DefaultShader;
int32_t ___m_ShaderVariantLogLevel;
int32_t ___m_ShadowCascades;
TextureResources_t8FB6A098EBF3C08BF1BD5EA926743C0FA595202B* ___m_Textures;
};
struct UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A : public ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892
{
DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* ___m_DepthPrepass;
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* ___m_DepthNormalPrepass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_PrimedDepthCopyPass;
MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* ___m_MotionVectorPass;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* ___m_MainLightShadowCasterPass;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* ___m_AdditionalLightsShadowCasterPass;
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* ___m_GBufferPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_GBufferCopyDepthPass;
DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* ___m_DeferredPass;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* ___m_RenderOpaqueForwardOnlyPass;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* ___m_RenderOpaqueForwardPass;
DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* ___m_RenderOpaqueForwardWithRenderingLayersPass;
DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* ___m_DrawSkyboxPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_CopyDepthPass;
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* ___m_CopyColorPass;
TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* ___m_TransparentSettingsPass;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* ___m_RenderTransparentForwardPass;
InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* ___m_OnRenderObjectCallbackPass;
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* ___m_FinalBlitPass;
CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* ___m_CapturePass;
XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* ___m_XROcclusionMeshPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_XRCopyDepthPass;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* ___m_XRDepthMotionPass;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* ___m_DrawOffscreenUIPass;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* ___m_DrawOverlayUIPass;
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* ___m_HistoryRawColorCopyPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_HistoryRawDepthCopyPass;
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* ___m_StencilCrossFadeRenderPass;
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* ___m_ColorBufferSystem;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ActiveCameraColorAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorFrontBuffer;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ActiveCameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraDepthAttachment_D3d_11;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TargetColorHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TargetDepthHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DepthTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_NormalsTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DecalLayersTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_OpaqueColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_MotionVectorColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_MotionVectorDepth;
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* ___m_ForwardLights;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___m_DeferredLights;
int32_t ___m_RenderingMode;
int32_t ___m_DepthPrimingMode;
int32_t ___m_CopyDepthMode;
int32_t ___m_CameraDepthAttachmentFormat;
int32_t ___m_CameraDepthTextureFormat;
bool ___m_DepthPrimingRecommended;
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___m_DefaultStencilState;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___m_LightCookieManager;
int32_t ___m_IntermediateTextureMode;
bool ___m_VulkanEnablePreTransform;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitHDRMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_SamplingMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_StencilDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ClusterDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_CameraMotionVecMaterial;
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9 ___m_PostProcessPasses;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CprepassLayerMaskU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CopaqueLayerMaskU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CtransparentLayerMaskU3Ek__BackingField;
bool ___U3CshadowTransparentReceiveU3Ek__BackingField;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DebugBlitMaterial;
bool ___m_RequiresRenderingLayer;
int32_t ___m_RenderingLayersEvent;
int32_t ___m_RenderingLayersMaskSize;
bool ___m_RenderingLayerProvidesRenderObjectPass;
bool ___m_RenderingLayerProvidesByDepthNormalPass;
String_t* ___m_RenderingLayersTextureName;
bool ___m_IssuedGPUOcclusionUnsupportedMsg;
};
struct List_1_tD2FA3273746E404D72561E8324608D18B52B533E_StaticFields
{
CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B* ___s_emptyArray;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray;
};
struct List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6_StaticFields
{
ScriptableRenderPassU5BU5D_tC40E3619A24B14CB90535A47C826514BE1343F87* ___s_emptyArray;
};
struct List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6_StaticFields
{
ScriptableRendererFeatureU5BU5D_t64361F1FA79104227050258B0751D3DF2E9FDA1C* ___s_emptyArray;
};
struct List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_StaticFields
{
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* ___s_emptyArray;
};
struct List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8_StaticFields
{
VolumeStackU5BU5D_tB3F836716F0EA9AC82C3E276F445F039B88DE97E* ___s_emptyArray;
};
struct TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C_StaticFields
{
uint32_t ___value;
};
struct CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_CameraTypeNames;
};
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C_StaticFields
{
uint32_t ___s_TypeCount;
};
struct LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields
{
LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* ___m_Instance;
RuntimeObject* ___m_Padlock;
List_1_t6590FC1C3D6405E4972389536FA11B52542105C5* ___m_Data;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_AvailableIndicies;
int32_t ___maxLensFlareWithOcclusion;
int32_t ___maxLensFlareWithOcclusionTemporalSample;
int32_t ___mergeNeeded;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occlusionRT;
int32_t ___frameIdx;
int32_t ____FlareOcclusionPermutation;
int32_t ____FlareOcclusionRemapTex;
int32_t ____FlareOcclusionTex;
int32_t ____FlareOcclusionIndex;
int32_t ____FlareCloudOpacity;
int32_t ____FlareSunOcclusionTex;
int32_t ____FlareTex;
int32_t ____FlareColorValue;
int32_t ____FlareData0;
int32_t ____FlareData1;
int32_t ____FlareData2;
int32_t ____FlareData3;
int32_t ____FlareData4;
int32_t ____FlareData5;
int32_t ____FlareRadialTint;
int32_t ____ViewId;
int32_t ____LensFlareScreenSpaceBloomMipTexture;
int32_t ____LensFlareScreenSpaceResultTexture;
int32_t ____LensFlareScreenSpaceSpectralLut;
int32_t ____LensFlareScreenSpaceStreakTex;
int32_t ____LensFlareScreenSpaceMipLevel;
int32_t ____LensFlareScreenSpaceTintColor;
int32_t ____LensFlareScreenSpaceParams1;
int32_t ____LensFlareScreenSpaceParams2;
int32_t ____LensFlareScreenSpaceParams3;
int32_t ____LensFlareScreenSpaceParams4;
int32_t ____LensFlareScreenSpaceParams5;
bool ___s_SupportsLensFlare16bitsFormat;
bool ___s_SupportsLensFlare32bitsFormat;
bool ___s_SupportsLensFlare16bitsFormatWithLoadStore;
bool ___s_SupportsLensFlare32bitsFormatWithLoadStore;
};
struct String_t_StaticFields
{
String_t* ___Empty;
};
struct UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80_StaticFields
{
uint32_t ___s_TypeCount;
};
struct VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_StaticFields
{
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ProfilerMarkerUpdate;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ProfilerMarkerReplaceData;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ProfilerMarkerEvaluateVolumeDefaultState;
Lazy_1_t8BF68D560BD85EC85ECBE57F1B105CF767F8FBBC* ___s_Instance;
Dictionary_2_t8BD6308EB9E88486C040C0B44AAE81F0B6C637C9* ___s_SupportedVolumeComponentsForRenderPipeline;
};
struct U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_StaticFields
{
U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8* ___U3CU3E9;
Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* ___U3CU3E9__50_0;
};
struct U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields
{
U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B* ___U3CU3E9;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* ___U3CU3E9__126_0;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* ___U3CU3E9__126_1;
BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* ___U3CU3E9__156_0;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* ___U3CU3E9__213_0;
};
struct Profiling_t6DEB870A261B1B24E98EBC18BD0F599A3596BD76_StaticFields
{
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___createCameraRenderTarget;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
String_t* ___TrueString;
String_t* ___FalseString;
};
struct CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_StaticFields
{
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___rasterCmd;
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___computeCmd;
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___unsafeCmd;
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray;
};
struct IntPtr_t_StaticFields
{
intptr_t ___Zero;
};
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
{
float ___Epsilon;
};
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix;
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147_StaticFields
{
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___rastercmd;
};
struct RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_StaticFields
{
int32_t ___minimumBound;
int32_t ___maximumBound;
};
struct RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_StaticFields
{
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___U3CdefaultRenderingLayerMaskU3Ek__BackingField;
};
struct ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0_StaticFields
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___none;
};
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector;
};
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right;
};
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector;
};
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector;
};
struct float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA_StaticFields
{
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___zero;
};
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_StaticFields
{
bool ___ThrowOnSetRenderTarget;
};
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_StaticFields
{
int32_t ___k_DebugColorInvalidModePropertyId;
int32_t ___k_DebugCurrentRealTimeId;
int32_t ___k_DebugColorPropertyId;
int32_t ___k_DebugTexturePropertyId;
int32_t ___k_DebugFontId;
int32_t ___k_DebugTextureNoStereoPropertyId;
int32_t ___k_DebugTextureDisplayRect;
int32_t ___k_DebugRenderTargetSupportsStereo;
int32_t ___k_DebugRenderTargetRangeRemap;
int32_t ___k_DebugMaterialModeId;
int32_t ___k_DebugVertexAttributeModeId;
int32_t ___k_DebugMaterialValidationModeId;
int32_t ___k_DebugMipInfoModeId;
int32_t ___k_DebugMipMapStatusModeId;
int32_t ___k_DebugMipMapShowStatusCodeId;
int32_t ___k_DebugMipMapOpacityId;
int32_t ___k_DebugMipMapRecentlyUpdatedCooldownId;
int32_t ___k_DebugMipMapTerrainTextureModeId;
int32_t ___k_DebugSceneOverrideModeId;
int32_t ___k_DebugFullScreenModeId;
int32_t ___k_DebugValidationModeId;
int32_t ___k_DebugValidateBelowMinThresholdColorPropertyId;
int32_t ___k_DebugValidateAboveMaxThresholdColorPropertyId;
int32_t ___k_DebugMaxPixelCost;
int32_t ___k_DebugLightingModeId;
int32_t ___k_DebugLightingFeatureFlagsId;
int32_t ___k_DebugValidateAlbedoMinLuminanceId;
int32_t ___k_DebugValidateAlbedoMaxLuminanceId;
int32_t ___k_DebugValidateAlbedoSaturationToleranceId;
int32_t ___k_DebugValidateAlbedoHueToleranceId;
int32_t ___k_DebugValidateAlbedoCompareColorId;
int32_t ___k_DebugValidateMetallicMinValueId;
int32_t ___k_DebugValidateMetallicMaxValueId;
int32_t ___k_ValidationChannelsId;
int32_t ___k_RangeMinimumId;
int32_t ___k_RangeMaximumId;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_DebugSetupSampler;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_DebugFinalValidationSampler;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
int32_t ___OffsetOfInstanceIDInCPlusPlusObject;
};
struct ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_StaticFields
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___kRenderTypeTag;
};
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_StaticFields
{
int32_t ___k_ColorId;
int32_t ___k_MainTexId;
};
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E_StaticFields
{
int32_t ___kMaxMRTCount;
List_1_tB5216E2043E168F4E0A122E4594A52A4BA2394F2* ___s_RegisteredGraphs;
bool ___U3CisRenderGraphViewerActiveU3Ek__BackingField;
bool ___U3CenableValidityChecksU3Ek__BackingField;
OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C* ___onGraphRegistered;
OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C* ___onGraphUnregistered;
OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226* ___onExecutionRegistered;
OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226* ___onExecutionUnregistered;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onDebugDataCaptured;
};
struct RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13_StaticFields
{
bool ___m_AisBackBuffer;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Desc;
};
struct RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_StaticFields
{
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___Invalid;
};
struct ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_StaticFields
{
uint32_t ___s_CurrentValidBit;
uint32_t ___s_SharedResourceValidBit;
};
struct ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_StaticFields
{
int32_t ___maximumCullingPlaneCount;
int32_t ___layerCount;
};
struct SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6_StaticFields
{
SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* ___s_Active;
};
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
{
int32_t ___GenerateAllMips;
};
struct Type_t_StaticFields
{
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
Il2CppChar ___Delimiter;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
RuntimeObject* ___Missing;
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
};
struct DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_GBufferNames;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___k_GBufferShaderPropertyIDs;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_StencilDeferredPassNames;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_ClusterDeferredPassNames;
uint16_t ___k_InvalidLightOffset;
String_t* ___k_SetupLights;
String_t* ___k_DeferredPass;
String_t* ___k_DeferredShadingPass;
String_t* ___k_DeferredStencilPass;
String_t* ___k_DeferredFogPass;
String_t* ___k_SetupLightConstants;
float ___kStencilShapeGuard;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSetupLights;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingDeferredPass;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSetupLightConstants;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_SetupDeferredLights;
};
struct RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_Names;
};
struct RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_Names;
};
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_StaticFields
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___k_CameraTarget;
};
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_StaticFields
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___s_NullHandle;
};
struct AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004_StaticFields
{
int32_t ___m_AdditionalShadowsBufferId;
int32_t ___m_AdditionalShadowsIndicesId;
bool ___m_IssuedMessageAboutPointLightHardShadowResolutionTooSmall;
bool ___m_IssuedMessageAboutPointLightSoftShadowResolutionTooSmall;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___c_DefaultShadowParams;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___s_EmptyAdditionalShadowFadeParams;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___s_EmptyAdditionalLightIndexToShadowParams;
bool ___isAdditionalShadowParamsDirty;
};
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
{
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull;
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender;
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender;
};
struct DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_StaticFields
{
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___k_DepthNormals;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___k_ColorAttachment1;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___k_ColorAttachment2;
String_t* ___k_CameraNormalsTextureName;
int32_t ___s_CameraDepthTextureID;
int32_t ___s_CameraNormalsTextureID;
int32_t ___s_CameraRenderingLayersTextureID;
};
struct DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E_StaticFields
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___k_ShaderTagId;
int32_t ___s_CameraDepthTextureID;
};
struct DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68_StaticFields
{
int32_t ___s_DrawObjectPassDataPropID;
};
struct DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_StaticFields
{
int32_t ___s_CameraDepthTextureID;
int32_t ___s_CameraOpaqueTextureID;
};
struct FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC_StaticFields
{
int32_t ___s_CameraDepthTextureID;
};
struct ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA_StaticFields
{
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSampler;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerFPSetup;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerFPComplete;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerFPUpload;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_SetupForwardLights;
};
struct GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7_StaticFields
{
int32_t ___s_CameraNormalsTextureID;
int32_t ___s_CameraRenderingLayersTextureID;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___s_ShaderTagLit;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___s_ShaderTagSimpleLit;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___s_ShaderTagUnlit;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___s_ShaderTagComplexLit;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___s_ShaderTagUniversalGBuffer;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___s_ShaderTagUniversalMaterialType;
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* ___s_ShaderTagValues;
RenderStateBlockU5BU5D_tB3277DEBE81600D781CFFD366CF0B6E363775468* ___s_RenderStateBlocks;
};
struct LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_StaticFields
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___s_DirLightProj;
};
struct MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3_StaticFields
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___s_EmptyShadowParams;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___s_EmptyShadowmapSize;
};
struct MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_ShaderTags;
int32_t ___s_CameraDepthTextureID;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_SetMotionMatrixProfilingSampler;
};
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields
{
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingRenderPostProcessing;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingRenderFinalPostProcessing;
int32_t ___k_ShaderPropertyId_ViewProjM;
int32_t ___k_ShaderPropertyId_PrevViewProjM;
int32_t ___k_ShaderPropertyId_ViewProjMStereo;
int32_t ___k_ShaderPropertyId_PrevViewProjMStereo;
int32_t ___s_CameraDepthTextureID;
};
struct ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_StaticFields
{
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___current;
bool ___m_UseOptimizedStoreActions;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___k_CameraTarget;
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___m_ActiveColorAttachmentIDs;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_ActiveColorAttachments;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ActiveDepthAttachment;
RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5* ___m_ActiveColorStoreActions;
int32_t ___m_ActiveDepthStoreAction;
RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB* ___m_TrimmedColorAttachmentCopyIDs;
RTHandleU5BU5DU5BU5D_t6066EC3F94599A5A42DA9A893F102E9618CB612F* ___m_TrimmedColorAttachmentCopies;
PlaneU5BU5D_t4EEF66BAA8B0140EFFF34F6183CE7F80546592BE* ___s_Planes;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___s_VectorPlanes;
};
struct XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_StaticFields
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___k_MotionOnlyShaderTagId;
int32_t ___k_SpaceWarpNDCModifier;
};
struct BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B_StaticFields
{
int32_t ___blitTextureProperty;
int32_t ___blitSliceProperty;
int32_t ___blitMipProperty;
int32_t ___blitScaleBias;
};
struct UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* ___s_DefaultAdditionalCameraData;
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* ___s_CachedVolumeStacks;
};
struct UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields
{
int32_t ___AdditionalLightsShadowResolutionTierCustom;
int32_t ___AdditionalLightsShadowResolutionTierLow;
int32_t ___AdditionalLightsShadowResolutionTierMedium;
int32_t ___AdditionalLightsShadowResolutionTierHigh;
int32_t ___AdditionalLightsShadowDefaultResolutionTier;
int32_t ___AdditionalLightsShadowDefaultCustomResolution;
int32_t ___AdditionalLightsShadowMinimumResolution;
};
struct UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232_StaticFields
{
int32_t ___AdditionalLightsDefaultShadowResolutionTierLow;
int32_t ___AdditionalLightsDefaultShadowResolutionTierMedium;
int32_t ___AdditionalLightsDefaultShadowResolutionTierHigh;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_Names;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_Values;
GraphicsFormatU5BU5DU5BU5D_t1424BD937A890524D2A66FF39E61DEB0F10FE0A2* ___s_LightCookieFormatList;
};
struct UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields
{
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___k_DepthNormalsOnly;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_RenderGraphCameraColorHandles;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_RenderGraphCameraDepthHandle;
int32_t ___m_CurrentColorHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_RenderGraphDebugTextureHandle;
bool ___m_RequiresIntermediateAttachments;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct ScriptableRendererDataU5BU5D_tC674C147618C92B68DB64ECFDC847C8A941C6169 : public RuntimeArray
{
ALIGN_FIELD (8) ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* m_Items[1];
inline ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6 : public RuntimeArray
{
ALIGN_FIELD (8) ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* m_Items[1];
inline ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E : public RuntimeArray
{
ALIGN_FIELD (8) Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99 m_Items[1];
inline Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___storage), (void*)NULL);
}
inline Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___storage), (void*)NULL);
}
};
struct ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143 : public RuntimeArray
{
ALIGN_FIELD (8) ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 m_Items[1];
inline ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 value)
{
m_Items[index] = value;
}
};
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF : public RuntimeArray
{
ALIGN_FIELD (8) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* m_Items[1];
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7 : public RuntimeArray
{
ALIGN_FIELD (8) TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 m_Items[1];
inline TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 value)
{
m_Items[index] = value;
}
};
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB : public RuntimeArray
{
ALIGN_FIELD (8) Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC m_Items[1];
inline Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___storage), (void*)NULL);
}
inline Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___storage), (void*)NULL);
}
};
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_m5F4A44F5994320C2DEF6F42F894CC55D0C901DD6_gshared (ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8* __this, uint32_t ___0_item1, uint32_t ___1_item2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_TryGetComponent_TisRuntimeObject_m4D430300D2DFB9276DE980D78F60A05D271D3630_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, RuntimeObject** ___0_component, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, RuntimeObject** ___0_component, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_RemoveAll_m1A8DE2A7640CC473609F3ADAC38FDB960520636D_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_match, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t40ECE3A478A7988D6572F814C5099ACFDE1FDF95 ReadOnlySpan_1_op_Implicit_mD844B685A69638FDB4FA14915D557F9B3930C069_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlySpan_1_op_Equality_m3BE988911ED95D84A4B3F1B20D03544E6173061E_gshared (ReadOnlySpan_1_t40ECE3A478A7988D6572F814C5099ACFDE1FDF95 ___0_left, ReadOnlySpan_1_t40ECE3A478A7988D6572F814C5099ACFDE1FDF95 ___1_right, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlySpan_1_get_IsEmpty_mAA0A0762932F8256622576D20C1B9AF67F294F02_gshared (ReadOnlySpan_1_t40ECE3A478A7988D6572F814C5099ACFDE1FDF95* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_mC2747000B3E64F62F16E5F1D2E3AE62F0734DBB0_gshared_inline (ReadOnlySpan_1_t40ECE3A478A7988D6572F814C5099ACFDE1FDF95* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GraphicsSettings_GetRenderPipelineSettings_TisRuntimeObject_mE2EF737215ED168685806935CE4460AB2D8E2BCE_gshared (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsSettings_TryGetRenderPipelineSettings_TisRuntimeObject_m0D94DC4AD9E0B50AB27617DDD4ADE7D626554DEA_gshared (RuntimeObject** ___0_settings, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m0C1EAB13821A67848C24AEAF224E3F0B253B691F_gshared (Func_2_t8F27B2665786B94E51DF2F44BD915B93E379B6CB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_match, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_RequestAccess_TisRuntimeObject_mBCD0F14139B1A590E151CBF8685B2497A2D91616_gshared (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UniversalCameraHistory_GetHistoryForRead_TisRuntimeObject_m9835466AF6239076C122F9F21EC6FEB3B5EDE43F_gshared (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraHistory_IsAccessRequested_TisRuntimeObject_mB6FC350CFA6A5C0A86C3F9B8C2BC6E19F8AB5CCC_gshared (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UniversalCameraHistory_GetHistoryForWrite_TisRuntimeObject_m60860B603939A53824AA8D0254A1CC309BC86FAD_gshared (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RenderGraph_AddRasterRenderPass_TisRuntimeObject_mAEFFD016D33EAB8572B2E00CF5C498805E467732_gshared (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, RuntimeObject** ___1_passData, String_t* ___2_file, int32_t ___3_line, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared (BaseRenderFunc_2_tA367BC6873E6166CAEC57DF6061E145117B9C512* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mED105F1DB197E159F07DE41446F0203180C8A441_gshared_inline (Span_1_tBABB2D63897F271C24C07BA851A911176740FE74* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 Span_1_op_Implicit_m066B480F835EDE1819C9F5F060705A32090F88DB_gshared (Span_1_tBABB2D63897F271C24C07BA851A911176740FE74 ___0_span, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC579312D00B4AB1FF0C634D2A740E584622C69FA_gshared_inline (Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 Span_1_op_Implicit_m590B4B6A19448C32E505CB656EDBF5DE30F744F2_gshared (Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206 ___0_span, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplaySettings_1_get_Instance_mA88D31ED7AE6F7ABDCEC4B0F92FA19DB4938B189_gshared (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_gshared (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_gshared_inline (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_gshared (int32_t ___0_min, int32_t ___1_max, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m9DC0CBC6B2899B36D53FDDEC54B3367D03C0FCC7_gshared (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method) ;
inline void ValueTuple_2__ctor_m5F4A44F5994320C2DEF6F42F894CC55D0C901DD6 (ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8* __this, uint32_t ___0_item1, uint32_t ___1_item2, const RuntimeMethod* method)
{
(( void (*) (ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8*, uint32_t, uint32_t, const RuntimeMethod*))ValueTuple_2__ctor_m5F4A44F5994320C2DEF6F42F894CC55D0C901DD6_gshared)(__this, ___0_item1, ___1_item2, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_min_m02D43DF516544C279AF660EA4731449C82991849_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t ZBinningJob_EncodeHeader_mCD62E31221582732672073AA918ACCD60BDA4833 (uint32_t ___0_min, uint32_t ___1_max, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ZBinningJob_FillZBins_mF2CFA43120C52552239BB273C9CDA1A7ECEC9C67 (ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_binStart, int32_t ___1_binEnd, int32_t ___2_itemStart, int32_t ___3_itemEnd, int32_t ___4_headerIndex, int32_t ___5_itemOffset, int32_t ___6_binOffset, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ZBinningJob_Execute_m71CAC2A2E6F81C9186B92492CC8D2A92EE79681A (ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_jobIndex, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_log2_m07B499B0DDA692EDD9DF4780349C26EB28199156_inline (float ___0_x, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8 ZBinningJob_DecodeHeader_mA20E5A04D3B0D2DAC9316E4C8B622F13E3C1791B (uint32_t ___0_zBin, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_min_mFBB411A5384A9CFD7787E398A6F758553D3700A9_inline (uint32_t ___0_x, uint32_t ___1_y, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_max_mD9D4307218A8CFA92F9C26871E508B23C17F6395_inline (uint32_t ___0_x, uint32_t ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
inline bool GameObject_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_mBCAEF774AB0C0563A29C16F3A5305AE1A081C3BD (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93** ___0_component, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93**, const RuntimeMethod*))GameObject_TryGetComponent_TisRuntimeObject_m4D430300D2DFB9276DE980D78F60A05D271D3630_gshared)(__this, ___0_component, method);
}
inline UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* GameObject_AddComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m257D49B2F0B2F6DAFF2E3EC7F53B5930D5BB6D46 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* CameraExtensions_GetUniversalAdditionalCameraData_m38406768FA69BDC80D45CA7698EC0B8755448604 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_volumeFrameworkUpdateMode_m0474AC8124A522A9DC4CC9EF397006A542FF7408_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_requiresVolumeFrameworkUpdate_m2B3E79FEE2E94483EC8CFC95C9AD6F759B760BBF (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_volumeFrameworkUpdateMode_m2925687F8C72FB3E270D87FB929162FBD96A1FDE_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_UpdateVolumeStack_m73ABC525D63F35BF111B9F82DC1B8685EC8E8449 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* ___1_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VolumeManager_get_isInitialized_mED3C52DEB8182E6ABB4BFD52D294C1500D1635BE_inline (VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* UniversalAdditionalCameraData_get_volumeStack_mDB4460F18F4A7B994DCF40FF7C7B61AB9246022F_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_GetOrCreateVolumeStack_mA72FCDCAB00FA2781F06006BF1504E2111BFB3B3 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_GetVolumeLayerMaskAndTrigger_m0030085113CB804D0C155D48BC4C1115A68BB663 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* ___1_cameraData, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB* ___2_layerMask, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** ___3_trigger, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VolumeManager_Update_m0AD4F65D0737393F3DF85F77D4A799D794C9FBC5 (VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* __this, VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___0_stack, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_trigger, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___2_layerMask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_DestroyVolumeStack_mA4B9BECFABBF56F0BF59BE25FDECF6DB2177AA77 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* ___1_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_volumeStack_mFB4842333BCBBC92B102894F38BF65A7560F7681 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222 (int32_t ___0_intVal, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalAdditionalCameraData_get_volumeLayerMask_m6CA98C050693650D8818151E9ADE480CCBF44BFC_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* UniversalAdditionalCameraData_get_volumeTrigger_m50DCBFFE7794ED3935CC068DB9F431785428BED9_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF (const RuntimeMethod* method) ;
inline bool Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93** ___0_component, const RuntimeMethod* method)
{
return (( bool (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93**, const RuntimeMethod*))Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared)(__this, ___0_component, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Enum_GetNames_m382A68AE28D7B6035331EC0685315144F15957C3 (Type_t* ___0_enumType, const RuntimeMethod* method) ;
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194 (RuntimeObject* ___0_source, const RuntimeMethod* method)
{
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData__ctor_m7004CAEE04279AA3A337764910209839A16850F4 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_exists, const RuntimeMethod* method) ;
inline bool GameObject_TryGetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3E05562E7AE2F3F025CABDBA0E92886031957C06 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** ___0_component, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**, const RuntimeMethod*))GameObject_TryGetComponent_TisRuntimeObject_m4D430300D2DFB9276DE980D78F60A05D271D3630_gshared)(__this, ___0_component, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* UniversalAdditionalCameraData_get_camera_m70D661D426B117218E3172F92AC50DBCF095B2C3 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_clearFlags_m66541D9CC43CBAA5FE7364A50D43CA5569FD4D93 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_renderType_m329B2A06C25793DF3BBBE89B3F23154EA2380265_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
inline Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* GameObject_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3B3C11550E48AA36AFF82788636EB163CC51FEE6 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* UniversalAdditionalCameraData_get_scriptableRenderer_m9158657B4174075D22953E2FA8E8B185C12556A3 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScriptableRenderer_SupportsCameraStackingType_m0D76E46B7E746F98D483842B315488301375DA94 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, int32_t ___0_cameraRenderType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
inline int32_t List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_inline (List_1_tD2FA3273746E404D72561E8324608D18B52B533E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tD2FA3273746E404D72561E8324608D18B52B533E*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
inline void Predicate_1__ctor_m37C3C3E7E89B636AE08024BB205DC3DDC7792A04 (Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___0_object, ___1_method, method);
}
inline int32_t List_1_RemoveAll_mBCB94B6BAB8010510D22E2A29F404CA320439848 (List_1_tD2FA3273746E404D72561E8324608D18B52B533E* __this, Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* ___0_match, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tD2FA3273746E404D72561E8324608D18B52B533E*, Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C*, const RuntimeMethod*))List_1_RemoveAll_m1A8DE2A7640CC473609F3ADAC38FDB960520636D_gshared)(__this, ___0_match, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsCameraDepthTexture_m4B42523ABE85349C1EB8DFF1533CA3180F57A8F2_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsCameraOpaqueTexture_mDB57026918ABE55C479DE5CEC0432C0129E9424E_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_ValidateRendererData_mC2F1649035EF0369EAC73C83C2CC045A7DC762D2 (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m23033D7E2F0F298BE465B7F3A63CDF40A4EB70EB (RuntimeObject* ___0_message, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_context, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* UniversalRenderPipelineAsset_GetRenderer_mDB50ADE0416EAD238AA4EB82B0C1DF2C41969C13 (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_volumeFrameworkUpdateMode_mF796AC940F47F4CABB6B7855FB23E572625E7488_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VolumeStack_get_isValid_mB68C39F1D1B4E1A655FB3CA73D36C7F8F46C84DB_inline (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method) ;
inline void List_1__ctor_mF90A8E88309F9B3E37747AEFA9DA60FF659CCF48 (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
}
inline void List_1_Add_m76F63DF8ACCFFC567DB2DBC27EE2D4A68286F387_inline (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* __this, VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8*, VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
inline int32_t List_1_get_Count_m5D68242A68E21113C5B824DFC87A88F9A9B3D153_inline (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
inline VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* List_1_get_Item_m47E8A6FDB70C8FF501F7B79DCACE9221491178CB (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* (*) (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
inline void List_1_RemoveAt_m866D12145D68801EE3C4B1270B996B0DFA38E6BB (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* VolumeManager_CreateStack_m7EACF7BD773893B2344DB8DFA1ACF4557FBB38B4 (VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorsPersistentData_Reset_mB15EBA6AAD2F8633BC5F6522FF3D8D9971D10BD0 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawIcon_m04F8DF692115553A862C7E00E1FC0DED1E17CC30 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_center, String_t* ___1_name, bool ___2_allowScaling, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_tint, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_renderPostProcessing_mAC89A4F038A4BDD585C10412EFBC76CE189974E4_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* UniversalAdditionalCameraData_GetRawRenderer_mD8A709A88B07BEC220C85434D1A56ED025A8FA33 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_Dispose_m846DF05777F8815EE3E6328E0336347AFF4645F4 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 UniversalRenderPipelineAsset_get_renderers_m310DBBB4AEFDBED04ADF8719178ABCE5FEEDF599 (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
inline ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 ReadOnlySpan_1_op_Implicit_m7D3C55EA4F2BED3949E6BE9C4DFE9D15F3712C0E (ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6* ___0_array, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 (*) (ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6*, const RuntimeMethod*))ReadOnlySpan_1_op_Implicit_mD844B685A69638FDB4FA14915D557F9B3930C069_gshared)(___0_array, method);
}
inline bool ReadOnlySpan_1_op_Equality_mD485CFA02CFCB03142B47BC5262BEB3F78BA8A70 (ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 ___0_left, ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 ___1_right, const RuntimeMethod* method)
{
return (( bool (*) (ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8, ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8, const RuntimeMethod*))ReadOnlySpan_1_op_Equality_m3BE988911ED95D84A4B3F1B20D03544E6173061E_gshared)(___0_left, ___1_right, method);
}
inline bool ReadOnlySpan_1_get_IsEmpty_m103ED72C9A600293A5D90082A9EBFFFB5242011D (ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8* __this, const RuntimeMethod* method)
{
return (( bool (*) (ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8*, const RuntimeMethod*))ReadOnlySpan_1_get_IsEmpty_mAA0A0762932F8256622576D20C1B9AF67F294F02_gshared)(__this, method);
}
inline int32_t ReadOnlySpan_1_get_Length_mCB8FCC95751286F0A447453F4426B7D3C1471FC6_inline (ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_mC2747000B3E64F62F16E5F1D2E3AE62F0734DBB0_gshared_inline)(__this, method);
}
inline void List_1__ctor_m735F7A05528CC71E71E3019311F2E22CF9E2C681 (List_1_tD2FA3273746E404D72561E8324608D18B52B533E* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tD2FA3273746E404D72561E8324608D18B52B533E*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorsPersistentData__ctor_m37DF5E4FECD871FCF9781CFE1F028D65C45F5D7A (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory__ctor_mE5D5E3E9C11A9924616BC2816006D451FDD00115 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92 Settings_Create_m83FC27E8F98362C0B970642519227FD1B9678EAC (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m8522ECC07758C6F45259D947C6EA5307C5DDB664 (U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
inline bool GameObject_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m07D5E1BC221A2D60018D787F5739E9B62E46E0F9 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107** ___0_component, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107**, const RuntimeMethod*))GameObject_TryGetComponent_TisRuntimeObject_m4D430300D2DFB9276DE980D78F60A05D271D3630_gshared)(__this, ___0_component, method);
}
inline UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* GameObject_AddComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m0FFE49991D29C8D3F0C54AE16E5E15C3F913C850 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
inline bool Component_TryGetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_m35E5F023EFE6ACC6342424F0DA94033D5CCC2B60 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3** ___0_component, const RuntimeMethod* method)
{
return (( bool (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3**, const RuntimeMethod*))Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared)(__this, ___0_component, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_SyncLightAndShadowLayers_m3A3106510BEB364F6756713E40674AA5FF580508 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderingLayerMask_op_Implicit_m066A5211ACF3E1E5D86B2CF36034EF6F824EA26B (RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___0_mask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* UniversalAdditionalLightData_get_light_m1DB799C3CE88D6C22E5F04115E7961A96011999F (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Light_set_renderingLayerMask_m6F995E480519519746BB9D046FFA7EC575D22DF3 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Math_Clamp_mAB687477D3AAC0E7243D724F45626026980CE2FF_inline (int32_t ___0_value, int32_t ___1_min, int32_t ___2_max, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 RenderingLayerMask_op_Implicit_m38EAE38A00D82EDD2CD8CACB022F2B7E5FC5069B (uint32_t ___0_intVal, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 RenderingLayerMask_get_defaultRenderingLayerMask_m75949CAB9D04088013D84AF5835A3F38BB723A7B_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem__ctor_m68CD894EC8EC25ED3B8556A48CE799C0802914DA (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Item_Reset_m3AB401F54E641EFF8A3801C5610903BB2FDA99F7 (Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_ReleaseAll_m46A33E64928C17336C64D97305A2306BA9B8EFBC (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HistoryRequestDelegate_Invoke_m1C2C1BC77B6D9AFF0AA041CAFDAB367809DFCB0D_inline (HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* __this, RuntimeObject* ___0_historyAccess, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraHistory_IsValidRequest_m0936A6432FCF23AC7B9067F6FD4C9B9296AD4DBA (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, int32_t ___0_i, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraHistory_IsValid_m0ED8566EE9ECCD7667C5DDA30DAC3098D87EEB7D (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, int32_t ___0_i, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedRTHandleSystem_SwapAndSetReferenceSize_m4305B697B3B3F39A12A784ED9413E29E53512727 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_width, int32_t ___1_height, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GL_get_wireframe_m6DC3D40913456AB481BA719570E513DC41815F53 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_get_IsActiveModeUnsupportedForDeferred_mAA7FA21331AF9DC27BA1F2B8784162F2250A6FD8 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeferredLights_IsRuntimeSupportedThisFrame_m172EA14735129356B545F035C70484370ACA4E1D (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_deferredModeUnsupported_m81672B6B609AB82DB57ACE5C51E8735D9A01508F (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
inline RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130* GraphicsSettings_GetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m056A6DF99F51AC9AF02BB64BE4677C83E02946F7 (const RuntimeMethod* method)
{
return (( RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130* (*) (const RuntimeMethod*))GraphicsSettings_GetRenderPipelineSettings_TisRuntimeObject_mE2EF737215ED168685806935CE4460AB2D8E2BCE_gshared)(method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderGraphSettings_get_enableRenderCompatibilityMode_mF6C49F988080B5096D3FC5870B456442DB0869DB (RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_renderingModeActual_m48B1504573E94205348A217526669CF5A1043BE1 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeferredLights_get_AccurateGbufferNormals_m9720C5F6B6F3472D51A37E6DB9E73E4FF9DD5F16_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_colorGradingLut_m109522E238E99C4787B2102E86FAC20D998D6669_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CoreUtils_GetDefaultDepthStencilFormat_m5269D4009E97B0F676DD9A301EB1E2099D58A5F7_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureXR_get_dimension_m1FEDB3FB100070102EE907FAE16672FB6BF04AF0 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Blitter_GetBlitMaterial_m4BA631147AEAC4DBB4125473540FCB72D7F394BF (int32_t ___0_dimension, bool ___1_singleSlice, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer__ctor_m9E5F5E400D4107D257C1663CB254BDEE3BCA1490 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* ___0_data, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAutoDetect_Initialize_mDB88E46E9FABBA195985CBF3D61C00E36CE724E5 (const RuntimeMethod* method) ;
inline bool GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886_m51F8012D9CBC58274FEFAC9366F4F9A4A19B958F (UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886** ___0_settings, const RuntimeMethod* method)
{
return (( bool (*) (UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886**, const RuntimeMethod*))GraphicsSettings_TryGetRenderPipelineSettings_TisRuntimeObject_m0D94DC4AD9E0B50AB27617DDD4ADE7D626554DEA_gshared)(___0_settings, method);
}
inline void Func_2__ctor_mA08E3CEAC1FC08CE06E6B53CA586B907CA616F65 (Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m0C1EAB13821A67848C24AEAF224E3F0B253B691F_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeXRResources_get_xrOcclusionMeshPS_m4DF8EA8FDDAE86711D399408DA4924898D5DB4BF_inline (UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeXRResources_get_xrMirrorViewPS_mF14E852F020DAC456BE69C77952BF72E185C7CC3_inline (UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRSystem_Initialize_m733BBAB5800B568CA1FED0C4E5FC9934F47A0F03 (Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3* ___0_passAllocator, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___1_occlusionMeshPS, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___2_mirrorViewPS, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeXRResources_get_xrMotionVector_m9AB55B31F3BAB96D241EF268EB4FEFEDF95E4D71_inline (UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass__ctor_mAC1A8812103405F393288E8A2DBA6F6C440D813A (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, int32_t ___0_evt, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___1_xrMotionVector, const RuntimeMethod* method) ;
inline bool GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65_m23854122813BC1369966F4E9BFEED1BBA668E187 (UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65** ___0_settings, const RuntimeMethod* method)
{
return (( bool (*) (UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65**, const RuntimeMethod*))GraphicsSettings_TryGetRenderPipelineSettings_TisRuntimeObject_m0D94DC4AD9E0B50AB27617DDD4ADE7D626554DEA_gshared)(___0_settings, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeShaders_get_coreBlitPS_mBA5312805F9136C58020A28C3BF3E3EE214FEF61_inline (UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2 (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeShaders_get_blitHDROverlay_mE45879204D0479D92CD77E42806D039A6DFF6C35_inline (UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeShaders_get_samplingPS_mDD175E7AA21C944869110FDE5F4BFD22B06D1159_inline (UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* __this, const RuntimeMethod* method) ;
inline bool GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m8210CDF822207FE337D06D69FE39F8E93AA42831 (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629** ___0_settings, const RuntimeMethod* method)
{
return (( bool (*) (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629**, const RuntimeMethod*))GraphicsSettings_TryGetRenderPipelineSettings_TisRuntimeObject_m0D94DC4AD9E0B50AB27617DDD4ADE7D626554DEA_gshared)(___0_settings, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_copyDepthPS_m843A3A7B6BC975394A7BD79C18CCD23B8F6C8859_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_stencilDeferredPS_m3D276055F540AE90DD70CB7572EF665D295E3F13_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_clusterDeferred_mE728BA834978B3E8B295F6A06812CC7B85B2FEBE_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_cameraMotionVector_mE17EC9268816A6E5979C3B7761AB223227F50373_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_stencilDitherMaskSeedPS_mAA95956C4315F0E0BE970075E88946B56AB92A81_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilCrossFadeRenderPass__ctor_mCBC4491F72F073F90552931711BA93AE33CD56BF (StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* UniversalRendererData_get_defaultStencilState_m59850A2F687EC48D1D8F594014B4028B548F8473_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 StencilState_get_defaultValue_m4A98541E193B4B554C8529C240D54B0DC2994BA7 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_enabled_m6DC861C699D1044E896E833D2DAE69B82F796564 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_SetCompareFunction_m4F46E4197FDEBB0643BB1D529DB33CA3590D7E29 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_SetPassOperation_m8DF4167E4EC16BDEA8DB8CAD4F5161094B8FD7CB (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_SetFailOperation_mC5BFB2CA88EFDEF6E302C1EA70471DFAFD9F19C9 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_SetZFailOperation_m1E6D4F210E0039A6E44F9550FEC8D4155F540DF2 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_intermediateTextureMode_mE291BB2BB76868DC05128CFE200771858D0B0D46_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
inline bool GraphicsSettings_TryGetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m2A0CB425B70CA29AE5110E163CC6336577FBD96D (RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130** ___0_settings, const RuntimeMethod* method)
{
return (( bool (*) (RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130**, const RuntimeMethod*))GraphicsSettings_TryGetRenderPipelineSettings_TisRuntimeObject_m0D94DC4AD9E0B50AB27617DDD4ADE7D626554DEA_gshared)(___0_settings, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_prepassLayerMask_m5E41D6F894D15F6EDE659DF999764A54328CE499_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderer_set_prepassLayerMask_m3169B227638E9B658DC44BFFD14D8BE00ABB49A3_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderer_set_opaqueLayerMask_m71ECF1DDA4AA3FB035A82BE06FE5CBA5DC3D1902_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_transparentLayerMask_m574EF7B83EDC27E92BE8FB97BB445A6F4C937A3E_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderer_set_transparentLayerMask_m19766079852F8CC4094140E40BC90217C44EA985_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRendererData_get_shadowTransparentReceive_m59EBF1D691FF516DACB095A06D8E0311028D77BF_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderer_set_shadowTransparentReceive_m7F3436DAF9820EEA3DF49B64BB52BCD935C0056A_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsLightCookies_m350CA95F8F5758F4537E4029D61DD09990FADB1F_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 Settings_Create_m6EF6686EC0592EB74BE280FAB043954873FC7DE8 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_additionalLightsCookieFormat_mC8EA1362B7326580B5FA7445F329DEB5736B3E3D (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A UniversalRenderPipelineAsset_get_additionalLightsCookieResolution_mDB9C694AF5E42992A7488663060D9C37899B2041 (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager__ctor_m6E095C5FE5CE2A9EB388C32CD85DC3391C24C7E6 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* ___0_settings, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_set_stripShadowsOffVariants_m6D4243EB800963DAA17E2E6F3BD9C705958B818A_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_set_stripAdditionalLightOffVariants_m6B6A95E1E7B6C91B5054F34994BA5833FAD77C63_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardLights__ctor_m38DDF64B02CB6B4441E54813FB3412BC1FF43491 (ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* __this, InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472 ___0_initParams, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_depthPrimingMode_m5D8B3BD8077877061F60B6BB6EF25284D78E64BC_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_copyDepthMode_m02D8B9D5EB63BCCF0B3922481FB2943030E41075_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_depthAttachmentFormat_mC2542B28D9173046D9F73DEA24B6DD82946035FC (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_depthTextureFormat_m098DF2660E94156D8712A4F25DD34B6649969779 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScriptableRendererData_get_useNativeRenderPass_m7F8D3A97A818B1134EFC3A4236E7A7C8ECD9245F_inline (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainLightShadowCasterPass__ctor_mB767B87419FA7EFB05B3BEBA5507AB59C14A3A51 (MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* __this, int32_t ___0_evt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalLightsShadowCasterPass__ctor_mF976D84F719020B9DAD15C85B4338065DC2536C3 (AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* __this, int32_t ___0_evt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XROcclusionMeshPass__ctor_m78592788D415FD93B98130C506FADD21BB7BD0AF (XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* __this, int32_t ___0_evt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyDepthPass__ctor_mE647536420AA2D6FBF86727AE2492AA7793673CD (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, int32_t ___0_evt, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___1_copyDepthShader, bool ___2_shouldClear, bool ___3_copyToDepth, bool ___4_copyResolvedDepth, String_t* ___5_customPassName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRenderer_get_prepassLayerMask_m53A8D82CCA0CF3224CB82AAE0A683B15C9A324FA_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOnlyPass__ctor_m3F3197E7E28F516C605B7BE17654B284C2018D9F (DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* __this, int32_t ___0_evt, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___1_renderQueueRange, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___2_layerMask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthNormalOnlyPass__ctor_m338B5F98F0A6E991A75A7D2506333544A4372BBB (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, int32_t ___0_evt, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___1_renderQueueRange, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___2_layerMask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights__ctor_m540C480A4C4B14ADEE3D6DB584ACDD24E5EA1061 (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, InitParams_tD826C0704956D3F1286BCCC07B5A5F61FFA7FCD6 ___0_initParams, bool ___1_useNativeRenderPass, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRendererData_get_accurateGbufferNormals_mEEC3CD3A5BDE3BDF5E8882791BEEA6753EABD0EC_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_AccurateGbufferNormals_m7E7EF7482036454D26694AC1D59AEA35DE0C40FA_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GBufferPass__ctor_m3A6CF0448EA52BA09CF174C57FE337170522F47B (GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* __this, int32_t ___0_evt, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___1_renderQueueRange, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___2_layerMask, StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___3_stencilState, int32_t ___4_stencilReference, DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___5_deferredLights, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 DeferredLights_OverwriteStencil_mFFD6E1FAA7422F4AEA6F00C1C6075421B9835421 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___0_s, int32_t ___1_stencilWriteMask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B (ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0* __this, String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredPass__ctor_m69B43169CF8E23BAE27DA1CE5A3AF67C8CD1E4FE (DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* __this, int32_t ___0_evt, DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___1_deferredLights, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawObjectsPass__ctor_m73F08BC738626C34A82C197E9DF5B22120FEA3F4 (DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* __this, String_t* ___0_profilerTag, ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* ___1_shaderTagIds, bool ___2_opaque, int32_t ___3_evt, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___4_renderQueueRange, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___5_layerMask, StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___6_stencilState, int32_t ___7_stencilReference, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawObjectsPass__ctor_mA2ED4080BA69CD5A495623C4AEDA0044E627374D (DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* __this, int32_t ___0_profileId, bool ___1_opaque, int32_t ___2_evt, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___3_renderQueueRange, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___4_layerMask, StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___5_stencilState, int32_t ___6_stencilReference, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawObjectsWithRenderingLayersPass__ctor_m00C8A877DBC0F72CBDC08F1613A858D672C5F8EF (DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* __this, int32_t ___0_profilerTag, bool ___1_opaque, int32_t ___2_evt, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___3_renderQueueRange, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___4_layerMask, StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___5_stencilState, int32_t ___6_stencilReference, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderingUtils_MultisampleDepthResolveSupported_mFF310B1C5B2FF3C0B3A4237D4C248398A9F6E6E6 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass__ctor_m875E3A815F1CBC5FA9D827F9FF955625823461A6 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, int32_t ___0_evt, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_cameraMaterial, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___2_opaqueLayerMask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass__ctor_m59C64E16A12F8B8BAD49180D4EF6A1011A518735 (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, int32_t ___0_evt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyColorPass__ctor_mCBC5BD888EBE43217C1151B7E1230F82D61CB5CC (CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* __this, int32_t ___0_evt, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_samplingMaterial, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_copyColorMaterial, String_t* ___3_customPassName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransparentSettingsPass__ctor_mD31502F7BF51241D5A412E8F138F74287F9706E8 (TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* __this, int32_t ___0_evt, bool ___1_shadowReceiveSupported, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 RenderQueueRange_get_transparent_m874E5D7D8B1F634BD31FF1306CCD6BDF018E2816 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokeOnRenderObjectCallbackPass__ctor_m78E337A06F8678AF3F136C655115BE29AB86086E (InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* __this, int32_t ___0_evt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass__ctor_mDBCF412F28AA8B567220AFEE129CF6DEF63FF9A1 (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, int32_t ___0_evt, bool ___1_renderOffscreen, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D PostProcessParams_Create_mF2D6447F9F7ADA7CD2BA7FB8CFED007F03855E40 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsHDR_m21EBD3560B0CA09499967BB9F56C96D1B0AC9052_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_hdrColorBufferPrecision_m79D20B82BAB78E5F82DDC228B026C57E576E4609_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderPipeline_MakeRenderTextureGraphicsFormat_m386F1D4BCAD4537F62E4096D9264554312E11B5D (bool ___0_isHdrEnabled, int32_t ___1_requestHDRColorBufferPrecision, bool ___2_needsAlpha, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses__ctor_m037C1A5C70CF6EBB280576FDAC5BDD5E9AAD44ED (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_rendererPostProcessData, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___1_postProcessParams, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CapturePass__ctor_m69F6F274A6DC346284F5B8F06956EDB8C70FF2C6 (CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* __this, int32_t ___0_evt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FinalBlitPass__ctor_m8EC452A44B311B651896B960793E9588F36A13A9 (FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* __this, int32_t ___0_evt, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_blitMaterial, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_blitHDRMaterial, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetBufferSystem__ctor_m86BE218D4CA2ED16CC91EEAE8A08BE67A5E860BE (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingFeatures__ctor_m63CA9CABFDC57D4CBEA1205C070F14CC83FF8C0F (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_set_supportedRenderingFeatures_m79C5FBB6462F1D21874A91D7FFD54F5A1D05D472_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* ScriptableRenderer_get_supportedRenderingFeatures_m8866E002AF2D9D7C3E70946193B656850A4FC56F_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderingFeatures_set_msaa_m2D87B2B1338BED49F71CE8742F8EEE981D00997F_inline (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_Initialize_mE8F317D590583EC37DE95D53A9A30695E5635C67 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsSettings_HasShaderDefine_mDF4C773ADAB4956CEB634EB922F8AB3F66CB366C (int32_t ___0_defineHash, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardLights_Cleanup_mCE7DA0C52C5C16341EE7CDCA1D9B0D8A98A6849D (ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GBufferPass_Dispose_m6BB27FA1349F5D3F0855653CC809F31F7321D365 (GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses_Dispose_m4221B50B16AD6692410415519FEE1EBE3CCE8D9B (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FinalBlitPass_Dispose_m06D1DA7C81AED218C772A4AABCF5DEF6646E98D0 (FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_Dispose_m74197CD717B5E0D9C5DB140F525B3CB71CB77E2D (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyDepthPass_Dispose_m99D4A610892C3DAE95601E042ABB4687CACE128B (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_Dispose_m4A52D1E6FF1F5E1347BD643960C446376EB554F1 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilCrossFadeRenderPass_Dispose_mCC8DC884ADE325765A02E482F948D236240237DC (StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_Dispose_m7D653034036928F611D5F9506CC58CDA74CC3D14 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, bool ___0_disposing, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CleanupRenderGraphResources_mE911EEC0A02D51128B7C81A885B89545557AEBF6 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_Dispose_m47C9B356CA957CCA280D7E48F74D35B0F0344B69 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRSystem_Dispose_m80F3AE2BF50867AB5838BE3961A2D630408F5A6D (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetBufferSystem_Dispose_m1C3AC5DA450F8B824721316FAC28EBAE5377DBC6 (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses_ReleaseRenderTargets_m4F7AE0DFF20F9DB0CAC22227D5D934A5C9299F4F (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainLightShadowCasterPass_Dispose_mF51E4FFE56C00AE46D4FC4CB57A6F229E2C05C04 (MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalLightsShadowCasterPass_Dispose_mD57EAF6446FC2DC9A225BE81D796895EB3293613 (AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, bool ___0_isPreviewCamera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_TryGetFullscreenDebugMode_mC4AF0DD2D18FE9BD4B66C25192B07588522F4E9D (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, int32_t* ___0_debugFullScreenMode, int32_t* ___1_textureHeightPercent, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_usesClusterLightLoop_m82C58F7C6DC2A36F60D3DB5AC742002FF4548EDE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D ForwardLights_get_reflectionProbeManager_mBAE6F9CD0F0C6510B7273CB5337CEBB411BFF926_inline (ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* LightCookieManager_get_AdditionalLightsCookieAtlasTexture_mF6AAADFF78C7FF83A8986BDAFA5AAC16B8133162 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CorrectForTextureAspectRatio_m251AA2F911AB432CD587462E2633F65F8309782C (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, float* ___0_width, float* ___1_height, float ___2_sourceWidth, float ___3_sourceHeight, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_renderTarget, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_displayRect, bool ___2_supportsStereo, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_dataRangeRemap, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ReflectionProbeManager_get_atlasRTHandle_m6658A09E558C4B7FCF8451D4CA59F0189FCE1011_inline (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugHandler_ResetDebugRenderTarget_m05C9F16877A00FE6C9E5BF42432B7780A61748C3 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* CameraData_get_universalCameraData_mD67FBE2CAADDBA930E7DDD9F44ED8C5F10E24AC2 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsOffscreenDepthTexture_m8A1EC0963B9F85A87E871EDA7344B355567E421F (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_format_m58556ABB91A1FADA8044BEEA2E8C55280768CF35 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_CanCopyDepth_mFE6A5B53C345C192FAC2FF344F766B1AAA227762 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsWebGL_m0889D92D15CA5FFBB7D2E94976655ECD24D18B9F (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsGLESDevice_mC7C68769B9C8CE67FFE579A9E67A807BE7DFD3CF (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ScriptableRenderer_get_rendererFeatures_m2473415AE63D3735ACBD7BF7CAEA7CB0315A7057_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
inline int32_t List_1_get_Count_m81D0B7C641653EC8742F7B48EC513ECBD2A61C97_inline (List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
inline Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786 List_1_GetEnumerator_m0ED7F868DFBF0B8A5F2C3A7252C548079FD8BB4F (List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* __this, const RuntimeMethod* method)
{
return (( Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786 (*) (List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
inline void Enumerator_Dispose_mEDFBA1A78C8BF94339410CCE79ED2B8947023112 (Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
inline ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6* Enumerator_get_Current_m65E52814F3289E84E69A7324ED46026114A0FFAE_inline (Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786* __this, const RuntimeMethod* method)
{
return (( ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6* (*) (Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScriptableRendererFeature_get_isActive_m3A636889F4504C471F26F735F682472FD9B31178_inline (ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6* __this, const RuntimeMethod* method) ;
inline bool Enumerator_MoveNext_m699A9E1D941711453887F76F5DD8E797A46A5D48 (Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
inline int32_t List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_inline (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
inline Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625 List_1_GetEnumerator_m82EFB25742BBF4B896DD9DCB9BED813145B9F14E (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* __this, const RuntimeMethod* method)
{
return (( Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625 (*) (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
}
inline void Enumerator_Dispose_m334C7EB9FBAEA8BC87ECC95C2C0D322E498B6699 (Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
}
inline ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* Enumerator_get_Current_m9F173585FAD931312EF7F684265C41C5747AD600_inline (Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625* __this, const RuntimeMethod* method)
{
return (( ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* (*) (Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScriptableRenderPass_get_requiresIntermediateTexture_m18B18B1A947A035EE346EEEB7E0355CFFB63B012_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
inline bool Enumerator_MoveNext_m29C44877AE440B7C67CDFC9AF883993C67C51115 (Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
inline UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
inline UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
inline UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
inline UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
inline UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardLights_PreSetup_m36E83BFF9138AAAB527974A1434578B7534F247C (ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* __this, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___0_renderingData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___2_lightData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* UniversalRenderingData_get_commandBuffer_m8397484CEAB1A0D725DEA8A85C9B955E2B4007F8 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_WriteToDebugScreenTexture_m238B0FD053CE5540FD5A64BF47C06456486A31B7 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, bool ___0_resolveFinalTarget, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugHandler_ConfigureColorDescriptorForDebugScreen_m9F4EDFBDBA77ED4822ABAD3A8AE0081F8FF090BE (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, int32_t ___1_cameraWidth, int32_t ___2_cameraHeight, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** DebugHandler_get_DebugScreenColorHandle_m704B6C8442CDB6B1DC0E368BD6CFDB24DC8612F4 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___0_handle, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___1_descriptor, int32_t ___2_filterMode, int32_t ___3_wrapMode, int32_t ___4_anisoLevel, float ___5_mipMapBias, String_t* ___6_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_cameraDepthTextureFormat_mC62D0D0567F051F86661A937FE4DFF9AB74BD64F (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugHandler_ConfigureDepthDescriptorForDebugScreen_mFD0A128FDCB2FB1A9C3EB6C99AB1774B2AA2E240 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, int32_t ___1_depthStencilFormat, int32_t ___2_cameraWidth, int32_t ___3_cameraHeight, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** DebugHandler_get_DebugScreenDepthHandle_mB80C399D6659D8E356EDC58D48EA71D17979548B (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_HDRDebugViewIsActive_m0A83B379FC91626D9428077FE120808084B33C57 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, bool ___0_resolveFinalTarget, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* DebugHandler_get_hdrDebugViewPass_m82F3F3D4E66B3F4A077ADA8B4EB0165724CD1C75_inline (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* DebugHandler_get_DebugDisplaySettings_m37F2217F4ED89E755387A4F8A43519AA87C544BD_inline (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0* UniversalRenderPipelineDebugDisplaySettings_get_lightingSettings_mB52BBE883718AEC9170CA658BC31865AAD67B912_inline (UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DebugDisplaySettingsLighting_get_hdrDebugMode_mC9B5F46FC2FC9DF6BECAA44225E54665C582A703_inline (DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_Setup_m830AE53AA6A85879AE6ED99AED764514BC8AE5C7 (HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, int32_t ___1_hdrdebugMode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* ___0_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsDepthPrimingEnabledCompatibilityMode_mED8C7F854BA84B88E980AA61ACE3E59D7DFD2114 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_set_useDepthPriming_mE19B00F9BB6CBA3158241891FF40EEC1B842486C_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorTarget, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depthTarget, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_HasActiveRenderFeatures_m42AF485B27930785B9D708B29223E9C4AD20AFAE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isEditor_mEAC51E3ACE6DCE438087FB14BD75A3C219D354D0 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_HasPassesRequiringIntermediateTexture_m0404A9E4609CC20B45528646743C0F08DFF698BC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_UpdateCameraHistory_m9D34C95DB2E2A784AA2FA5EFC847D55ED10509FC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderingLayerUtils_RequireRenderingLayers_m88841B769DC8BB23B87AAC7391835CBB010FB8A0 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* ___0_universalRenderer, List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ___1_rendererFeatures, int32_t ___2_msaaSampleCount, int32_t* ___3_combinedEvent, int32_t* ___4_combinedMaskSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsGLDevice_m8A8AF68ED6BE85C058990CCF7B551A654748EF0E (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 UniversalRenderer_GetRenderPassInputs_m4AFF8701812CE756B125D3306DA8F5D095DD45FE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, bool ___0_isTemporalAAEnabled, bool ___1_postProcessingEnabled, bool ___2_isSceneViewCamera, bool ___3_renderingLayerProvidesByDepthNormalPass, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_RenderingLayerMaskSize_mB9B14D022CA82F95C96D75FE4AE70F236524EAF0_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_UseDecalLayers_m48CF0FFD99554C5A6CD003A3DA198FD237D2C792_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_HasNormalPrepass_m9A48F38DB115BE3A378B0C739A71B7C79F8BB87A_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights_ResolveMixedLightingMode_mA24B6B6CF7B4841C84EA5FF7333FFF74999059B7 (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___0_lightData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights_CreateGbufferResources_mB5107E28CAD0378BB543AA1FB18DAD49ED62155F (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights_DisableFramebufferFetchInput_mD3D52031BF54D7EBD48EA7E49513D867016EE7FA (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MainLightShadowCasterPass_Setup_mBE7DBA64DB246FF091229EC1B945D516D2868CDC (MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* __this, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___0_renderingData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___2_lightData, UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ___3_shadowData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdditionalLightsShadowCasterPass_Setup_m9C5B61E95030586B23CAAB21138BCC0A9B4741FD (AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* __this, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___0_renderingData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___2_lightData, UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ___3_shadowData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransparentSettingsPass_Setup_mF37A3761883AACCF280D7F962FAF4AB60848413C (TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_RequiresIntermediateColorTexture_mCDD21A965A88B776903B70A51D7031D2057602DE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 RTHandles_get_rtHandleProperties_mE9C88F6CB33ADBB4E90F39BA940AF17F66468468 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetBufferSystem_SetCameraSettings_m1F65A3121D31191F44E826D47ECBE5279EDC93F8 (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_desc, int32_t ___1_filterMode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_sceneViewFilterMode_m061A35F0884EDEFAE2C3D3FF90D1BD725F1D7CEF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325 (int32_t ___0_type, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m7EC88962CADCEAB38EAE8D792039466E20874304 (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_tex, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_lhs, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleStaticHelpers_SetRTHandleUserManagedWrapper_mC550F8602CF14819A9EDC41A6F15E6991AF1F51F (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___0_rtWrapper, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rtId, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateCameraRenderTarget_m258AD8B49426280E1DC061A568D6C4EAD74BDB22 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___1_descriptor, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___2_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RenderTargetBufferSystem_PeekBackBuffer_m5496A9F37497CE9915D760AD5F44FEA5EE304941 (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorTarget, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_CopyTexture_mDA8B82E30D465C5CC29046C558507601E3CC5BAF (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_src, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_dst, const RuntimeMethod* method) ;
inline void Predicate_1__ctor_mFE18533B43A6BC452856BD26C1B09EA48B30D596 (Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___0_object, ___1_method, method);
}
inline ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15 (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* __this, Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* ___0_match, const RuntimeMethod* method)
{
return (( ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* (*) (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6*, Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F*, const RuntimeMethod*))List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared)(__this, ___0_match, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_TryGetFullscreenDebugMode_m5B125CD94DF3367FD65C7AC30E4FE820212CF2CD (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, int32_t* ___0_debugFullScreenMode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_get_IsLightingActive_mC752F77FFF4D88FE05B9436F595752BA4CA2D5B2 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_get_IsRenderPassSupported_m4DB52790281A4B3AB2E53094F5643F3146A46FF0 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___0_name, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderContext_ExecuteCommandBuffer_mBAE37DFC699B7167A6E2C59012066C44A31E9896 (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_commandBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeferredLights_get_UseRenderingLayers_m353CF7E8744DB3CC76B32E7747E413715D76143D (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* DeferredLights_get_GbufferAttachments_m93F4186104CA66B40F90FC3421542561D91A52DC_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeferredLights_get_GBufferRenderingLayers_mC1516964EE0987641196BF0F04AF65A7888DACDA (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeferredLights_GetGBufferFormat_m9CA9F7C4D9EC692498D5ED7B60D306DD85855E09 (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderingLayerUtils_GetFormat_m4625E4EBE85382D40F47251D859FBBE7FBED9B88 (int32_t ___0_maskSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights_ReAllocateGBufferIfNeeded_m1B0C7D1D8D84F70365EE88ECDB047BB72261C5A0 (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_gbufferSlice, int32_t ___1_gbufferIndex, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_baseBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingLayerUtils_SetupProperties_m2A1AA052D575737E5C1F872793A633A1043F980D (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, int32_t ___1_maskSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeferredLights_get_GBufferNormalSmoothnessIndex_m1C2B7183455DDB4339E16783E424AE8FA561CD89 (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DepthNormalOnlyPass_GetGraphicsFormat_mF3397DADF6851476D8B947CEFFEC0CF80DA306B7 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_Setup_mE9428DE76FB7E22B7ABFDB4E8A6A02D4D82D17F2 (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_depthHandle, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_normalHandle, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_decalLayerHandle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_Setup_m5D15BB1D67D52187BE79CE94C64A18831F657969 (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_depthHandle, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_normalHandle, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_set_shaderTagIds_m66D1B5D656FD5F650036FD0641305A632AB88019_inline (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOnlyPass_Setup_mD35F8160258EA3EA6D33BD8E85027ECDDC2B86C5 (DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_baseDescriptor, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depthAttachmentHandle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41 (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_destination, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* UniversalRenderer_get_colorGradingLutPass_m323B1ADBC54EC6140E57F9C996C1CF9ED754F8D6 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorGradingLutPass_ConfigureDescriptor_m1DEAFEF573ECC437B1A1B2A7BF3FDD8BA50EC8B5 (ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* __this, UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C** ___0_postProcessingData, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___1_descriptor, int32_t* ___2_filterMode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* UniversalRenderer_get_colorGradingLut_mBCC5BB9792DD924EED55665E511248F677FE9AD7 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorGradingLutPass_Setup_m446AAC336072A3EF376A84D1A1C1C018390D41D9 (ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___0_internalLut, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_hasValidOcclusionMesh_m2D0E0A44FDDB87C8FE82A3D0996E7282A08FDD2C (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_EnqueueDeferred_mDE45D2C43F6A41234DF2A16D61B06FD400E8D0F8 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_cameraTargetDescriptor, bool ___1_hasDepthPrepass, bool ___2_hasNormalPrepass, bool ___3_hasRenderingLayerPrepass, bool ___4_applyMainShadow, bool ___5_applyAdditionalShadow, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPass_get_copyDepth_m234A91AEB854C3E6F8CB10D187DE343E1CF42BF8_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawObjectsWithRenderingLayersPass_Setup_mAA94CC2FBD91A0DFC03EED26E0DEA2C47644A5FA (DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorAttachment, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_renderingLayersTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_depthAttachment, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureColorStoreAction_m72073E57F258E9ACD7DEDB8005F7A517C0BFC25E (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_storeAction, uint32_t ___1_attachmentIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureDepthStoreAction_mBA71A6E08D2D350F52AAA85B99BD2C196D4D9427 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_storeAction, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_clearFlags_mA74F538C124B391EF03C46A50CA7FF7B505B7602 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_usesLoadStoreActions_m66E53BB7F2F2750E9607057718B720FFB59291B6 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureClear_m5C82128C3ABDD63621501DC012ED91F392ABF123 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_clearFlag, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_clearColor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderSettings_get_skybox_m1738CCDBAFAA20797D174DB97066440B10FBCE6F (const RuntimeMethod* method) ;
inline bool Component_TryGetComponent_TisSkybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441_mB3DA0FE8D3E694E5E4720100E597349CD7080BCA (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441** ___0_component, const RuntimeMethod* method)
{
return (( bool (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441**, const RuntimeMethod*))Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared)(__this, ___0_component, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* Skybox_get_material_m8575E583E00DC4B2CC8C129FB1F5501A6557B781 (Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_usesReversedZBuffer_m52819B4B538F590FCA0370FC99775B3AA6B32514 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Texture2D_get_whiteTexture_m3A243ED388F9EF0EC515015A6E0E50FD261D2FA1 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Texture2D_get_blackTexture_mBEF97F64AD650DAAC1EEC84EB34F9CF22B56A08C (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shader_SetGlobalTexture_m9ECF95F30982225B918E7521B5F2C395CDC3DF16 (String_t* ___0_name, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_opaqueDownsampling_mFC12352FAF21B6FA4F9718CE89E0116D7CE36A3F_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyColorPass_ConfigureDescriptor_mD046FF2494382A6D56FE64808E5CC6DCE9B9775E (int32_t ___0_downsamplingMethod, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___1_descriptor, int32_t* ___2_filterMode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyColorPass_Setup_m7602D49AAE5BC8C052204FFA12DB86E890103378 (CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_destination, int32_t ___2_downsampling, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_SetMotionVectorGlobalMatrices_mF6FDB9DF7BA2E8FD76B0CF011834782C4EFD5C9B (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_Setup_mB18546361E1B9D18B58C351E77CA080058B3D4F2 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_color, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depth, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupRawColorDepthHistory_mCB062926AC272C8B2303937F3EB778E9DE6C3966 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___1_cameraTargetDescriptor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_Setup_mE1286A60B85983BDE454C9172A9C62143A71D5BD (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, int32_t ___1_depthStencilFormat, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_get_IsPostProcessingAllowed_m97AA3036188DAF44567B2338C376DFB4D3148C66 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessPass_GetCompatibleDescriptor_mE3D11B81EC296F77C3C028CE083BB73E7CEF2615 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_desc, int32_t ___1_width, int32_t ___2_height, int32_t ___3_format, int32_t ___4_depthStencilFormat, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupFinalPassDebug_m4C948A8E3EA9CC6CFAE1E4B6A250B99E0153435D (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* UniversalRenderer_get_postProcessPass_mC160F48EFCEA3496F9327C93EED58B9468B827EE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Setup_mA396CF861B552D80C87AD80CCAB9F4D41D29DE3C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_baseDescriptor, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___1_source, bool ___2_resolveToScreen, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___3_depth, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___4_internalLut, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___5_motionVectors, bool ___6_hasFinalPass, bool ___7_enableColorEncoding, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* UniversalRenderer_get_finalPostProcessPass_m0EB5DD7F13E3AAD9EA4BE1B94632D79F17815D34 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupFinalPass_m2F776C55976D9183668E341BBD904E8A29C22A3A (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___0_source, bool ___1_useSwapBuffer, bool ___2_enableColorEncoding, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_lhs, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FinalBlitPass_Setup_mA6AA5E9CF9E2F862B70B8BAA5178010C2A41689D (FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_baseDescriptor, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_colorHandle, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_CopyToDepthXR_m2DEB7D27740F68E694C3E0117DE8102562EF1CD4_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VFXManager_IsCameraBufferNeeded_m91EC688346FAC7B993581D199FB4E8A84BF0EF2E (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, const RuntimeMethod* method) ;
inline void UniversalCameraHistory_RequestAccess_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m7435D78A5F9DA71E7ADA844178743C647FBDE1F4 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
(( void (*) (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*, const RuntimeMethod*))UniversalCameraHistory_RequestAccess_TisRuntimeObject_mBCD0F14139B1A590E151CBF8685B2497A2D91616_gshared)(__this, method);
}
inline RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* UniversalCameraHistory_GetHistoryForRead_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_mF168894A76698156A6193058D5087AFB56413EDB (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
return (( RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* (*) (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*, const RuntimeMethod*))UniversalCameraHistory_GetHistoryForRead_TisRuntimeObject_m9835466AF6239076C122F9F21EC6FEB3B5EDE43F_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VFXManager_SetCameraBuffer_mCFA9702671C450459EF72FFC7054BA9D37412F36 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, int32_t ___1_type, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___2_buffer, int32_t ___3_x, int32_t ___4_y, int32_t ___5_width, int32_t ___6_height, const RuntimeMethod* method) ;
inline void UniversalCameraHistory_RequestAccess_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mAD0C4172E73C797F23781044557964F7CEEA6F79 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
(( void (*) (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*, const RuntimeMethod*))UniversalCameraHistory_RequestAccess_TisRuntimeObject_mBCD0F14139B1A590E151CBF8685B2497A2D91616_gshared)(__this, method);
}
inline RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* UniversalCameraHistory_GetHistoryForRead_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m583FDABE02E20FADB0A7329BB31285711FA5732A (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
return (( RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* (*) (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*, const RuntimeMethod*))UniversalCameraHistory_GetHistoryForRead_TisRuntimeObject_m9835466AF6239076C122F9F21EC6FEB3B5EDE43F_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
inline bool UniversalCameraHistory_IsAccessRequested_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m5AD41D014D98EBCD942792B81AEB45DD0B95AE1A (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
return (( bool (*) (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*, const RuntimeMethod*))UniversalCameraHistory_IsAccessRequested_TisRuntimeObject_mB6FC350CFA6A5C0A86C3F9B8C2BC6E19F8AB5CCC_gshared)(__this, method);
}
inline RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* UniversalCameraHistory_GetHistoryForWrite_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m3F178618CBD7A621CDF8566199D3FBD105C08230 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
return (( RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* (*) (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*, const RuntimeMethod*))UniversalCameraHistory_GetHistoryForWrite_TisRuntimeObject_m60860B603939A53824AA8D0254A1CC309BC86FAD_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawColorHistory_Update_m02EE6975AB952BC96437665B016E13928CE5FB2C (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method) ;
inline bool UniversalCameraHistory_IsAccessRequested_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mA9F01657812C24B782351F1FD15AD358179188FD (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
return (( bool (*) (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*, const RuntimeMethod*))UniversalCameraHistory_IsAccessRequested_TisRuntimeObject_mB6FC350CFA6A5C0A86C3F9B8C2BC6E19F8AB5CCC_gshared)(__this, method);
}
inline RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* UniversalCameraHistory_GetHistoryForWrite_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m8D5CA8543CBD8DDCF528B2E93AB295B3F2BAAB4B (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
return (( RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* (*) (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*, const RuntimeMethod*))UniversalCameraHistory_GetHistoryForWrite_TisRuntimeObject_m60860B603939A53824AA8D0254A1CC309BC86FAD_gshared)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CopyDepthPass_get_CopyToDepth_m20AB41CB33D9C3E6382D33DC91324299A052577E_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawDepthHistory_Update_m51B3E7EAE417A25A0CF2DEFD49F9D99F22E3376C (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A (RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* CommandBufferHelpers_GetUnsafeCommandBuffer_m040FAAF967AB95C686B786C8C87772B95CA2F27C_inline (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_baseBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardLights_SetupLights_mA39A67DD1E6FFD2F45A7682B4F5DB0A9FE323216 (ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* __this, UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_cmd, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___1_renderingData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___3_lightData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights_SetupLights_mE49587E20E3F430CD7FC33C66C624355DDAD29FC (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___2_cameraTargetSizeCopy, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___3_lightData, bool ___4_isRenderGraph, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_ShouldUseReflectionProbeAtlasBlending_mA337CB771990777CD6450C590A412E02B6120CB1 (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, int32_t ___0_renderingMode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScriptableCullingParameters_get_cullingOptions_mCEC493EA8184660459A61EC4F77FCD7C78D36464 (ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableCullingParameters_set_cullingOptions_m618DDCBD0D0AB8CC22A2E92724919A25D60C6CAF (ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsMainLightShadows_m49602C0968982FFAB632F55F2AEAE18873110150_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsAdditionalLightShadows_mD95BAF6EAD82716E802665A83A85C5AFCE071AB5_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float* CameraData_get_maxShadowDistance_mDAB173F1140596511BEB8CEB3D33051C06B6A74E (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderPipeline_get_maxVisibleAdditionalLights_m3CACA59ACE53B1BDF276753AFA44D7E826B77C94 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableCullingParameters_set_maximumVisibleLights_mD8E9173E16884006360E85AB167E13FC7C25F415 (ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableCullingParameters_set_reflectionProbeSortingCriteria_m5C688ABC667A7B436768F905ADFD6B1CDA1D706E (ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableCullingParameters_set_shadowDistance_m92DDDA606C58EF0DF46D05140900290CCDEE3B35 (ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* __this, float ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_conservativeEnclosingSphere_mFEDF12207D303EB9874B019BBE1CAA582A1A9203_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableCullingParameters_set_conservativeEnclosingSphere_m06A990D281A06984823F4D3F7CB75743F676B755 (ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_numIterationsEnclosingSphere_m38AFD0AD5243DC1432EB93514E339C256852028A_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableCullingParameters_set_numIterationsEnclosingSphere_mA4B528CC483A3173B41CC52F8902AE4A2456D6C9 (ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetBufferSystem_Clear_m6E8586BB1A508B94496610A54EF39BE0A03B431B (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights_Setup_m170E14C9E2FB17313DC4FB207B8CA309F77595A9 (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* ___0_additionalLightsShadowCasterPass, bool ___1_hasDepthPrepass, bool ___2_hasNormalPrepass, bool ___3_hasRenderingLayerPrepass, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_depthCopyTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___5_depthAttachment, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___6_colorAttachment, const RuntimeMethod* method) ;
inline ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* (*) (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline (VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* __this, const RuntimeMethod* method) ;
inline MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
{
return (( MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MotionBlur_IsActive_mB06475DA53BAABEA9E9D53D0DA4CC4117E8C9768 (MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___0_sampler, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RenderTargetBufferSystem_GetBackBuffer_m5783C133D632176EB13AA0B5651723B212AAE3B1 (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_bindMS_m40A5B13ECDCA2A5E916047DACD10A7B04068AB83 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_supportsMultisampledTextures_mC5D33E19F0E42C28563230E477483174766A7A90 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_cameraDepthAttachmentFormat_m8141626870C0408FCCF0E273A3B1AB6B98731AA9 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsMultisampleAutoResolve_m125066BA8453991299CF37D41E54CC9027679352 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isMobilePlatform_mE0BBFDE72BBFE5877581FA67DDBBFC397608AFCA (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsScalableBufferManagerUsed_mC0A04EF0F5D065234D2D3EDC6EED4AADA5A2A436 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_PlatformRequiresExplicitMsaaResolve_mCAD62563B9320973A46C0F0E9315ECDC104AD2B6 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_requireSrgbConversion_m09836AD17C2F9377EB91208CFE48FD6E6787D6FF (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowDynamicResolution_mAD3664A7319B2D48FF0D6DCEE6FD7B855F21A79B (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScalableBufferManager_get_widthScaleFactor_m544DB29370FFD51C8E445BA407B0199116F79EAC (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScalableBufferManager_get_heightScaleFactor_mD47126B1D94893B4DC53B57D7678631A058A264B (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_copyTextureSupport_m35C5E2D749B53757DD6F05492B5D79F364F466C2 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderingUtils_SupportsRenderTextureFormat_m8207DAFD2B25005EAB7D7687744DB4F9D6171031 (int32_t ___0_format, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetBufferSystem_Swap_m3D2279D4D03B17F4BA36717BAB07360C6F2C6D31 (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RenderTargetBufferSystem_GetFrontBuffer_m85150875CDE3FB4ED1E33FFABD9B9F1893DEA2D1 (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetBufferSystem_EnableMSAA_mFACEC550EEF2910AC94C1F22C0DA146DBE36F3CA (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* __this, bool ___0_enable, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D UniversalRenderer_CalculateUVRect_m0E0E032110F3E6A40E100EA86D58764A3A57CA28 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, float ___1_width, float ___2_height, const RuntimeMethod* method) ;
inline UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680 (int32_t ___0_format, int32_t ___1_usage, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateDebugTexture_m68831131CA136B92210B453AAEA9F6FFCA1106B3 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_descriptor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_ImportTexture_mF35D79456D468AA116B312F7FD5AEDA8920143ED (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rt, ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 ___1_importParams, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_destination, bool ___3_isSourceTextureColor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m47300A299DB65AE79F29D564BD65769486F02160 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_tex, bool ___1_transferOwnership, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* UniversalRenderPipelineDebugDisplaySettings_get_gpuResidentDrawerSettings_mD831184B9E13367187767609F78A5F124389A382_inline (UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_RenderDebugOcclusionTestOverlay_m17664202C62084572F6037B5F1C61E2FE8C0BFD0 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___1_debugSettings, int32_t ___2_viewInstanceID, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_colorBuffer, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_RenderDebugOccluderOverlay_mB7819CD0C90F839351CE854B2DD297D14F5F830B (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___1_debugSettings, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_screenPos, float ___3_maxHeight, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_colorBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_stpDebugView_m579D1B5D2FBCE54E56373C1B6586C6946DC61382 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D UniversalRenderer_CalculateUVRect_m1F4A7C76745B96407B4D7477C4260888942FBF2B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, int32_t ___1_textureHeightPercent, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderGraphUtils_AddCopyPass_m83D3B93ADE538DA285E9CE79FF641EFB7255DA50 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_graph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_destination, String_t* ___3_passName, String_t* ___4_file, int32_t ___5_line, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlitMaterialParameters__ctor_mF971BA2833FCB6BB12DA8808C5D20696A6382A43 (BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_destination, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, int32_t ___3_shaderPass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderGraphUtils_AddBlitPass_mD05B318455299EC1E50C534B568C77B3B438AC7C (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_graph, BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B ___1_blitParameters, String_t* ___2_passName, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_BlitEmptyTexture_m2B0163EFBACF161B20EBBCD96550DE6CC6EED2CC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_destination, String_t* ___2_passName, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisCopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE_mABF02D77C7133060B85358E8D387B6BC67EE999A (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, CopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE** ___1_passData, String_t* ___2_file, int32_t ___3_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, CopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE**, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mAEFFD016D33EAB8572B2E00CF5C498805E467732_gshared)(__this, ___0_passName, ___1_passData, ___2_file, ___3_line, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* RenderGraph_get_defaultResources_m9392476073E82DC8F45ED8AB11B271EA471FC206_inline (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraphDefaultResources_get_blackTexture_m3B0E30D1C8DC5CBE2DD06A57EEF03EB110F637BE_inline (RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* __this, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_m9DCF6C5C46CF40304393CE3057B755F517561008 (BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* UniversalRenderer_get_currentRenderGraphCameraColorHandle_m21527F9CDAE5748F34E98A46910DA773BA40248C (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureDesc__ctor_m363CC70E4CB7757B95BEF8249AAA4AB918FBF5AD (TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* __this, int32_t ___0_width, int32_t ___1_height, bool ___2_dynamicResolution, bool ___3_xrReady, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_bindMS_mBDC0CE7325E5619AD8CFF213BB0EFBBBC328808A (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_enableRandomWrite_m09A97B46F4482C06F4D78678ED87F75A5D01CFF9 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_shadowSamplingMode_mEDA5D0915E1DF2ED949612B291A20FABD278BF5B_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_vrUsage_m061FAE1190A623B9DEE133F1506ADB23C983F6B0_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_enableShadingRate_mB3F7F2AADCEF114AD15F6E597FA37A6930219F87 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_useDynamicScale_m84AB51F1599AB6641C254F06EE7431AFBACEF60A (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_useDynamicScaleExplicit_m3738AB9F5FDCCF555A2114ADE85868096533D12D (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_GatherHistoryRequests_mE57ABEF348847C4E47625E8ECF2BFCC8A43620BF (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_ReleaseUnusedHistory_mAA7DD4496716E15F3E95B123F76E77F39A388126 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_SwapAndSetReferenceSize_m361F7188EE40A906A4742C776B674F9CC4F8E94C (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, int32_t ___0_cameraWidth, int32_t ___1_cameraHeight, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 UniversalRenderer_GetClearCameraParams_mF6173D0317E1A3467D3F75416B0D117940F46E34 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupTargetHandles_mF7347E53B3D925839F9355CA20B873CF44E50A09 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_RequiresIntermediateAttachments_mF7AD6A2543C46DD29D92D50AFCCBBD410793010A (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, bool ___2_requireCopyFromDepth, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_ImportBackBuffers_m33C20E35C3F3CB540F9190971704FFB1279E4B0C (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_clearBackgroundColor, bool ___3_isCameraTargetOffscreenDepth, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateIntermediateCameraColorAttachment_m21BF43588DCD8CA317666F9E31CBA37E8E0E2264 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, bool ___2_clearColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_clearBackgroundColor, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalResourceData_set_activeColorID_m9648D8CF015BBD319302EE191DDB37465909FF5E_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateIntermediateCameraDepthAttachment_m0EE3F135D4C232BA02083ADA7B81491D328451B8 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, bool ___2_clearDepth, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_clearBackgroundDepth, bool ___4_depthTextureIsDepthFormat, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalResourceData_set_activeDepthID_m3C54B35293AB348253C548FC543613F718144D65_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateCameraDepthCopyTexture_m667862B708280F65159B6A2F40D0AC06432D1FCC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, bool ___2_isDepthTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateCameraNormalsTexture_m042F60B671C1CB4B2611BA9111C6DA4982C2D1F8 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateMotionVectorTextures_m72237BC7E2B54E782378DE848715F4F420D20E19 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateRenderingLayersTexture_m94EE4FC0D8AB6C7212B80196B6141EC1BB246823 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateAfterPostProcessTexture_m4EEF91F884FA786DD3E15D0ABB2FFB9A137430CE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScriptableRenderer_IsSceneFilteringEnabled_m177DE9C0DEEB440C7DC82C3431930EB2C6FE489D (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_get_IsScreenClearNeeded_m4DA090FCE3573491D7A885AE93051F554C87C496 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_TryGetScreenClearColor_m619E4FB0A12C3D326CC27F2088D4F4E454BC5C46 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_color, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClearCameraParams__ctor_mA6717E08C180BDAB8269B1722F799A9F1432258A (ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516* __this, bool ___0_clearColor, bool ___1_clearDepth, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_clearVal, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetIdentifier__ctor_mD6E20FA134EEBCE40A8B5E64C505DE8A0DC96BDF (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_mBC3081E1BB6BBE2F7722B13009D5D30DAD5DD67A (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_tex, String_t* ___1_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardLights_SetupRenderGraphLights_m8DD6A93C7328F7AC9643F411868B23FD50DCC8D1 (ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___1_renderingData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___3_lightData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_UseFramebufferFetch_m0E61E73277944085077DC409A6F2D5D0FD830D3B_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights_SetupRenderGraphLights_mD8DD7D13D3E65298F5DE28E5DAFCE186495CE3A0 (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___2_lightData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyColorPass_RenderToExistingTexture_mBCEF9CCECCA0DC0F9995C0BACDB7DDEE719F531B (CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_destination, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, int32_t ___4_downsampling, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyDepthPass_Render_m066FCDFE271A66CEF737EF23262933D19F7BE6AD (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_destination, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_source, bool ___4_bindAsCameraDepth, String_t* ___5_passName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_InitFrame_mE7FFAAD9C749BD762ABBB5289F6F4DF80DEB3270 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_SetRenderGraphMotionVectorGlobalMatrices_m08CE778EDBFD766D9C782FD3E4A8F7AB331344FA (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupRenderGraphLights_m0AD660D5FA65220C408276CB8386A149E2E052ED (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___1_renderingData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___3_lightData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupRenderingLayers_mF15F7908D74B4B09D99302D57B6A9B91550F803F (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, int32_t ___0_msaaSamples, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* Camera_get_targetTexture_mC856D7FF8351476068D04E245E4F08F5C56A55BD (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_RequireDepthTexture_m1EED5F13C5D0CA030681D3E5DAD6A60DC21D1460 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, bool ___2_applyPostProcessing, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_RequirePrepassForTextures_m9B1A5CEC8A5914A08C0C04733A505472C28C4B01 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, bool ___2_requireDepthTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsDepthPrimingEnabledRenderGraph_m444745ECCF31128650A489BD2D4699284C9B49ED (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, int32_t ___2_depthPrimingMode, bool ___3_requireDepthTexture, bool ___4_requirePrepassForTextures, bool ___5_usesDeferredLighting, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateRenderGraphCameraRenderTargets_m9E5319F3C6D05522A15EBB01A2FBAE74569BF446 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, bool ___1_isCameraTargetOffscreenDepth, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___2_renderPassInputs, bool ___3_requireDepthTexture, bool ___4_requireDepthPrepass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, int32_t ___1_injectionPoint, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_SetupRenderGraphCameraProperties_m3E5931E8D2DA72A04E0261A5008F927648049EBF (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, bool ___1_isTargetBackbuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnOffscreenDepthTextureRendering_mC5115BB1BD1819AF7A78B5096FB17F23C15B21D0 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___1_context, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___2_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnBeforeRendering_mD7EA676A0704A40B8CFF746F94E5B06477FECA74 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_BeginRenderGraphXRRendering_m14CE82CD94B6628438B6BC8152771FDEAAB632D4 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnMainRendering_m231783D40B84656BB5132ECF7B8ECD1CBD41C61E (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___1_context, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___2_renderPassInputs, bool ___3_requiresPrepass, bool ___4_requireDepthTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnAfterRendering_m90B0DEAC4650EB1DC6949DA23C0B0F0F21B6F6FC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, bool ___1_applyPostProcessing, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_EndRenderGraphXRRendering_mAE45602722F94A46E3EDCFCCBCBAE367A6BDB813 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_EndFrame_mB04EF52162D13080B5D8707FB2F3E4D222030678 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceVendorID_m9806D2F3459612C9FFE1A152BEB6BFB9D02C3309 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClearTargetsPass_Render_m6D8C18E9E3343A6BFDAF920B9FD44B67CCCAB79C (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_graph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_colorHandle, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthHandle, int32_t ___3_clearFlags, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_clearColor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_RecordCustomRenderGraphPasses_mC0B3716CDF203EAECD6665C1A87083AD1A139B8E (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, int32_t ___1_startInjectionPoint, int32_t ___2_endInjectionPoint, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawObjectsPass_Render_m93D2C4B8294B4351A8F7036CB63F2F0310ADCC7A (DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_colorTarget, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_depthTarget, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_mainShadowsTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___5_additionalShadowsTexture, uint32_t ___6_batchLayerMask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 MainLightShadowCasterPass_Render_m3FF52791F1B4A2D12C50839271DA19041D83CE66 (MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_graph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_mainShadowsTexture_mBA6285A38871F6E95BEF8A91671AEF214D5F8A7B (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 AdditionalLightsShadowCasterPass_Render_m44D50FAB5CAE5F5B15431C12D32BAF9E293D35EC (AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_graph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_additionalShadowsTexture_m91158AA301538F20CD90868927370378CC5BAAD2 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorGradingLutPass_Render_m2B8A33D1B77668DDF0FCDC52CB40784A9BBE5EBB (ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_internalColorLut, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_internalColorLut_mBF67ECEA3F570B77198FDB713DE7A12511562E8B (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OccluderParameters__ctor_mBBA1CD9856BD109C9F1D18715B28E2DA95CE83D9 (OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* __this, int32_t ___0_viewInstanceID, const RuntimeMethod* method) ;
inline void Span_1__ctor_mED105F1DB197E159F07DE41446F0203180C8A441_inline (Span_1_tBABB2D63897F271C24C07BA851A911176740FE74* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method)
{
(( void (*) (Span_1_tBABB2D63897F271C24C07BA851A911176740FE74*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_mED105F1DB197E159F07DE41446F0203180C8A441_gshared_inline)(__this, ___0_pointer, ___1_length, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OccluderSubviewUpdate__ctor_m482C60BE94ECE0B1F15E930936345D9F60E399A8 (OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7* __this, int32_t ___0_subviewIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_proj, bool ___1_renderIntoTexture, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
inline ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 Span_1_op_Implicit_m066B480F835EDE1819C9F5F060705A32090F88DB (Span_1_tBABB2D63897F271C24C07BA851A911176740FE74 ___0_span, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 (*) (Span_1_tBABB2D63897F271C24C07BA851A911176740FE74, const RuntimeMethod*))Span_1_op_Implicit_m066B480F835EDE1819C9F5F060705A32090F88DB_gshared)(___0_span, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_UpdateInstanceOccluders_mD2F1BAB128CEB6B6A731FEA876A1E08A31C98B30 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* ___1_occluderParameters, ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 ___2_occluderSubviewUpdates, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingSettings__ctor_mE814849AC60B1DC1AC17E02F1AF2128DF38FE95A (OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* __this, int32_t ___0_viewInstanceID, int32_t ___1_occlusionTest, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsMultiview_m0383848166005935673B6774D9C9ECE1A12802BC (const RuntimeMethod* method) ;
inline void Span_1__ctor_mC579312D00B4AB1FF0C634D2A740E584622C69FA_inline (Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method)
{
(( void (*) (Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_mC579312D00B4AB1FF0C634D2A740E584622C69FA_gshared_inline)(__this, ___0_pointer, ___1_length, method);
}
inline ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 Span_1_op_Implicit_m590B4B6A19448C32E505CB656EDBF5DE30F744F2 (Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206 ___0_span, const RuntimeMethod* method)
{
return (( ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 (*) (Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206, const RuntimeMethod*))Span_1_op_Implicit_m590B4B6A19448C32E505CB656EDBF5DE30F744F2_gshared)(___0_span, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_InstanceOcclusionTest_m0DD4F0A4685967C617984FBCE5A0B99A35790AFE (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 ___2_subviewOcclusionTests, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_CalculateSplitEventRange_m574AD0348B58BFCD03C177E3B46ACAE8310D8D9D (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, int32_t ___0_startInjectionPoint, int32_t ___1_targetEvent, int32_t* ___2_startEvent, int32_t* ___3_splitEvent, int32_t* ___4_endEvent, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_RecordCustomRenderGraphPassesInEventRange_m33A833837BC676068A0FC66E0FB6E20B5401EC6A (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, int32_t ___1_eventStart, int32_t ___2_eventEnd, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_ExecuteScheduledDepthCopyWithMotion_m99C936C3D7B62C247F135245128E63BF51C968BA (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, bool ___2_renderMotionVectors, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_CalculateDepthCopySchedule_m897581CF71391E7085DB8CC983AE593CA2573114 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, int32_t ___0_earliestDepthReadEvent, bool ___1_hasFullPrepass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_motionVectorDepth_mC40565B1A67E7057259B73DB1E8ECBD9937E061A (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_Render_mECEC83850619AB6BFEFC980AE275A280985A73EC (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_cameraDepthTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_motionVectorColor, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_motionVectorDepth, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CopyDepthToDepthTexture_mC4F7B63E3F9E5D1350C543A0D3B02102DEA73EFF (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_RenderMotionVectors_m95832FA5D612B9148B7FF34CD86B1556EF029AD7 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScriptableRenderer_GetCameraClearFlag_m4B266C72886FD41512F25AF2EF1939AB275B3F3A (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderingData_get_stencilLodCrossFadeEnabled_m65423530015994CA5B73B0B1BA470CF789078922_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilCrossFadeRenderPass_Render_m17026C36FE78568068D9C52E1BB1EB615B542B70 (StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___1_context, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthTarget, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_AllowPartialDepthNormalsPrepass_m9EC3C54D9FD99282A53F4EDC2DF92578422B87B0 (bool ___0_isDeferred, int32_t ___1_requiresDepthNormalEvent, bool ___2_useDepthPriming, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 UniversalRenderer_CalculateTextureCopySchedules_m47E3E2A336FDC1926E2D8577CA4112E1896F5508 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, bool ___2_requiresDepthPrepass, bool ___3_hasFullPrepass, bool ___4_requireDepthTexture, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPass_get_hasMotionVectorPass_m1F33C209CC4ACFC8F5413583A15FC90C2CC0A288_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_Update_m1371A105D2D0A0B346F61A5E1685550D74F5D034 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_Render_mAA1BCA770D026C7835F34FA340EDAFB1CFA0FB09 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, int32_t ___2_occlusionTest, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t OcclusionTestMethods_GetBatchLayerMask_m1CC038C215B2531DDD0A4C8AF03E2DC518A43D09 (int32_t ___0_occlusionTest, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_DepthNormalPrepassRender_m878CE51B154CC43B4A43DDB4BD89B7AB009E6804 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 ___1_renderPassInputs, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthTarget, uint32_t ___3_batchLayerMask, bool ___4_setGlobalDepth, bool ___5_setGlobalTextures, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOnlyPass_Render_m7AEA11F13524C54B2165B7ACB9EE599120B8FD5B (DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_cameraDepthTexture, uint32_t ___3_batchLayerMask, bool ___4_setGlobalDepth, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_UpdateInstanceOccluders_mF66D7599FC170AACC4BBFA29C123FA88061DE79B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XROcclusionMeshPass_Render_mD31F03FB79EE50FAA84CC32E863816D354C73B77 (XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_cameraColorAttachment, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_cameraDepthAttachment, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_Setup_mBC63A3C3A9F627B4699EACD8DC583E962B269552_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* ___0_additionalLightsShadowCasterPass, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_HasDepthPrepass_mC5A7DA505F2960D7A54B4A7989892792514C8C9E_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredLights_CreateGbufferResourcesRenderGraph_mCC78DB05E9FE2759EAFA3869AE41E0BCE6A8C22A (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* DeferredLights_get_GbufferTextureHandles_mB7EE69C751B51951B19CF45ABE17F176FF4443AD_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_gBuffer_m34C1D6FD7475114C502D0CDAB9AF6517732986D0 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GBufferPass_Render_mCA689E0AEE9096AFB276D02D3BB36BF4F1552C28 (GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_cameraColor, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_cameraDepth, bool ___4_setGlobalTextures, uint32_t ___5_batchLayerMask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* UniversalResourceData_get_gBuffer_m8A136731C2349D1F96F57648CF599BDC1982D579 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredPass_Render_mD322E0CC017143B78BF1B19CD7B593F9E99616E8 (DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_color, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_depth, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___4_gbuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_renderingLayersTexture_mD1DA84A88300CF3D97F518E197F19EA09ABF50BC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawObjectsWithRenderingLayersPass_Render_m8C4DA95E12CE24989890167A76B0474151E4EFAC (DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_colorTarget, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_renderingLayersTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_depthTarget, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___5_mainShadowsTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___6_additionalShadowsTexture, int32_t ___7_maskSize, uint32_t ___8_batchLayerMask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetRenderingLayersGlobalTextures_mD995977402820366EA37FD350F411B6FC4CE8421 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_RecordCustomPassesWithDepthCopyAndMotion_m8ED4AC522231A4E2D132BF9EA30A7C58D5005F8B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, int32_t ___2_earliestDepthReadEvent, int32_t ___3_currentEvent, bool ___4_renderMotionVectors, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass_Render_m354B29DDFE59DEF5316041FC5490B16FC30981BB (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___2_context, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_colorTarget, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_depthTarget, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___5_skyboxMaterial, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 CopyColorPass_Render_m4DA7651DC9BEBDCEC170B0427065340D2F75D444 (CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_destination, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, int32_t ___4_downsampling, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraOpaqueTexture_mF7741E53161F1AB91303F6EB30A8A86CB0412CFC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScriptableRenderContext_HasInvokeOnRenderObjectCallbacks_mCA39401C700BE320DF7DFD42710512D31199FF95 (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokeOnRenderObjectCallbackPass_Render_m282F92AB5EE01F0286226642ECC3E36D6A0E602B (InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_colorTarget, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthTarget, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_RenderRawColorDepthHistory_mCAC5C020FD7B777F00800F9540CD45BC7EF59AF3 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___2_resourceData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_RenderOffscreen_m4E46C2047ACB4BABE19A9A3CD77690E27D074157 (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, int32_t ___2_depthStencilFormat, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_output, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_overlayUITexture_m403C3D16DD0B533058AF1CCFC2CD569FFBF22B99 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupRenderGraphFinalPassDebug_m31297C5580E131A70CB443656EFEE55B1ACAF39E (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method) ;
inline UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* DebugDisplaySettings_1_get_Instance_m6C56D7F9230F1B79878679208F04EE70F413D93B (const RuntimeMethod* method)
{
return (( UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* (*) (const RuntimeMethod*))DebugDisplaySettings_1_get_Instance_mA88D31ED7AE6F7ABDCEC4B0F92FA19DB4938B189_gshared)(method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3* UniversalRenderPipelineDebugDisplaySettings_get_renderingSettings_m97737CDDE93484CC032281F18A59EB5D0CB7DCC6_inline (UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DebugDisplaySettingsRendering_get_sceneOverrideMode_m4D5732DD1FD1413E5802B83A60BF22B06E96BB01_inline (DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_DrawRenderGraphGizmos_m5CD865A671163A6993207A3582E6E966302770A1 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_color, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_depth, int32_t ___4_gizmoSubset, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalResourceData_get_activeDepthID_m6D6706D1E13015B8E4E0CDE866067E41738403C6_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_desc, String_t* ___2_name, bool ___3_clear, int32_t ___4_filterMode, int32_t ___5_wrapMode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_debugScreenColor_mECE9D0FCCBCD3057DAE27167B48BA4AE08E7942F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_debugScreenDepth_m99F65B056EA92145D55CA6A0F7601C7602CA3564 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_afterPostProcessColor_m7A3CF95BAFF499CDB988D20DD99A653BF0F79632 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_internalColorLut_m651E3BDE3D2CE42CC0C6FF85603FCE02DFDD556F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_overlayUITexture_mBFFD811ED88215835864479DF5EFACC676A38B0E (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsSTPEnabled_m80D14EF3FEB9F992B5CAB79DBD980A0488C2B595 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_MakeCompatible_m7B455F7A3924BE86441379D72A184B137F294D32 (TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraColor_mC0A0E87F10C70367AB22232DD4354706D8DADA45 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* UniversalRenderer_get_nextRenderGraphCameraColorHandle_m91A05286A7D7D643695F102723B6F1571A3F2D3F (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_CreateTexture_m1341BD84A2A893E2998A30E13FC5072CC2C768FF (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_texture, String_t* ___1_name, bool ___2_clear, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_debugScreenColor_m8B5EA8881B8D593A599E382027C41C03E886389E (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderPostProcessingRenderGraph_m6AA24A8A5B56B8E4213F06ED719E8C39B98F6367 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_activeCameraColorTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_lutTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_overlayUITexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___5_postProcessingTarget, bool ___6_hasFinalPass, bool ___7_resolveToDebugScreen, bool ___8_enableColorEndingIfNeeded, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupAfterPostRenderGraphFinalPassDebug_mE825CC81B182051648A4299E2E8CF084AF4F71C4 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalPassRenderGraph_mAAF6D040030D4381AFDDD50D46D99C39054715FB (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_overlayUITexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_postProcessingTarget, bool ___5_enableColorEncodingIfNeeded, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FinalBlitPass_Render_m7ADBAFE8DAF01C9162BB1B6290E92E008F8732F6 (FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_src, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_dest, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___5_overlayUITexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_debugScreenDepth_m88D1E965941364262F08F8C321E8FBF63B5FC136 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_RenderOverlay_m7048B0A6CBCD4AD916DA93B1AAC639F1232BB7A0 (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_colorBuffer, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_depthBuffer, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_MsaaSamples_mE86AA6AF92C2B0E809DD62702CF9E5DE827831B9_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_DrawRenderGraphWireOverlay_m4A2EC2BDD847B810BA22571A97D7F140784BAD35 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_color, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_DebugHandlerRequireDepthPass_mDD182D383366BB694D4C3A4670349590CB3BEF90 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA (String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderGraphUtils_SetGlobalTexture_m9F81590C4458DD722589DEFF05DA8A49D2576035 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_graph, int32_t ___1_nameId, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_handle, String_t* ___3_passName, String_t* ___4_file, int32_t ___5_line, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* SupportedRenderingFeatures_get_active_m09012C98E24D5B2E8C09F6657FC5CD19B2AF3054 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SupportedRenderingFeatures_get_rendersUIOverlay_m657FFFC5B360F7BCE9964EF50E7449779224AEFC_inline (SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_resolveToScreen_mE8235CF388A7CEA9FCDD222B717E0A891C9C8D24 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Watermark_IsVisible_m198EF657C17387B57C9A5E445E93EF1CF516E798 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScriptableRenderer_AdjustAndGetScreenMSAASamples_m3E8DC308499628A639CC423F1EC7DD15605015FF (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, bool ___1_useIntermediateColorTarget, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_volumeDepth_m049340EE670E9632FC824B640A5570B5D3FCFEBF (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_antiAliasing_m68907FB6C38F817A3B7A9F3C17360BF751BB2658 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_graphicsFormat_m615EA91709BD404765C0C85425CE5F3575F90302 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_depthStencilFormat_m6ACD9DAF17D844CFBA06249D8DB130018C370CB2 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_GetGraphicsFormat_mF4A09D38BA91B8F783C9189B5D744BA943292E0E (int32_t ___0_format, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_ImportTexture_m67F8202712A6F45704230E466B863350E4343A3B (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rt, RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA ___1_info, ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 ___2_importParams, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_backBufferColor_m4D781758537F69453D099BBA4866DA85EA61C6F8 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_backBufferDepth_m0CAB8AAB8BDE61C4C0544C20317E373BC7A880EE (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalRenderer_CreateRenderGraphTexture_mC3672468C6E20BAC1444B1292355B0FBA138E324 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_desc, String_t* ___2_name, bool ___3_clear, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_color, int32_t ___5_filterMode, int32_t ___6_wrapMode, bool ___7_discardOnLastUse, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraDepth_m09D4EDEC89FB163D8720BDD87BDDDEE8DC4DDAD4 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_CopyToDepth_mF2F24BDBE3DA669FFCDAB890D1DBB387405A963C_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraDepthTexture_mE0BF8652749E457FFCAEF33ED9E1EADA5B85D7B2 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_motionVectorColor_m72CA73FAF0254F01C67905E3AC9E16DBFAD5A14F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_motionVectorDepth_mA5CF3B6E41E5F0B5CA61CDF1166101A9C3A91B82 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraNormalsTexture_m3DDB7B8A7FD93AE14D7B3CECA6B4C8A87B1AE975 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_renderingLayersTexture_m18D8CDA1D80AE63D5B70F796374DD8CCDCA92D70 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_afterPostProcessColor_mA3D9DA1E64E1A095BF6205F6D3879BAA9326FBF4 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_set_enableRenderingLayers_m49AE8809406EB3B2BCFEB150B3B18E9DBB33E9C8_inline (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_set_renderingLayersMaskSize_mEA971C054DFFECBD461D43044520F796DA3CCEE8_inline (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraNormalsTexture_mC20E493E8A5CEFE7866E1DD3A923B41CCAA67CBB (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_Render_m2F349B1CC45A1F17CA0DB44C7591B6396B1C4B5A (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_cameraNormalsTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_cameraDepthTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_renderingLayersTexture, uint32_t ___5_batchLayerMask, bool ___6_setGlobalDepth, bool ___7_setGlobalTextures, const RuntimeMethod* method) ;
inline void List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787 (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*, const RuntimeMethod*))List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_gshared)(__this, method);
}
inline void List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_inline (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0, const RuntimeMethod*))List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_gshared_inline)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054 (double ___0_a, double ___1_newBase, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
inline void Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77 (int32_t ___0_min, int32_t ___1_max, const RuntimeMethod* method)
{
(( void (*) (int32_t, int32_t, const RuntimeMethod*))Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_gshared)(___0_min, ___1_max, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ResourceHandle_IsValid_m20B0218FDCA98DCD069AE3BE86FEFCAEDB985B9A_inline (ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C* __this, const RuntimeMethod* method) ;
inline void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared)(__this, ___0_item, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ContextContainer_Contains_mD38FBF0FAC84169E395802CBF880BD0980490AF3_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, uint32_t ___0_typeId, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56 (const RuntimeMethod* method) ;
inline void List_1_AddWithResize_m9DC0CBC6B2899B36D53FDDEC54B3367D03C0FCC7 (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0, const RuntimeMethod*))List_1_AddWithResize_m9DC0CBC6B2899B36D53FDDEC54B3367D03C0FCC7_gshared)(__this, ___0_item, method);
}
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshal_pinvoke(const ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E& unmarshaled, ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshaled_pinvoke& marshaled)
{
marshaled.___bins = unmarshaled.___bins;
marshaled.___minMaxZs = unmarshaled.___minMaxZs;
marshaled.___zBinScale = unmarshaled.___zBinScale;
marshaled.___zBinOffset = unmarshaled.___zBinOffset;
marshaled.___binCount = unmarshaled.___binCount;
marshaled.___wordsPerTile = unmarshaled.___wordsPerTile;
marshaled.___lightCount = unmarshaled.___lightCount;
marshaled.___reflectionProbeCount = unmarshaled.___reflectionProbeCount;
marshaled.___batchCount = unmarshaled.___batchCount;
marshaled.___viewCount = unmarshaled.___viewCount;
marshaled.___isOrthographic = static_cast<int32_t>(unmarshaled.___isOrthographic);
}
IL2CPP_EXTERN_C void ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshal_pinvoke_back(const ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshaled_pinvoke& marshaled, ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E& unmarshaled)
{
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 unmarshaledbins_temp_0;
memset((&unmarshaledbins_temp_0), 0, sizeof(unmarshaledbins_temp_0));
unmarshaledbins_temp_0 = marshaled.___bins;
unmarshaled.___bins = unmarshaledbins_temp_0;
NativeArray_1_t46D43179C2B71BAB34958401E08B5C5DA4488E9E unmarshaledminMaxZs_temp_1;
memset((&unmarshaledminMaxZs_temp_1), 0, sizeof(unmarshaledminMaxZs_temp_1));
unmarshaledminMaxZs_temp_1 = marshaled.___minMaxZs;
unmarshaled.___minMaxZs = unmarshaledminMaxZs_temp_1;
float unmarshaledzBinScale_temp_2 = 0.0f;
unmarshaledzBinScale_temp_2 = marshaled.___zBinScale;
unmarshaled.___zBinScale = unmarshaledzBinScale_temp_2;
float unmarshaledzBinOffset_temp_3 = 0.0f;
unmarshaledzBinOffset_temp_3 = marshaled.___zBinOffset;
unmarshaled.___zBinOffset = unmarshaledzBinOffset_temp_3;
int32_t unmarshaledbinCount_temp_4 = 0;
unmarshaledbinCount_temp_4 = marshaled.___binCount;
unmarshaled.___binCount = unmarshaledbinCount_temp_4;
int32_t unmarshaledwordsPerTile_temp_5 = 0;
unmarshaledwordsPerTile_temp_5 = marshaled.___wordsPerTile;
unmarshaled.___wordsPerTile = unmarshaledwordsPerTile_temp_5;
int32_t unmarshaledlightCount_temp_6 = 0;
unmarshaledlightCount_temp_6 = marshaled.___lightCount;
unmarshaled.___lightCount = unmarshaledlightCount_temp_6;
int32_t unmarshaledreflectionProbeCount_temp_7 = 0;
unmarshaledreflectionProbeCount_temp_7 = marshaled.___reflectionProbeCount;
unmarshaled.___reflectionProbeCount = unmarshaledreflectionProbeCount_temp_7;
int32_t unmarshaledbatchCount_temp_8 = 0;
unmarshaledbatchCount_temp_8 = marshaled.___batchCount;
unmarshaled.___batchCount = unmarshaledbatchCount_temp_8;
int32_t unmarshaledviewCount_temp_9 = 0;
unmarshaledviewCount_temp_9 = marshaled.___viewCount;
unmarshaled.___viewCount = unmarshaledviewCount_temp_9;
bool unmarshaledisOrthographic_temp_10 = false;
unmarshaledisOrthographic_temp_10 = static_cast<bool>(marshaled.___isOrthographic);
unmarshaled.___isOrthographic = unmarshaledisOrthographic_temp_10;
}
IL2CPP_EXTERN_C void ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshal_pinvoke_cleanup(ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshal_com(const ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E& unmarshaled, ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshaled_com& marshaled)
{
marshaled.___bins = unmarshaled.___bins;
marshaled.___minMaxZs = unmarshaled.___minMaxZs;
marshaled.___zBinScale = unmarshaled.___zBinScale;
marshaled.___zBinOffset = unmarshaled.___zBinOffset;
marshaled.___binCount = unmarshaled.___binCount;
marshaled.___wordsPerTile = unmarshaled.___wordsPerTile;
marshaled.___lightCount = unmarshaled.___lightCount;
marshaled.___reflectionProbeCount = unmarshaled.___reflectionProbeCount;
marshaled.___batchCount = unmarshaled.___batchCount;
marshaled.___viewCount = unmarshaled.___viewCount;
marshaled.___isOrthographic = static_cast<int32_t>(unmarshaled.___isOrthographic);
}
IL2CPP_EXTERN_C void ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshal_com_back(const ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshaled_com& marshaled, ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E& unmarshaled)
{
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 unmarshaledbins_temp_0;
memset((&unmarshaledbins_temp_0), 0, sizeof(unmarshaledbins_temp_0));
unmarshaledbins_temp_0 = marshaled.___bins;
unmarshaled.___bins = unmarshaledbins_temp_0;
NativeArray_1_t46D43179C2B71BAB34958401E08B5C5DA4488E9E unmarshaledminMaxZs_temp_1;
memset((&unmarshaledminMaxZs_temp_1), 0, sizeof(unmarshaledminMaxZs_temp_1));
unmarshaledminMaxZs_temp_1 = marshaled.___minMaxZs;
unmarshaled.___minMaxZs = unmarshaledminMaxZs_temp_1;
float unmarshaledzBinScale_temp_2 = 0.0f;
unmarshaledzBinScale_temp_2 = marshaled.___zBinScale;
unmarshaled.___zBinScale = unmarshaledzBinScale_temp_2;
float unmarshaledzBinOffset_temp_3 = 0.0f;
unmarshaledzBinOffset_temp_3 = marshaled.___zBinOffset;
unmarshaled.___zBinOffset = unmarshaledzBinOffset_temp_3;
int32_t unmarshaledbinCount_temp_4 = 0;
unmarshaledbinCount_temp_4 = marshaled.___binCount;
unmarshaled.___binCount = unmarshaledbinCount_temp_4;
int32_t unmarshaledwordsPerTile_temp_5 = 0;
unmarshaledwordsPerTile_temp_5 = marshaled.___wordsPerTile;
unmarshaled.___wordsPerTile = unmarshaledwordsPerTile_temp_5;
int32_t unmarshaledlightCount_temp_6 = 0;
unmarshaledlightCount_temp_6 = marshaled.___lightCount;
unmarshaled.___lightCount = unmarshaledlightCount_temp_6;
int32_t unmarshaledreflectionProbeCount_temp_7 = 0;
unmarshaledreflectionProbeCount_temp_7 = marshaled.___reflectionProbeCount;
unmarshaled.___reflectionProbeCount = unmarshaledreflectionProbeCount_temp_7;
int32_t unmarshaledbatchCount_temp_8 = 0;
unmarshaledbatchCount_temp_8 = marshaled.___batchCount;
unmarshaled.___batchCount = unmarshaledbatchCount_temp_8;
int32_t unmarshaledviewCount_temp_9 = 0;
unmarshaledviewCount_temp_9 = marshaled.___viewCount;
unmarshaled.___viewCount = unmarshaledviewCount_temp_9;
bool unmarshaledisOrthographic_temp_10 = false;
unmarshaledisOrthographic_temp_10 = static_cast<bool>(marshaled.___isOrthographic);
unmarshaled.___isOrthographic = unmarshaledisOrthographic_temp_10;
}
IL2CPP_EXTERN_C void ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshal_com_cleanup(ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E_marshaled_com& marshaled)
{
}
// Method Definition Index: 34741
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t ZBinningJob_EncodeHeader_mCD62E31221582732672073AA918ACCD60BDA4833 (uint32_t ___0_min, uint32_t ___1_max, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:43>
uint32_t L_0 = ___0_min;
uint32_t L_1 = ___1_max;
return ((int32_t)(((int32_t)((int32_t)L_0&((int32_t)65535)))|((int32_t)(((int32_t)((int32_t)L_1&((int32_t)65535)))<<((int32_t)16)))));
}
}
// Method Definition Index: 34742
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8 ZBinningJob_DecodeHeader_mA20E5A04D3B0D2DAC9316E4C8B622F13E3C1791B (uint32_t ___0_zBin, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m5F4A44F5994320C2DEF6F42F894CC55D0C901DD6_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:48>
uint32_t L_0 = ___0_zBin;
uint32_t L_1 = ___0_zBin;
ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8 L_2;
memset((&L_2), 0, sizeof(L_2));
ValueTuple_2__ctor_m5F4A44F5994320C2DEF6F42F894CC55D0C901DD6((&L_2), ((int32_t)((int32_t)L_0&((int32_t)65535))), ((int32_t)(((int32_t)((uint32_t)L_1>>((int32_t)16)))&((int32_t)65535))), ValueTuple_2__ctor_m5F4A44F5994320C2DEF6F42F894CC55D0C901DD6_RuntimeMethod_var);
return L_2;
}
}
// Method Definition Index: 34743
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ZBinningJob_Execute_m71CAC2A2E6F81C9186B92492CC8D2A92EE79681A (ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_jobIndex, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
uint32_t V_5 = 0;
int32_t V_6 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:53>
int32_t L_0 = ___0_jobIndex;
int32_t L_1 = __this->___batchCount;
V_0 = ((int32_t)(L_0%L_1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:54>
int32_t L_2 = ___0_jobIndex;
int32_t L_3 = __this->___batchCount;
V_1 = ((int32_t)(L_2/L_3));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:56>
int32_t L_4 = V_0;
V_2 = ((int32_t)il2cpp_codegen_multiply(((int32_t)128), L_4));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:57>
int32_t L_5 = V_2;
int32_t L_6 = __this->___binCount;
int32_t L_7;
L_7 = math_min_m02D43DF516544C279AF660EA4731449C82991849_inline(((int32_t)il2cpp_codegen_add(L_5, ((int32_t)128))), L_6, NULL);
V_3 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:59>
int32_t L_8 = V_1;
int32_t L_9 = __this->___binCount;
V_4 = ((int32_t)il2cpp_codegen_multiply(L_8, L_9));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:61>
uint32_t L_10;
L_10 = ZBinningJob_EncodeHeader_mCD62E31221582732672073AA918ACCD60BDA4833(((int32_t)65535), 0, NULL);
V_5 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:62>
int32_t L_11 = V_2;
V_6 = L_11;
goto IL_0089;
}
IL_004b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:64>
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184* L_12 = (NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184*)(&__this->___bins);
int32_t L_13 = V_4;
int32_t L_14 = V_6;
int32_t L_15 = __this->___wordsPerTile;
uint32_t L_16 = V_5;
IL2CPP_NATIVEARRAY_SET_ITEM(uint32_t, (L_12)->___m_Buffer, ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(L_13, L_14)), ((int32_t)il2cpp_codegen_add(2, L_15)))), (L_16));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:65>
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184* L_17 = (NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184*)(&__this->___bins);
int32_t L_18 = V_4;
int32_t L_19 = V_6;
int32_t L_20 = __this->___wordsPerTile;
uint32_t L_21 = V_5;
IL2CPP_NATIVEARRAY_SET_ITEM(uint32_t, (L_17)->___m_Buffer, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(L_18, L_19)), ((int32_t)il2cpp_codegen_add(2, L_20)))), 1)), (L_21));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:62>
int32_t L_22 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0089:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:62>
int32_t L_23 = V_6;
int32_t L_24 = V_3;
if ((((int32_t)L_23) <= ((int32_t)L_24)))
{
goto IL_004b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:73>
int32_t L_25 = V_2;
int32_t L_26 = V_3;
int32_t L_27 = __this->___lightCount;
int32_t L_28 = V_1;
int32_t L_29 = __this->___lightCount;
int32_t L_30 = V_4;
ZBinningJob_FillZBins_mF2CFA43120C52552239BB273C9CDA1A7ECEC9C67(__this, L_25, L_26, 0, L_27, 0, ((int32_t)il2cpp_codegen_multiply(L_28, L_29)), L_30, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:76>
int32_t L_31 = V_2;
int32_t L_32 = V_3;
int32_t L_33 = __this->___lightCount;
int32_t L_34 = __this->___lightCount;
int32_t L_35 = __this->___reflectionProbeCount;
int32_t L_36 = __this->___lightCount;
int32_t L_37 = __this->___viewCount;
int32_t L_38 = V_1;
int32_t L_39 = __this->___reflectionProbeCount;
int32_t L_40 = V_4;
ZBinningJob_FillZBins_mF2CFA43120C52552239BB273C9CDA1A7ECEC9C67(__this, L_31, L_32, L_33, ((int32_t)il2cpp_codegen_add(L_34, L_35)), 1, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_36, ((int32_t)il2cpp_codegen_subtract(L_37, 1)))), ((int32_t)il2cpp_codegen_multiply(L_38, L_39)))), L_40, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:77>
return;
}
}
IL2CPP_EXTERN_C void ZBinningJob_Execute_m71CAC2A2E6F81C9186B92492CC8D2A92EE79681A_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_jobIndex, const RuntimeMethod* method)
{
ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E*>(__this + _offset);
ZBinningJob_Execute_m71CAC2A2E6F81C9186B92492CC8D2A92EE79681A(_thisAdjusted, ___0_jobIndex, method);
}
// Method Definition Index: 34744
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ZBinningJob_FillZBins_mF2CFA43120C52552239BB273C9CDA1A7ECEC9C67 (ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_binStart, int32_t ___1_binEnd, int32_t ___2_itemStart, int32_t ___3_itemEnd, int32_t ___4_headerIndex, int32_t ___5_itemOffset, int32_t ___6_binOffset, const RuntimeMethod* method)
{
int32_t V_0 = 0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
uint32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
uint32_t V_7 = 0;
uint32_t V_8 = 0;
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184* V_9 = NULL;
int32_t V_10 = 0;
float G_B4_0 = 0.0f;
int32_t G_B6_0 = 0;
int32_t G_B5_0 = 0;
float G_B7_0 = 0.0f;
int32_t G_B7_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:81>
int32_t L_0 = ___2_itemStart;
V_0 = L_0;
goto IL_0127;
}
IL_0007:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:83>
NativeArray_1_t46D43179C2B71BAB34958401E08B5C5DA4488E9E* L_1 = (NativeArray_1_t46D43179C2B71BAB34958401E08B5C5DA4488E9E*)(&__this->___minMaxZs);
int32_t L_2 = ___5_itemOffset;
int32_t L_3 = V_0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4;
L_4 = IL2CPP_NATIVEARRAY_GET_ITEM(float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA, (L_1)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_2, L_3)));
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:84>
bool L_5 = __this->___isOrthographic;
if (L_5)
{
goto IL_002c;
}
}
{
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_6 = V_1;
float L_7 = L_6.___x;
float L_8;
L_8 = math_log2_m07B499B0DDA692EDD9DF4780349C26EB28199156_inline(L_7, NULL);
G_B4_0 = L_8;
goto IL_0032;
}
IL_002c:
{
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_9 = V_1;
float L_10 = L_9.___x;
G_B4_0 = L_10;
}
IL_0032:
{
float L_11 = __this->___zBinScale;
float L_12 = __this->___zBinOffset;
int32_t L_13 = ___0_binStart;
int32_t L_14;
L_14 = math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline(il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(G_B4_0, L_11)), L_12))), L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:85>
bool L_15 = __this->___isOrthographic;
if (L_15)
{
G_B6_0 = L_14;
goto IL_005c;
}
G_B5_0 = L_14;
}
{
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_16 = V_1;
float L_17 = L_16.___y;
float L_18;
L_18 = math_log2_m07B499B0DDA692EDD9DF4780349C26EB28199156_inline(L_17, NULL);
G_B7_0 = L_18;
G_B7_1 = G_B5_0;
goto IL_0062;
}
IL_005c:
{
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_19 = V_1;
float L_20 = L_19.___y;
G_B7_0 = L_20;
G_B7_1 = G_B6_0;
}
IL_0062:
{
float L_21 = __this->___zBinScale;
float L_22 = __this->___zBinOffset;
int32_t L_23 = ___1_binEnd;
int32_t L_24;
L_24 = math_min_m02D43DF516544C279AF660EA4731449C82991849_inline(il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(G_B7_0, L_21)), L_22))), L_23, NULL);
V_2 = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:87>
int32_t L_25 = V_0;
V_3 = ((int32_t)(L_25/((int32_t)32)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:88>
int32_t L_26 = V_0;
V_4 = ((int32_t)(1<<((int32_t)(((int32_t)(L_26%((int32_t)32)))&((int32_t)31)))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:90>
V_5 = G_B7_1;
goto IL_011b;
}
IL_008f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:92>
int32_t L_27 = ___6_binOffset;
int32_t L_28 = V_5;
int32_t L_29 = __this->___wordsPerTile;
V_6 = ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(L_27, L_28)), ((int32_t)il2cpp_codegen_add(2, L_29))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:93>
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184* L_30 = (NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184*)(&__this->___bins);
int32_t L_31 = V_6;
int32_t L_32 = ___4_headerIndex;
uint32_t L_33;
L_33 = IL2CPP_NATIVEARRAY_GET_ITEM(uint32_t, (L_30)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_31, L_32)));
ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8 L_34;
L_34 = ZBinningJob_DecodeHeader_mA20E5A04D3B0D2DAC9316E4C8B622F13E3C1791B(L_33, NULL);
ValueTuple_2_t0249A48D0DEF819E523EFDD9D28D581BCAC50EA8 L_35 = L_34;
uint32_t L_36 = L_35.___Item1;
V_7 = L_36;
uint32_t L_37 = L_35.___Item2;
V_8 = L_37;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:94>
uint32_t L_38 = V_7;
int32_t L_39 = V_0;
uint32_t L_40;
L_40 = math_min_mFBB411A5384A9CFD7787E398A6F758553D3700A9_inline(L_38, L_39, NULL);
V_7 = L_40;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:95>
uint32_t L_41 = V_8;
int32_t L_42 = V_0;
uint32_t L_43;
L_43 = math_max_mD9D4307218A8CFA92F9C26871E508B23C17F6395_inline(L_41, L_42, NULL);
V_8 = L_43;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:96>
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184* L_44 = (NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184*)(&__this->___bins);
int32_t L_45 = V_6;
int32_t L_46 = ___4_headerIndex;
uint32_t L_47 = V_7;
uint32_t L_48 = V_8;
uint32_t L_49;
L_49 = ZBinningJob_EncodeHeader_mCD62E31221582732672073AA918ACCD60BDA4833(L_47, L_48, NULL);
IL2CPP_NATIVEARRAY_SET_ITEM(uint32_t, (L_44)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_45, L_46)), (L_49));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:97>
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184* L_50 = (NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184*)(&__this->___bins);
V_9 = L_50;
int32_t L_51 = V_6;
int32_t L_52 = V_3;
V_10 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_51, 2)), L_52));
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184* L_53 = V_9;
int32_t L_54 = V_10;
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184* L_55 = V_9;
int32_t L_56 = V_10;
uint32_t L_57;
L_57 = IL2CPP_NATIVEARRAY_GET_ITEM(uint32_t, (L_55)->___m_Buffer, L_56);
uint32_t L_58 = V_4;
IL2CPP_NATIVEARRAY_SET_ITEM(uint32_t, (L_53)->___m_Buffer, L_54, (((int32_t)((int32_t)L_57|(int32_t)L_58))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:90>
int32_t L_59 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_59, 1));
}
IL_011b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:90>
int32_t L_60 = V_5;
int32_t L_61 = V_2;
if ((((int32_t)L_60) <= ((int32_t)L_61)))
{
goto IL_008f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:81>
int32_t L_62 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_62, 1));
}
IL_0127:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:81>
int32_t L_63 = V_0;
int32_t L_64 = ___3_itemEnd;
if ((((int32_t)L_63) < ((int32_t)L_64)))
{
goto IL_0007;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Tiling/ZBinningJob.cs:100>
return;
}
}
IL2CPP_EXTERN_C void ZBinningJob_FillZBins_mF2CFA43120C52552239BB273C9CDA1A7ECEC9C67_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_binStart, int32_t ___1_binEnd, int32_t ___2_itemStart, int32_t ___3_itemEnd, int32_t ___4_headerIndex, int32_t ___5_itemOffset, int32_t ___6_binOffset, const RuntimeMethod* method)
{
ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ZBinningJob_t9BC217C31924E66E667568C1B51EA2F44FA0A08E*>(__this + _offset);
ZBinningJob_FillZBins_mF2CFA43120C52552239BB273C9CDA1A7ECEC9C67(_thisAdjusted, ___0_binStart, ___1_binEnd, ___2_itemStart, ___3_itemEnd, ___4_headerIndex, ___5_itemOffset, ___6_binOffset, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34745
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* CameraExtensions_GetUniversalAdditionalCameraData_m38406768FA69BDC80D45CA7698EC0B8755448604 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m257D49B2F0B2F6DAFF2E3EC7F53B5930D5BB6D46_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_mBCAEF774AB0C0563A29C16F3A5305AE1A081C3BD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:184>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
NullCheck(L_0);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:185>
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
NullCheck(L_2);
bool L_3;
L_3 = GameObject_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_mBCAEF774AB0C0563A29C16F3A5305AE1A081C3BD(L_2, (&V_1), GameObject_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_mBCAEF774AB0C0563A29C16F3A5305AE1A081C3BD_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:186>
if (L_3)
{
goto IL_0018;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:187>
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = V_0;
NullCheck(L_4);
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_5;
L_5 = GameObject_AddComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m257D49B2F0B2F6DAFF2E3EC7F53B5930D5BB6D46(L_4, GameObject_AddComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m257D49B2F0B2F6DAFF2E3EC7F53B5930D5BB6D46_RuntimeMethod_var);
V_1 = L_5;
}
IL_0018:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:189>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_6 = V_1;
return L_6;
}
}
// Method Definition Index: 34746
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CameraExtensions_GetVolumeFrameworkUpdateMode_mBB45212E9B47EFA339F18D122272BF55794E5681 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:203>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_1;
L_1 = CameraExtensions_GetUniversalAdditionalCameraData_m38406768FA69BDC80D45CA7698EC0B8755448604(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:204>
NullCheck(L_1);
int32_t L_2;
L_2 = UniversalAdditionalCameraData_get_volumeFrameworkUpdateMode_m0474AC8124A522A9DC4CC9EF397006A542FF7408_inline(L_1, NULL);
return L_2;
}
}
// Method Definition Index: 34747
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_SetVolumeFrameworkUpdateMode_m94D371A1BD02C943A22017FB6C2557014F1F2976 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, int32_t ___1_mode, const RuntimeMethod* method)
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:218>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_1;
L_1 = CameraExtensions_GetUniversalAdditionalCameraData_m38406768FA69BDC80D45CA7698EC0B8755448604(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:219>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_2 = V_0;
NullCheck(L_2);
int32_t L_3;
L_3 = UniversalAdditionalCameraData_get_volumeFrameworkUpdateMode_m0474AC8124A522A9DC4CC9EF397006A542FF7408_inline(L_2, NULL);
int32_t L_4 = ___1_mode;
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_0011;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:220>
return;
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:222>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_5 = V_0;
NullCheck(L_5);
bool L_6;
L_6 = UniversalAdditionalCameraData_get_requiresVolumeFrameworkUpdate_m2B3E79FEE2E94483EC8CFC95C9AD6F759B760BBF(L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:223>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_7 = V_0;
int32_t L_8 = ___1_mode;
NullCheck(L_7);
UniversalAdditionalCameraData_set_volumeFrameworkUpdateMode_m2925687F8C72FB3E270D87FB929162FBD96A1FDE_inline(L_7, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:229>
if (!L_6)
{
goto IL_002f;
}
}
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_9 = V_0;
NullCheck(L_9);
bool L_10;
L_10 = UniversalAdditionalCameraData_get_requiresVolumeFrameworkUpdate_m2B3E79FEE2E94483EC8CFC95C9AD6F759B760BBF(L_9, NULL);
if (L_10)
{
goto IL_002f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:230>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_11 = ___0_camera;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_12 = V_0;
CameraExtensions_UpdateVolumeStack_m73ABC525D63F35BF111B9F82DC1B8685EC8E8449(L_11, L_12, NULL);
}
IL_002f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:231>
return;
}
}
// Method Definition Index: 34748
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_UpdateVolumeStack_m093FBF53A18021E62B01286C638F9ECB88DA110C (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:243>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_1;
L_1 = CameraExtensions_GetUniversalAdditionalCameraData_m38406768FA69BDC80D45CA7698EC0B8755448604(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:244>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___0_camera;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_3 = V_0;
CameraExtensions_UpdateVolumeStack_m73ABC525D63F35BF111B9F82DC1B8685EC8E8449(L_2, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:245>
return;
}
}
// Method Definition Index: 34749
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_UpdateVolumeStack_m73ABC525D63F35BF111B9F82DC1B8685EC8E8449 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* ___1_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF9BE5946F30F5F1B6EE5785E1B6682EB2F677D);
s_Il2CppMethodInitialized = true;
}
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB V_0;
memset((&V_0), 0, sizeof(V_0));
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:262>
il2cpp_codegen_runtime_class_init_inline(VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* L_0;
L_0 = VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C(NULL);
NullCheck(L_0);
bool L_1;
L_1 = VolumeManager_get_isInitialized_mED3C52DEB8182E6ABB4BFD52D294C1500D1635BE_inline(L_0, NULL);
if (L_1)
{
goto IL_0017;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:264>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralCAF9BE5946F30F5F1B6EE5785E1B6682EB2F677D, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:265>
return;
}
IL_0017:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:270>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_2 = ___1_cameraData;
NullCheck(L_2);
bool L_3;
L_3 = UniversalAdditionalCameraData_get_requiresVolumeFrameworkUpdate_m2B3E79FEE2E94483EC8CFC95C9AD6F759B760BBF(L_2, NULL);
if (!L_3)
{
goto IL_0020;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:271>
return;
}
IL_0020:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:274>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_4 = ___1_cameraData;
NullCheck(L_4);
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_5;
L_5 = UniversalAdditionalCameraData_get_volumeStack_mDB4460F18F4A7B994DCF40FF7C7B61AB9246022F_inline(L_4, NULL);
if (L_5)
{
goto IL_002e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:275>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_6 = ___1_cameraData;
NullCheck(L_6);
UniversalAdditionalCameraData_GetOrCreateVolumeStack_mA72FCDCAB00FA2781F06006BF1504E2111BFB3B3(L_6, NULL);
}
IL_002e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:277>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = ___0_camera;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_8 = ___1_cameraData;
CameraExtensions_GetVolumeLayerMaskAndTrigger_m0030085113CB804D0C155D48BC4C1115A68BB663(L_7, L_8, (&V_0), (&V_1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:278>
il2cpp_codegen_runtime_class_init_inline(VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* L_9;
L_9 = VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C(NULL);
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_10 = ___1_cameraData;
NullCheck(L_10);
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_11;
L_11 = UniversalAdditionalCameraData_get_volumeStack_mDB4460F18F4A7B994DCF40FF7C7B61AB9246022F_inline(L_10, NULL);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12 = V_1;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_13 = V_0;
NullCheck(L_9);
VolumeManager_Update_m0AD4F65D0737393F3DF85F77D4A799D794C9FBC5(L_9, L_11, L_12, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:279>
return;
}
}
// Method Definition Index: 34750
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_DestroyVolumeStack_mFF2F77AEACB2446259D1138DA95126ADFE3F0FF9 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:293>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_1;
L_1 = CameraExtensions_GetUniversalAdditionalCameraData_m38406768FA69BDC80D45CA7698EC0B8755448604(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:294>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___0_camera;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_3 = V_0;
CameraExtensions_DestroyVolumeStack_mA4B9BECFABBF56F0BF59BE25FDECF6DB2177AA77(L_2, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:295>
return;
}
}
// Method Definition Index: 34751
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_DestroyVolumeStack_mA4B9BECFABBF56F0BF59BE25FDECF6DB2177AA77 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* ___1_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:310>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_0 = ___1_cameraData;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_1)
{
goto IL_0011;
}
}
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_2 = ___1_cameraData;
NullCheck(L_2);
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_3;
L_3 = UniversalAdditionalCameraData_get_volumeStack_mDB4460F18F4A7B994DCF40FF7C7B61AB9246022F_inline(L_2, NULL);
if (L_3)
{
goto IL_0012;
}
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:311>
return;
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:313>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_4 = ___1_cameraData;
NullCheck(L_4);
UniversalAdditionalCameraData_set_volumeStack_mFB4842333BCBBC92B102894F38BF65A7560F7681(L_4, (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:314>
return;
}
}
// Method Definition Index: 34752
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraExtensions_GetVolumeLayerMaskAndTrigger_m0030085113CB804D0C155D48BC4C1115A68BB663 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* ___1_cameraData, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB* ___2_layerMask, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** ___3_trigger, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_0 = NULL;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_1 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** G_B3_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** G_B2_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* G_B4_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** G_B4_1 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** G_B11_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** G_B10_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** G_B12_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* G_B13_0 = NULL;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** G_B13_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:330>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB* L_0 = ___2_layerMask;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_1;
L_1 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222(1, NULL);
*(LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB*)L_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:331>
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** L_2 = ___3_trigger;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = ___0_camera;
NullCheck(L_3);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_3, NULL);
*((RuntimeObject**)L_2) = (RuntimeObject*)L_4;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:333>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_5 = ___1_cameraData;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_6)
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:335>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB* L_7 = ___2_layerMask;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_8 = ___1_cameraData;
NullCheck(L_8);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_9;
L_9 = UniversalAdditionalCameraData_get_volumeLayerMask_m6CA98C050693650D8818151E9ADE480CCBF44BFC_inline(L_8, NULL);
*(LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB*)L_7 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:336>
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** L_10 = ___3_trigger;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_11 = ___1_cameraData;
NullCheck(L_11);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12;
L_12 = UniversalAdditionalCameraData_get_volumeTrigger_m50DCBFFE7794ED3935CC068DB9F431785428BED9_inline(L_11, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_12, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_13)
{
G_B3_0 = L_10;
goto IL_003c;
}
G_B2_0 = L_10;
}
{
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** L_14 = ___3_trigger;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_15 = *((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1**)L_14);
G_B4_0 = L_15;
G_B4_1 = G_B2_0;
goto IL_0042;
}
IL_003c:
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_16 = ___1_cameraData;
NullCheck(L_16);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17;
L_17 = UniversalAdditionalCameraData_get_volumeTrigger_m50DCBFFE7794ED3935CC068DB9F431785428BED9_inline(L_16, NULL);
G_B4_0 = L_17;
G_B4_1 = G_B3_0;
}
IL_0042:
{
*((RuntimeObject**)G_B4_1) = (RuntimeObject*)G_B4_0;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B4_1, (void*)(RuntimeObject*)G_B4_0);
return;
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:338>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_18 = ___0_camera;
NullCheck(L_18);
int32_t L_19;
L_19 = Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851(L_18, NULL);
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
{
goto IL_0097;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:341>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_20;
L_20 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL);
V_0 = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:342>
V_1 = (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93*)NULL;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:344>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_21 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_22;
L_22 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_21, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_22)
{
goto IL_0074;
}
}
{
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_23 = V_0;
NullCheck(L_23);
bool L_24;
L_24 = Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86(L_23, (&V_1), Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
if (!L_24)
{
goto IL_0074;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:346>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB* L_25 = ___2_layerMask;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_26 = V_1;
NullCheck(L_26);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_27;
L_27 = UniversalAdditionalCameraData_get_volumeLayerMask_m6CA98C050693650D8818151E9ADE480CCBF44BFC_inline(L_26, NULL);
*(LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB*)L_25 = L_27;
}
IL_0074:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:349>
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** L_28 = ___3_trigger;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_29 = V_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_30;
L_30 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_29, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_30)
{
G_B11_0 = L_28;
goto IL_008c;
}
G_B10_0 = L_28;
}
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_31 = V_1;
NullCheck(L_31);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_32;
L_32 = UniversalAdditionalCameraData_get_volumeTrigger_m50DCBFFE7794ED3935CC068DB9F431785428BED9_inline(L_31, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_33;
L_33 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_32, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_33)
{
G_B12_0 = G_B10_0;
goto IL_0090;
}
G_B11_0 = G_B10_0;
}
IL_008c:
{
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1** L_34 = ___3_trigger;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_35 = *((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1**)L_34);
G_B13_0 = L_35;
G_B13_1 = G_B11_0;
goto IL_0096;
}
IL_0090:
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_36 = V_1;
NullCheck(L_36);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_37;
L_37 = UniversalAdditionalCameraData_get_volumeTrigger_m50DCBFFE7794ED3935CC068DB9F431785428BED9_inline(L_36, NULL);
G_B13_0 = L_37;
G_B13_1 = G_B12_0;
}
IL_0096:
{
*((RuntimeObject**)G_B13_1) = (RuntimeObject*)G_B13_0;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B13_1, (void*)(RuntimeObject*)G_B13_0);
}
IL_0097:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:351>
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34753
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CameraTypeUtility_GetName_mD235DDA94ECFD7A3A56F6C52AA4B2AD8F0332E61 (int32_t ___0_type, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:360>
int32_t L_0 = ___0_type;
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:361>
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ((CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_StaticFields*)il2cpp_codegen_static_fields_for(CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var))->___s_CameraTypeNames;
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))
{
goto IL_0012;
}
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:362>
V_0 = 0;
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:363>
il2cpp_codegen_runtime_class_init_inline(CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ((CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_StaticFields*)il2cpp_codegen_static_fields_for(CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var))->___s_CameraTypeNames;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
return L_7;
}
}
// Method Definition Index: 34754
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraTypeUtility__cctor_m048C75645A0024785498FD2B1192E59B166F83F7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraRenderType_tC686ABD18F67CA30E6DF217007744F509606A41D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:356>
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (CameraRenderType_tC686ABD18F67CA30E6DF217007744F509606A41D_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2;
L_2 = Enum_GetNames_m382A68AE28D7B6035331EC0685315144F15957C3(L_1, NULL);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3;
L_3 = Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194((RuntimeObject*)L_2, Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var);
((CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_StaticFields*)il2cpp_codegen_static_fields_for(CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var))->___s_CameraTypeNames = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_StaticFields*)il2cpp_codegen_static_fields_for(CameraTypeUtility_t1FBC0C5D95BF42B616D8AB025B2FD0F32A0CDB01_il2cpp_TypeInfo_var))->___s_CameraTypeNames), (void*)L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34755
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* UniversalAdditionalCameraData_get_defaultAdditionalCameraData_m532F048B24E61E80997526F0A90655E55DB3C49F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:500>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_0 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_DefaultAdditionalCameraData;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_0017;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:501>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_2 = (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93*)il2cpp_codegen_object_new(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var);
UniversalAdditionalCameraData__ctor_m7004CAEE04279AA3A337764910209839A16850F4(L_2, NULL);
((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_DefaultAdditionalCameraData = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_DefaultAdditionalCameraData), (void*)L_2);
}
IL_0017:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:503>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_3 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_DefaultAdditionalCameraData;
return L_3;
}
}
// Method Definition Index: 34756
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* UniversalAdditionalCameraData_get_camera_m70D661D426B117218E3172F92AC50DBCF095B2C3 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_TryGetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3E05562E7AE2F3F025CABDBA0E92886031957C06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:515>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___m_Camera;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
if (L_1)
{
goto IL_001f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:517>
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
L_2 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_3 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)(&__this->___m_Camera);
NullCheck(L_2);
bool L_4;
L_4 = GameObject_TryGetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3E05562E7AE2F3F025CABDBA0E92886031957C06(L_2, L_3, GameObject_TryGetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3E05562E7AE2F3F025CABDBA0E92886031957C06_RuntimeMethod_var);
}
IL_001f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:519>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5 = __this->___m_Camera;
return L_5;
}
}
// Method Definition Index: 34757
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_Start_m00631C665F10BE8F8284436BB3D74088679FB2F3 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:528>
int32_t L_0 = __this->___m_CameraType;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0015;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:529>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1;
L_1 = UniversalAdditionalCameraData_get_camera_m70D661D426B117218E3172F92AC50DBCF095B2C3(__this, NULL);
NullCheck(L_1);
Camera_set_clearFlags_m66541D9CC43CBAA5FE7364A50D43CA5569FD4D93(L_1, 4, NULL);
}
IL_0015:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:530>
return;
}
}
// Method Definition Index: 34758
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_renderShadows_m1983BBD09099D687C6C968362A716AD267B96B82 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:538>
bool L_0 = __this->___m_RenderShadows;
return L_0;
}
}
// Method Definition Index: 34759
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_renderShadows_m435F35FAAF4700DC51E6A806D2BEF8A01A3A010B (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:539>
bool L_0 = ___0_value;
__this->___m_RenderShadows = L_0;
return;
}
}
// Method Definition Index: 34760
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_requiresDepthOption_m064EF00002B04A24154CCD422F22F93C9EC35AD8 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:549>
int32_t L_0 = __this->___m_RequiresDepthTextureOption;
return L_0;
}
}
// Method Definition Index: 34761
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_requiresDepthOption_m7BA4C2691693C5175B57BACC7750A2FCC88DFA62 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:550>
int32_t L_0 = ___0_value;
__this->___m_RequiresDepthTextureOption = L_0;
return;
}
}
// Method Definition Index: 34762
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_requiresColorOption_mC51BA05A9A60EC3EAB6244ED19E40A7ACC50CBE5 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:559>
int32_t L_0 = __this->___m_RequiresOpaqueTextureOption;
return L_0;
}
}
// Method Definition Index: 34763
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_requiresColorOption_m70A4CD657A3C82549B7159183BEB50131E7C59AA (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:560>
int32_t L_0 = ___0_value;
__this->___m_RequiresOpaqueTextureOption = L_0;
return;
}
}
// Method Definition Index: 34764
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_renderType_m329B2A06C25793DF3BBBE89B3F23154EA2380265 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:569>
int32_t L_0 = __this->___m_CameraType;
return L_0;
}
}
// Method Definition Index: 34765
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_renderType_m9DDB84440A73ACDDB34D7906C16F42ECBD22FE92 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:570>
int32_t L_0 = ___0_value;
__this->___m_CameraType = L_0;
return;
}
}
// Method Definition Index: 34766
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tD2FA3273746E404D72561E8324608D18B52B533E* UniversalAdditionalCameraData_get_cameraStack_m6C740EDD1178DB7509ABA57A1392B03C78BB9C92 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CameraRenderType_tC686ABD18F67CA30E6DF217007744F509606A41D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3B3C11550E48AA36AFF82788636EB163CC51FEE6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral623D7D1B9270737C2FD3399B020256328FD4BB6E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA56025010F2F34BDBF65A581289F767127F1A574);
s_Il2CppMethodInitialized = true;
}
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_0 = NULL;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:582>
int32_t L_0;
L_0 = UniversalAdditionalCameraData_get_renderType_m329B2A06C25793DF3BBBE89B3F23154EA2380265_inline(__this, NULL);
if (!L_0)
{
goto IL_0036;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:584>
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_1);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2;
L_2 = GameObject_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3B3C11550E48AA36AFF82788636EB163CC51FEE6(L_1, GameObject_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3B3C11550E48AA36AFF82788636EB163CC51FEE6_RuntimeMethod_var);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:585>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = V_0;
NullCheck(L_3);
String_t* L_4;
L_4 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_3, NULL);
int32_t L_5;
L_5 = UniversalAdditionalCameraData_get_renderType_m329B2A06C25793DF3BBBE89B3F23154EA2380265_inline(__this, NULL);
int32_t L_6 = L_5;
RuntimeObject* L_7 = Box(CameraRenderType_tC686ABD18F67CA30E6DF217007744F509606A41D_il2cpp_TypeInfo_var, &L_6);
String_t* L_8;
L_8 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralA56025010F2F34BDBF65A581289F767127F1A574, L_4, L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:586>
return (List_1_tD2FA3273746E404D72561E8324608D18B52B533E*)NULL;
}
IL_0036:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:589>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_9;
L_9 = UniversalAdditionalCameraData_get_scriptableRenderer_m9158657B4174075D22953E2FA8E8B185C12556A3(__this, NULL);
NullCheck(L_9);
bool L_10;
L_10 = ScriptableRenderer_SupportsCameraStackingType_m0D76E46B7E746F98D483842B315488301375DA94(L_9, 0, NULL);
if (L_10)
{
goto IL_0067;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:591>
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
L_11 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_11);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_12;
L_12 = GameObject_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3B3C11550E48AA36AFF82788636EB163CC51FEE6(L_11, GameObject_GetComponent_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m3B3C11550E48AA36AFF82788636EB163CC51FEE6_RuntimeMethod_var);
V_1 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:592>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_13 = V_1;
NullCheck(L_13);
String_t* L_14;
L_14 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_13, NULL);
String_t* L_15;
L_15 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral623D7D1B9270737C2FD3399B020256328FD4BB6E, L_14, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:593>
return (List_1_tD2FA3273746E404D72561E8324608D18B52B533E*)NULL;
}
IL_0067:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:595>
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* L_16 = __this->___m_Cameras;
return L_16;
}
}
// Method Definition Index: 34767
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_UpdateCameraStack_mC30CE947E3339BFDB8E93621B43F754BFA730B6F (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAll_mBCB94B6BAB8010510D22E2A29F404CA320439848_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CUpdateCameraStackU3Eb__50_0_m787DC3B60044C3DC5A37DB27A34B9739AAB07BEC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71336159859BFB0798BBA76D4ED2EE80E38E97A9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB76766DDB07BD1627E12D11E7FD9851F58E88131);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* G_B2_0 = NULL;
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* G_B2_1 = NULL;
int32_t G_B2_2 = 0;
Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* G_B1_0 = NULL;
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* G_B1_1 = NULL;
int32_t G_B1_2 = 0;
int32_t G_B5_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B5_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B5_2 = NULL;
int32_t G_B4_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_2 = NULL;
String_t* G_B6_0 = NULL;
int32_t G_B6_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B6_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B6_3 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:604>
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* L_0 = __this->___m_Cameras;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_inline(L_0, List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:605>
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* L_2 = __this->___m_Cameras;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var);
Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* L_3 = ((U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var))->___U3CU3E9__50_0;
Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* L_4 = L_3;
if (L_4)
{
G_B2_0 = L_4;
G_B2_1 = L_2;
G_B2_2 = L_1;
goto IL_0030;
}
G_B1_0 = L_4;
G_B1_1 = L_2;
G_B1_2 = L_1;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var);
U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8* L_5 = ((U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var))->___U3CU3E9;
Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* L_6 = (Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C*)il2cpp_codegen_object_new(Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C_il2cpp_TypeInfo_var);
Predicate_1__ctor_m37C3C3E7E89B636AE08024BB205DC3DDC7792A04(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CUpdateCameraStackU3Eb__50_0_m787DC3B60044C3DC5A37DB27A34B9739AAB07BEC_RuntimeMethod_var), NULL);
Predicate_1_t3155FA13470EFE013E392F34FC75AF6C4A38875C* L_7 = L_6;
((U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var))->___U3CU3E9__50_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var))->___U3CU3E9__50_0), (void*)L_7);
G_B2_0 = L_7;
G_B2_1 = G_B1_1;
G_B2_2 = G_B1_2;
}
IL_0030:
{
NullCheck(G_B2_1);
int32_t L_8;
L_8 = List_1_RemoveAll_mBCB94B6BAB8010510D22E2A29F404CA320439848(G_B2_1, G_B2_0, List_1_RemoveAll_mBCB94B6BAB8010510D22E2A29F404CA320439848_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:606>
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* L_9 = __this->___m_Cameras;
NullCheck(L_9);
int32_t L_10;
L_10 = List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_inline(L_9, List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_RuntimeMethod_var);
V_0 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:607>
int32_t L_11 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract(G_B2_2, L_11));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:608>
int32_t L_12 = V_1;
if (!L_12)
{
goto IL_0096;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:610>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
String_t* L_15;
L_15 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_15);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_14;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral1168E92C164109D6220480DEDA987085B2A21155);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
String_t* L_18;
L_18 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_18);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_17;
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralB76766DDB07BD1627E12D11E7FD9851F58E88131);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19;
int32_t L_21 = V_1;
if ((((int32_t)L_21) > ((int32_t)1)))
{
G_B5_0 = 4;
G_B5_1 = L_20;
G_B5_2 = L_20;
goto IL_007e;
}
G_B4_0 = 4;
G_B4_1 = L_20;
G_B4_2 = L_20;
}
{
G_B6_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_0083;
}
IL_007e:
{
G_B6_0 = _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_0083:
{
NullCheck(G_B6_2);
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (String_t*)G_B6_0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = G_B6_3;
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral71336159859BFB0798BBA76D4ED2EE80E38E97A9);
String_t* L_23;
L_23 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_22, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_23, NULL);
}
IL_0096:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:612>
return;
}
}
// Method Definition Index: 34768
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_clearDepth_mC6FA135C7BE66F8538AE67F04F44AC7A5044209C (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:619>
bool L_0 = __this->___m_ClearDepth;
return L_0;
}
}
// Method Definition Index: 34769
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_requiresDepthTexture_m17B6C26C0ECDFF0A8B6FF9ECB9133B5004611160 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:630>
int32_t L_0 = __this->___m_RequiresDepthTextureOption;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0014;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:632>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_1;
L_1 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_1);
bool L_2;
L_2 = UniversalRenderPipelineAsset_get_supportsCameraDepthTexture_m4B42523ABE85349C1EB8DFF1533CA3180F57A8F2_inline(L_1, NULL);
return L_2;
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:636>
int32_t L_3 = __this->___m_RequiresDepthTextureOption;
return (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0);
}
}
// Method Definition Index: 34770
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_requiresDepthTexture_mCDA8FD4FD620FF4A6E67EF807137D7B5458F6F54 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B2_0 = NULL;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:639>
bool L_0 = ___0_value;
if (L_0)
{
G_B2_0 = __this;
goto IL_0007;
}
G_B1_0 = __this;
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0008;
}
IL_0007:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0008:
{
NullCheck(G_B3_1);
G_B3_1->___m_RequiresDepthTextureOption = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:639>
return;
}
}
// Method Definition Index: 34771
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_requiresColorTexture_m6C9454CACBF6B536E86391856EB9B4CCDC81FE71 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:650>
int32_t L_0 = __this->___m_RequiresOpaqueTextureOption;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0014;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:652>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_1;
L_1 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_1);
bool L_2;
L_2 = UniversalRenderPipelineAsset_get_supportsCameraOpaqueTexture_mDB57026918ABE55C479DE5CEC0432C0129E9424E_inline(L_1, NULL);
return L_2;
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:656>
int32_t L_3 = __this->___m_RequiresOpaqueTextureOption;
return (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0);
}
}
// Method Definition Index: 34772
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_requiresColorTexture_m26FE59EAD31B15DB1746D2717106552281AF041D (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B2_0 = NULL;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:659>
bool L_0 = ___0_value;
if (L_0)
{
G_B2_0 = __this;
goto IL_0007;
}
G_B1_0 = __this;
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0008;
}
IL_0007:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0008:
{
NullCheck(G_B3_1);
G_B3_1->___m_RequiresOpaqueTextureOption = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:659>
return;
}
}
// Method Definition Index: 34773
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* UniversalAdditionalCameraData_get_scriptableRenderer_m9158657B4174075D22953E2FA8E8B185C12556A3 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3371C9C28E563AFD0A683CA126F078F3F07B7306);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4811EF473BDEA9DCAEB91325D1BC710DBE1B5ACE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA2DEC8FE08E1ED2D7923EB57B196235FAD5E16B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF14F5C6FF1F56A3FF0EAE6FC6096C47B6E2732AD);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:669>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_0;
L_0 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:670>
return (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)NULL;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:671>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_1;
L_1 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
int32_t L_2 = __this->___m_RendererIndex;
NullCheck(L_1);
bool L_3;
L_3 = UniversalRenderPipelineAsset_ValidateRendererData_mC2F1649035EF0369EAC73C83C2CC045A7DC762D2(L_1, L_2, NULL);
if (L_3)
{
goto IL_0097;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:673>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_4;
L_4 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_4);
int32_t L_5 = L_4->___m_DefaultRendererIndex;
V_0 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:674>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:675>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:676>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)7);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralCA2DEC8FE08E1ED2D7923EB57B196235FAD5E16B);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7;
int32_t* L_9 = (int32_t*)(&__this->___m_RendererIndex);
String_t* L_10;
L_10 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_9, NULL);
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_10);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_8;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral4811EF473BDEA9DCAEB91325D1BC710DBE1B5ACE);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_13;
L_13 = UniversalAdditionalCameraData_get_camera_m70D661D426B117218E3172F92AC50DBCF095B2C3(__this, NULL);
NullCheck(L_13);
String_t* L_14;
L_14 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_13, NULL);
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_14);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_12;
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralF14F5C6FF1F56A3FF0EAE6FC6096C47B6E2732AD);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15;
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_17;
L_17 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_17);
ScriptableRendererDataU5BU5D_tC674C147618C92B68DB64ECFDC847C8A941C6169* L_18 = L_17->___m_RendererDataList;
int32_t L_19 = V_0;
NullCheck(L_18);
int32_t L_20 = L_19;
ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
NullCheck(L_21);
String_t* L_22;
L_22 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_21, NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_22);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_16;
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral3371C9C28E563AFD0A683CA126F078F3F07B7306);
String_t* L_24;
L_24 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_23, NULL);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_25;
L_25 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m23033D7E2F0F298BE465B7F3A63CDF40A4EB70EB(L_24, L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:677>
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_26;
L_26 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
int32_t L_27 = V_0;
NullCheck(L_26);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_28;
L_28 = UniversalRenderPipelineAsset_GetRenderer_mDB50ADE0416EAD238AA4EB82B0C1DF2C41969C13(L_26, L_27, NULL);
return L_28;
}
IL_0097:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:679>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_29;
L_29 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
int32_t L_30 = __this->___m_RendererIndex;
NullCheck(L_29);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_31;
L_31 = UniversalRenderPipelineAsset_GetRenderer_mDB50ADE0416EAD238AA4EB82B0C1DF2C41969C13(L_29, L_30, NULL);
return L_31;
}
}
// Method Definition Index: 34774
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_SetRenderer_m486F07D0F0D14B3F112CB6AFF01B12BE187AE255 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_index, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:689>
int32_t L_0 = ___0_index;
__this->___m_RendererIndex = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:690>
return;
}
}
// Method Definition Index: 34775
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalAdditionalCameraData_get_volumeLayerMask_m6CA98C050693650D8818151E9ADE480CCBF44BFC (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:697>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___m_VolumeLayerMask;
return L_0;
}
}
// Method Definition Index: 34776
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_volumeLayerMask_m9676E50AD128D17B74D140D0E9A8062AD07599EA (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:698>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___m_VolumeLayerMask = L_0;
return;
}
}
// Method Definition Index: 34777
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* UniversalAdditionalCameraData_get_volumeTrigger_m50DCBFFE7794ED3935CC068DB9F431785428BED9 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:706>
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___m_VolumeTrigger;
return L_0;
}
}
// Method Definition Index: 34778
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_volumeTrigger_m96AFED75FCADBB24EFE9A5A94E22157497601F8A (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:707>
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_value;
__this->___m_VolumeTrigger = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_VolumeTrigger), (void*)L_0);
return;
}
}
// Method Definition Index: 34779
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_volumeFrameworkUpdateMode_m0474AC8124A522A9DC4CC9EF397006A542FF7408 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:715>
int32_t L_0 = __this->___m_VolumeFrameworkUpdateModeOption;
return L_0;
}
}
// Method Definition Index: 34780
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_volumeFrameworkUpdateMode_m2925687F8C72FB3E270D87FB929162FBD96A1FDE (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:716>
int32_t L_0 = ___0_value;
__this->___m_VolumeFrameworkUpdateModeOption = L_0;
return;
}
}
// Method Definition Index: 34781
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_requiresVolumeFrameworkUpdate_m2B3E79FEE2E94483EC8CFC95C9AD6F759B760BBF (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:726>
int32_t L_0 = __this->___m_VolumeFrameworkUpdateModeOption;
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_001a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:728>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_1;
L_1 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = UniversalRenderPipelineAsset_get_volumeFrameworkUpdateMode_mF796AC940F47F4CABB6B7855FB23E572625E7488_inline(L_1, NULL);
return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_001a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:731>
int32_t L_3 = __this->___m_VolumeFrameworkUpdateModeOption;
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
}
}
// Method Definition Index: 34782
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* UniversalAdditionalCameraData_get_volumeStack_mDB4460F18F4A7B994DCF40FF7C7B61AB9246022F (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:746>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_0 = __this->___m_VolumeStack;
return L_0;
}
}
// Method Definition Index: 34783
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_volumeStack_mFB4842333BCBBC92B102894F38BF65A7560F7681 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m76F63DF8ACCFFC567DB2DBC27EE2D4A68286F387_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF90A8E88309F9B3E37747AEFA9DA60FF659CCF48_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:751>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_0 = ___0_value;
if (L_0)
{
goto IL_003a;
}
}
{
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_1 = __this->___m_VolumeStack;
if (!L_1)
{
goto IL_003a;
}
}
{
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_2 = __this->___m_VolumeStack;
NullCheck(L_2);
bool L_3;
L_3 = VolumeStack_get_isValid_mB68C39F1D1B4E1A655FB3CA73D36C7F8F46C84DB_inline(L_2, NULL);
if (!L_3)
{
goto IL_003a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:753>
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* L_4 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks;
if (L_4)
{
goto IL_002a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:754>
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* L_5 = (List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8*)il2cpp_codegen_object_new(List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8_il2cpp_TypeInfo_var);
List_1__ctor_mF90A8E88309F9B3E37747AEFA9DA60FF659CCF48(L_5, 4, List_1__ctor_mF90A8E88309F9B3E37747AEFA9DA60FF659CCF48_RuntimeMethod_var);
((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks), (void*)L_5);
}
IL_002a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:756>
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* L_6 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks;
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_7 = __this->___m_VolumeStack;
NullCheck(L_6);
List_1_Add_m76F63DF8ACCFFC567DB2DBC27EE2D4A68286F387_inline(L_6, L_7, List_1_Add_m76F63DF8ACCFFC567DB2DBC27EE2D4A68286F387_RuntimeMethod_var);
}
IL_003a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:759>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_8 = ___0_value;
__this->___m_VolumeStack = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_VolumeStack), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:760>
return;
}
}
// Method Definition Index: 34784
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_GetOrCreateVolumeStack_mA72FCDCAB00FA2781F06006BF1504E2111BFB3B3 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m866D12145D68801EE3C4B1270B996B0DFA38E6BB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5D68242A68E21113C5B824DFC87A88F9A9B3D153_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m47E8A6FDB70C8FF501F7B79DCACE9221491178CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:771>
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* L_0 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks;
if (!L_0)
{
goto IL_0047;
}
}
{
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* L_1 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks;
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_m5D68242A68E21113C5B824DFC87A88F9A9B3D153_inline(L_1, List_1_get_Count_m5D68242A68E21113C5B824DFC87A88F9A9B3D153_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0047;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:773>
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* L_3 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks;
NullCheck(L_3);
int32_t L_4;
L_4 = List_1_get_Count_m5D68242A68E21113C5B824DFC87A88F9A9B3D153_inline(L_3, List_1_get_Count_m5D68242A68E21113C5B824DFC87A88F9A9B3D153_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_4, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:774>
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* L_5 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks;
int32_t L_6 = V_0;
NullCheck(L_5);
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_7;
L_7 = List_1_get_Item_m47E8A6FDB70C8FF501F7B79DCACE9221491178CB(L_5, L_6, List_1_get_Item_m47E8A6FDB70C8FF501F7B79DCACE9221491178CB_RuntimeMethod_var);
V_1 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:775>
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* L_8 = ((UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_il2cpp_TypeInfo_var))->___s_CachedVolumeStacks;
int32_t L_9 = V_0;
NullCheck(L_8);
List_1_RemoveAt_m866D12145D68801EE3C4B1270B996B0DFA38E6BB(L_8, L_9, List_1_RemoveAt_m866D12145D68801EE3C4B1270B996B0DFA38E6BB_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:776>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_10 = V_1;
NullCheck(L_10);
bool L_11;
L_11 = VolumeStack_get_isValid_mB68C39F1D1B4E1A655FB3CA73D36C7F8F46C84DB_inline(L_10, NULL);
if (!L_11)
{
goto IL_0047;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:777>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_12 = V_1;
UniversalAdditionalCameraData_set_volumeStack_mFB4842333BCBBC92B102894F38BF65A7560F7681(__this, L_12, NULL);
}
IL_0047:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:781>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_13;
L_13 = UniversalAdditionalCameraData_get_volumeStack_mDB4460F18F4A7B994DCF40FF7C7B61AB9246022F_inline(__this, NULL);
if (L_13)
{
goto IL_005f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:782>
il2cpp_codegen_runtime_class_init_inline(VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* L_14;
L_14 = VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C(NULL);
NullCheck(L_14);
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_15;
L_15 = VolumeManager_CreateStack_m7EACF7BD773893B2344DB8DFA1ACF4557FBB38B4(L_14, NULL);
UniversalAdditionalCameraData_set_volumeStack_mFB4842333BCBBC92B102894F38BF65A7560F7681(__this, L_15, NULL);
}
IL_005f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:783>
return;
}
}
// Method Definition Index: 34785
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_renderPostProcessing_mAC89A4F038A4BDD585C10412EFBC76CE189974E4 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:790>
bool L_0 = __this->___m_RenderPostProcessing;
return L_0;
}
}
// Method Definition Index: 34786
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_renderPostProcessing_mDECCE7AC172D0C20AC42E6393A24D4841AA4E0F6 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:791>
bool L_0 = ___0_value;
__this->___m_RenderPostProcessing = L_0;
return;
}
}
// Method Definition Index: 34787
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_antialiasing_m3820492610B7FEED86E7620AE5F78064D6298274 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:800>
int32_t L_0 = __this->___m_Antialiasing;
return L_0;
}
}
// Method Definition Index: 34788
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_antialiasing_m23C70E866A9D3F64662628843E1FA13A9FA90AA7 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:801>
int32_t L_0 = ___0_value;
__this->___m_Antialiasing = L_0;
return;
}
}
// Method Definition Index: 34789
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_antialiasingQuality_mCE5CDB508D84114C2F35A1DB704A30C34116E269 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:810>
int32_t L_0 = __this->___m_AntialiasingQuality;
return L_0;
}
}
// Method Definition Index: 34790
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_antialiasingQuality_m8C2E9B0EBB06669420FBC431F7DB56AF8764B42D (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:811>
int32_t L_0 = ___0_value;
__this->___m_AntialiasingQuality = L_0;
return;
}
}
// Method Definition Index: 34791
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* UniversalAdditionalCameraData_get_taaSettings_m8B8604CC16912C2D78AF62D18907D5CBE5C7E5E4 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:819>
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_0 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&__this->___m_TaaSettings);
return L_0;
}
}
// Method Definition Index: 34792
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UniversalAdditionalCameraData_get_history_m6F1B14E67D448EEE2A51DC77C41065651416F35A (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:826>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_0 = __this->___m_History;
return L_0;
}
}
// Method Definition Index: 34793
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* UniversalAdditionalCameraData_get_historyManager_mF29EA3EF41F31C5A29DED36B760CEC28EB3BBC70 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:833>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_0 = __this->___m_History;
return L_0;
}
}
// Method Definition Index: 34794
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* UniversalAdditionalCameraData_get_motionVectorsPersistentData_mCA9799ADC4016661638AD15C5C30CA89C212B0BA (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:838>
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_0 = __this->___m_MotionVectorsPersistentData;
return L_0;
}
}
// Method Definition Index: 34795
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_resetHistory_m0E7E6E88CC73EDA295ED2B3F5C59CAFE7ED6BA0A (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:845>
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_0 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&__this->___m_TaaSettings);
int32_t L_1 = L_0->___resetHistoryFrames;
return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
}
}
// Method Definition Index: 34796
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_resetHistory_mCB711097C56DE6CF9F960A7C6CBE3FDD5E51B70D (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
int32_t G_B2_0 = 0;
int32_t* G_B2_1 = NULL;
int32_t G_B1_0 = 0;
int32_t* G_B1_1 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t* G_B3_2 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:848>
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_0 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&__this->___m_TaaSettings);
int32_t* L_1 = (int32_t*)(&L_0->___resetHistoryFrames);
int32_t* L_2 = L_1;
int32_t L_3 = *((int32_t*)L_2);
bool L_4 = ___0_value;
if (L_4)
{
G_B2_0 = L_3;
G_B2_1 = L_2;
goto IL_0013;
}
G_B1_0 = L_3;
G_B1_1 = L_2;
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0014;
}
IL_0013:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0014:
{
*((int32_t*)G_B3_2) = (int32_t)((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:849>
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_5 = __this->___m_MotionVectorsPersistentData;
NullCheck(L_5);
MotionVectorsPersistentData_Reset_mB15EBA6AAD2F8633BC5F6522FF3D8D9971D10BD0(L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:853>
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_6 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&__this->___m_TaaSettings);
int32_t L_7;
L_7 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
L_6->___jitterFrameCountOffset = ((-L_7));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:854>
return;
}
}
// Method Definition Index: 34797
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_stopNaN_mD20FE5E80CAA9D31CDBBBDD664289329AC4456BA (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:862>
bool L_0 = __this->___m_StopNaN;
return L_0;
}
}
// Method Definition Index: 34798
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_stopNaN_mEBFF3C592FA467CAAFC4C60B217C1B4D80748588 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:863>
bool L_0 = ___0_value;
__this->___m_StopNaN = L_0;
return;
}
}
// Method Definition Index: 34799
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_dithering_m296EA16D238C35481E956041C2B1701115596B7E (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:871>
bool L_0 = __this->___m_Dithering;
return L_0;
}
}
// Method Definition Index: 34800
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_dithering_mCE18E52EC467C7D66D844261AD970D8FA698AE0F (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:872>
bool L_0 = ___0_value;
__this->___m_Dithering = L_0;
return;
}
}
// Method Definition Index: 34801
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_allowXRRendering_mC10C6013DEB146239CB2C79C723651C12C6D213F (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:880>
bool L_0 = __this->___m_AllowXRRendering;
return L_0;
}
}
// Method Definition Index: 34802
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_allowXRRendering_mE9DE096F60A0E523B8C06F7E660A6FF1387B07F7 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:881>
bool L_0 = ___0_value;
__this->___m_AllowXRRendering = L_0;
return;
}
}
// Method Definition Index: 34803
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_useScreenCoordOverride_m5500E10E3D5111142DAB548185B4A335DDF5195C (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:889>
bool L_0 = __this->___m_UseScreenCoordOverride;
return L_0;
}
}
// Method Definition Index: 34804
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_useScreenCoordOverride_m1635D3B752BB7287E2FD43F01292419ED7C90029 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:890>
bool L_0 = ___0_value;
__this->___m_UseScreenCoordOverride = L_0;
return;
}
}
// Method Definition Index: 34805
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 UniversalAdditionalCameraData_get_screenSizeOverride_mEB8326B9B44914C9D7B03BF9796805785F1769D5 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:898>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = __this->___m_ScreenSizeOverride;
return L_0;
}
}
// Method Definition Index: 34806
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_screenSizeOverride_m8BBEA779470FF202CAD3510D5B10621D76953D15 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:899>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_value;
__this->___m_ScreenSizeOverride = L_0;
return;
}
}
// Method Definition Index: 34807
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 UniversalAdditionalCameraData_get_screenCoordScaleBias_m4F2105356D2C2FA73DBE92F1EE2D20040B31A9A7 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:907>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = __this->___m_ScreenCoordScaleBias;
return L_0;
}
}
// Method Definition Index: 34808
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_screenCoordScaleBias_mCF17B3B37DCC27569C84838B945937B7E1B5CE83 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:908>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_value;
__this->___m_ScreenCoordScaleBias = L_0;
return;
}
}
// Method Definition Index: 34809
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_allowHDROutput_m43972BF8527649A0A169E4569B47918C91D3FFCD (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:916>
bool L_0 = __this->___m_AllowHDROutput;
return L_0;
}
}
// Method Definition Index: 34810
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_allowHDROutput_mA7AD29E164E27AD230E4AB9CBF41F0620DB8A69C (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:917>
bool L_0 = ___0_value;
__this->___m_AllowHDROutput = L_0;
return;
}
}
// Method Definition Index: 34811
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_OnValidate_m317DAE4B9527A25B57F5585D8A613CC2344D3322 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:923>
int32_t L_0 = __this->___m_CameraType;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0023;
}
}
{
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = __this->___m_Camera;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_2)
{
goto IL_0023;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:925>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = __this->___m_Camera;
NullCheck(L_3);
Camera_set_clearFlags_m66541D9CC43CBAA5FE7364A50D43CA5569FD4D93(L_3, 4, NULL);
}
IL_0023:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:927>
return;
}
}
// Method Definition Index: 34812
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_OnDrawGizmos_mCEE84533062F77176C254A9F82469AA0BA310276 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4988D60338CB7F72020460839874F2FF7A97E366);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86A36C6F6A84F667731F21AC06EFA79D0D836576);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:932>
V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:933>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
L_0 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
V_1 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:935>
int32_t L_1 = __this->___m_CameraType;
if (L_1)
{
goto IL_001c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:937>
V_0 = _stringLiteral4988D60338CB7F72020460839874F2FF7A97E366;
goto IL_002b;
}
IL_001c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:939>
int32_t L_2 = __this->___m_CameraType;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_002b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:941>
V_0 = _stringLiteral4988D60338CB7F72020460839874F2FF7A97E366;
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:952>
String_t* L_3 = V_0;
bool L_4;
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
if (L_4)
{
goto IL_0046;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:954>
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
L_5 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
NullCheck(L_5);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
L_6 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_5, NULL);
String_t* L_7 = V_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = V_1;
Gizmos_DrawIcon_m04F8DF692115553A862C7E00E1FC0DED1E17CC30(L_6, L_7, (bool)1, L_8, NULL);
}
IL_0046:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:957>
bool L_9;
L_9 = UniversalAdditionalCameraData_get_renderPostProcessing_mAC89A4F038A4BDD585C10412EFBC76CE189974E4_inline(__this, NULL);
if (!L_9)
{
goto IL_0065;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:959>
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
L_10 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
NullCheck(L_10);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11;
L_11 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_10, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = V_1;
Gizmos_DrawIcon_m04F8DF692115553A862C7E00E1FC0DED1E17CC30(L_11, _stringLiteral86A36C6F6A84F667731F21AC06EFA79D0D836576, (bool)1, L_12, NULL);
}
IL_0065:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:968>
return;
}
}
// Method Definition Index: 34813
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_OnDestroy_m52B151FDD5C752A77DEA5753CFD7F4AC7641CEE8 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* G_B3_0 = NULL;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* G_B2_0 = NULL;
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* G_B6_0 = NULL;
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* G_B5_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:977>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___m_Camera;
CameraExtensions_DestroyVolumeStack_mA4B9BECFABBF56F0BF59BE25FDECF6DB2177AA77(L_0, __this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:978>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1;
L_1 = UniversalAdditionalCameraData_get_camera_m70D661D426B117218E3172F92AC50DBCF095B2C3(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851(L_1, NULL);
if ((((int32_t)L_2) == ((int32_t)2)))
{
goto IL_002b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:979>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_3;
L_3 = UniversalAdditionalCameraData_GetRawRenderer_mD8A709A88B07BEC220C85434D1A56ED025A8FA33(__this, NULL);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_4 = L_3;
if (L_4)
{
G_B3_0 = L_4;
goto IL_0026;
}
G_B2_0 = L_4;
}
{
goto IL_002b;
}
IL_0026:
{
NullCheck(G_B3_0);
VirtualActionInvoker0::Invoke(12, G_B3_0);
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:980>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_5 = __this->___m_History;
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_6 = L_5;
if (L_6)
{
G_B6_0 = L_6;
goto IL_0037;
}
G_B5_0 = L_6;
}
{
goto IL_003c;
}
IL_0037:
{
NullCheck(G_B6_0);
UniversalCameraHistory_Dispose_m846DF05777F8815EE3E6328E0336347AFF4645F4(G_B6_0, NULL);
}
IL_003c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:981>
__this->___m_History = (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_History), (void*)(UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:982>
return;
}
}
// Method Definition Index: 34814
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* UniversalAdditionalCameraData_GetRawRenderer_mD8A709A88B07BEC220C85434D1A56ED025A8FA33 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_IsEmpty_m103ED72C9A600293A5D90082A9EBFFFB5242011D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_mCB8FCC95751286F0A447453F4426B7D3C1471FC6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Equality_mD485CFA02CFCB03142B47BC5262BEB3F78BA8A70_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_m7D3C55EA4F2BED3949E6BE9C4DFE9D15F3712C0E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:987>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_0;
L_0 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:988>
return (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)NULL;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:990>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_1;
L_1 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_1);
ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 L_2;
L_2 = UniversalRenderPipelineAsset_get_renderers_m310DBBB4AEFDBED04ADF8719178ABCE5FEEDF599(L_1, NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:991>
ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 L_3 = V_0;
ReadOnlySpan_1_tC047D4EC0C6F73C05C7C818C158144CF066EADB8 L_4;
L_4 = ReadOnlySpan_1_op_Implicit_m7D3C55EA4F2BED3949E6BE9C4DFE9D15F3712C0E((ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6*)NULL, ReadOnlySpan_1_op_Implicit_m7D3C55EA4F2BED3949E6BE9C4DFE9D15F3712C0E_RuntimeMethod_var);
bool L_5;
L_5 = ReadOnlySpan_1_op_Equality_mD485CFA02CFCB03142B47BC5262BEB3F78BA8A70(L_3, L_4, ReadOnlySpan_1_op_Equality_mD485CFA02CFCB03142B47BC5262BEB3F78BA8A70_RuntimeMethod_var);
if (L_5)
{
goto IL_002b;
}
}
{
bool L_6;
L_6 = ReadOnlySpan_1_get_IsEmpty_m103ED72C9A600293A5D90082A9EBFFFB5242011D((&V_0), ReadOnlySpan_1_get_IsEmpty_m103ED72C9A600293A5D90082A9EBFFFB5242011D_RuntimeMethod_var);
if (!L_6)
{
goto IL_002d;
}
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:992>
return (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)NULL;
}
IL_002d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:994>
int32_t L_7 = __this->___m_RendererIndex;
int32_t L_8;
L_8 = ReadOnlySpan_1_get_Length_mCB8FCC95751286F0A447453F4426B7D3C1471FC6_inline((&V_0), ReadOnlySpan_1_get_Length_mCB8FCC95751286F0A447453F4426B7D3C1471FC6_RuntimeMethod_var);
if ((((int32_t)L_7) >= ((int32_t)L_8)))
{
goto IL_0045;
}
}
{
int32_t L_9 = __this->___m_RendererIndex;
if ((((int32_t)L_9) >= ((int32_t)0)))
{
goto IL_0047;
}
}
IL_0045:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:995>
return (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)NULL;
}
IL_0047:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:997>
int32_t L_10 = __this->___m_RendererIndex;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_11;
L_11 = il2cpp_span_get_item((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)((Il2CppByReference*)&(((&V_0))->____pointer))->value, (L_10), ((&V_0))->____length);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_12 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_11);
return L_12;
}
}
// Method Definition Index: 34815
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize_m9533C12AA88AE64AB0DF73F202FCF63ED9CDD38A (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1014>
int32_t L_0 = __this->___m_Version;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_0010;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1015>
__this->___m_Version = 2;
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1016>
return;
}
}
// Method Definition Index: 34816
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize_mF891677A627A9FE1D23B73583ED676CA7B0EB37B (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B5_0 = NULL;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B6_1 = NULL;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B8_0 = NULL;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* G_B9_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1021>
int32_t L_0 = __this->___m_Version;
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_0010;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1022>
__this->___m_Version = 0;
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1024>
int32_t L_1 = __this->___m_Version;
if ((((int32_t)L_1) >= ((int32_t)2)))
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1026>
bool L_2 = __this->___m_RequiresDepthTexture;
if (L_2)
{
G_B5_0 = __this;
goto IL_0025;
}
G_B4_0 = __this;
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0026;
}
IL_0025:
{
G_B6_0 = 1;
G_B6_1 = G_B5_0;
}
IL_0026:
{
NullCheck(G_B6_1);
G_B6_1->___m_RequiresDepthTextureOption = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1027>
bool L_3 = __this->___m_RequiresColorTexture;
if (L_3)
{
G_B8_0 = __this;
goto IL_0037;
}
G_B7_0 = __this;
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0038;
}
IL_0037:
{
G_B9_0 = 1;
G_B9_1 = G_B8_0;
}
IL_0038:
{
NullCheck(G_B9_1);
G_B9_1->___m_RequiresOpaqueTextureOption = G_B9_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1028>
__this->___m_Version = 2;
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1030>
return;
}
}
// Method Definition Index: 34817
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float UniversalAdditionalCameraData_get_version_m8529D7E2007A95CD33188F11076E9F407035A8A5 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.deprecated.cs:29>
int32_t L_0 = __this->___m_Version;
return ((float)L_0);
}
}
// Method Definition Index: 34818
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData__ctor_m7004CAEE04279AA3A337764910209839A16850F4 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m735F7A05528CC71E71E3019311F2E22CF9E2C681_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD2FA3273746E404D72561E8324608D18B52B533E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:450>
__this->___m_RenderShadows = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:453>
__this->___m_RequiresDepthTextureOption = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:456>
__this->___m_RequiresOpaqueTextureOption = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:459>
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* L_0 = (List_1_tD2FA3273746E404D72561E8324608D18B52B533E*)il2cpp_codegen_object_new(List_1_tD2FA3273746E404D72561E8324608D18B52B533E_il2cpp_TypeInfo_var);
List_1__ctor_m735F7A05528CC71E71E3019311F2E22CF9E2C681(L_0, List_1__ctor_m735F7A05528CC71E71E3019311F2E22CF9E2C681_RuntimeMethod_var);
__this->___m_Cameras = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Cameras), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:460>
__this->___m_RendererIndex = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:462>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_1;
L_1 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222(1, NULL);
__this->___m_VolumeLayerMask = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:464>
__this->___m_VolumeFrameworkUpdateModeOption = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:468>
__this->___m_AntialiasingQuality = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:471>
__this->___m_ClearDepth = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:472>
__this->___m_AllowXRRendering = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:473>
__this->___m_AllowHDROutput = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:488>
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_2 = (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB*)il2cpp_codegen_object_new(MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB_il2cpp_TypeInfo_var);
MotionVectorsPersistentData__ctor_m37DF5E4FECD871FCF9781CFE1F028D65C45F5D7A(L_2, NULL);
__this->___m_MotionVectorsPersistentData = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MotionVectorsPersistentData), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:491>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_3 = (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80*)il2cpp_codegen_object_new(UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80_il2cpp_TypeInfo_var);
UniversalCameraHistory__ctor_mE5D5E3E9C11A9924616BC2816006D451FDD00115(L_3, NULL);
__this->___m_History = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_History), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:493>
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92 L_4;
L_4 = Settings_Create_m83FC27E8F98362C0B970642519227FD1B9678EAC(NULL);
__this->___m_TaaSettings = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:1008>
__this->___m_Version = 3;
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34819
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m12C85007401B01F3593096EFF322580DA1DBA484 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8* L_0 = (U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8*)il2cpp_codegen_object_new(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m8522ECC07758C6F45259D947C6EA5307C5DDB664(L_0, NULL);
((U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34820
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m8522ECC07758C6F45259D947C6EA5307C5DDB664 (U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34821
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CUpdateCameraStackU3Eb__50_0_m787DC3B60044C3DC5A37DB27A34B9739AAB07BEC (U3CU3Ec_t44E864CAB533468E0BC3F8A1DB49783C85137FF8* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:605>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_cam;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34822
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* LightExtensions_GetUniversalAdditionalLightData_mB23616ED7274DF1599DDB22926EB0FA7CECA8132 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___0_light, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m0FFE49991D29C8D3F0C54AE16E5E15C3F913C850_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m07D5E1BC221A2D60018D787F5739E9B62E46E0F9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* V_0 = NULL;
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:19>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_0 = ___0_light;
NullCheck(L_0);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:20>
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = V_0;
NullCheck(L_2);
bool L_3;
L_3 = GameObject_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m07D5E1BC221A2D60018D787F5739E9B62E46E0F9(L_2, (&V_1), GameObject_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m07D5E1BC221A2D60018D787F5739E9B62E46E0F9_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:21>
if (L_3)
{
goto IL_0018;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:22>
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = V_0;
NullCheck(L_4);
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* L_5;
L_5 = GameObject_AddComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m0FFE49991D29C8D3F0C54AE16E5E15C3F913C850(L_4, GameObject_AddComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m0FFE49991D29C8D3F0C54AE16E5E15C3F913C850_RuntimeMethod_var);
V_1 = L_5;
}
IL_0018:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:24>
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* L_6 = V_1;
return L_6;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34823
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalLightData_get_usePipelineSettings_mFFA9D437B0601A3215CBF64294F7F3589409D6DD (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:44>
bool L_0 = __this->___m_UsePipelineSettings;
return L_0;
}
}
// Method Definition Index: 34824
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_usePipelineSettings_m848849D69192610AE2FC9F8F3B99C4B7010249EB (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:45>
bool L_0 = ___0_value;
__this->___m_UsePipelineSettings = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:45>
return;
}
}
// Method Definition Index: 34825
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* UniversalAdditionalLightData_get_light_m1DB799C3CE88D6C22E5F04115E7961A96011999F (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_m35E5F023EFE6ACC6342424F0DA94033D5CCC2B60_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:91>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_0 = __this->___m_Light;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
if (L_1)
{
goto IL_001a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:92>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3** L_2 = (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3**)(&__this->___m_Light);
bool L_3;
L_3 = Component_TryGetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_m35E5F023EFE6ACC6342424F0DA94033D5CCC2B60(__this, L_2, Component_TryGetComponent_TisLight_t1E68479B7782AF2050FAA02A5DC612FD034F18F3_m35E5F023EFE6ACC6342424F0DA94033D5CCC2B60_RuntimeMethod_var);
}
IL_001a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:93>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_4 = __this->___m_Light;
return L_4;
}
}
// Method Definition Index: 34826
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalLightData_get_additionalLightsShadowResolutionTier_m6A3D378F18C3F066767ADA0E6C782A8D5139D179 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:110>
int32_t L_0 = __this->___m_AdditionalLightsShadowResolutionTier;
return L_0;
}
}
// Method Definition Index: 34827
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalAdditionalLightData_get_customShadowLayers_m2C31020555922699DB1680ECD79EEC9A8CB42DF6 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:123>
bool L_0 = __this->___m_CustomShadowLayers;
return L_0;
}
}
// Method Definition Index: 34828
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_customShadowLayers_mC17B862C64B4744FEE578F8B6AAAC4DC7BECE146 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:127>
bool L_0 = __this->___m_CustomShadowLayers;
bool L_1 = ___0_value;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0016;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:129>
bool L_2 = ___0_value;
__this->___m_CustomShadowLayers = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:130>
UniversalAdditionalLightData_SyncLightAndShadowLayers_m3A3106510BEB364F6756713E40674AA5FF580508(__this, NULL);
}
IL_0016:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:132>
return;
}
}
// Method Definition Index: 34829
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 UniversalAdditionalLightData_get_lightCookieSize_m2BCB9CB1632C84C74424CEB22C0BB779527B132A (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:141>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_LightCookieSize;
return L_0;
}
}
// Method Definition Index: 34830
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_lightCookieSize_m0942E60F45F106D7B6AFBE50F89D4F776E65DEA0 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:142>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
__this->___m_LightCookieSize = L_0;
return;
}
}
// Method Definition Index: 34831
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 UniversalAdditionalLightData_get_lightCookieOffset_m3EEC9A8B35800A9C194ECEB1AD93F720147B922E (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:152>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_LightCookieOffset;
return L_0;
}
}
// Method Definition Index: 34832
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_lightCookieOffset_m51AB2F75F77A63EAD7A083796680BFA68F82E30F (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:153>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
__this->___m_LightCookieOffset = L_0;
return;
}
}
// Method Definition Index: 34833
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalLightData_get_softShadowQuality_m85B08E783CCFFB233A5F5E44C21572E53FE0D777 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:163>
int32_t L_0 = __this->___m_SoftShadowQuality;
return L_0;
}
}
// Method Definition Index: 34834
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_softShadowQuality_m5C4441182D8C5E96BFC5B5BD169F168D91834AF8 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:164>
int32_t L_0 = ___0_value;
__this->___m_SoftShadowQuality = L_0;
return;
}
}
// Method Definition Index: 34835
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 UniversalAdditionalLightData_get_renderingLayers_mBCDFBBA5790553907B73D0076748C3B0E70A2932 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:175>
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_0 = __this->___m_RenderingLayersMask;
return L_0;
}
}
// Method Definition Index: 34836
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_renderingLayers_m05F538B2182E4F137602DA726C5E2C112CE9AFDA (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:178>
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_0 = __this->___m_RenderingLayersMask;
il2cpp_codegen_runtime_class_init_inline(RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = RenderingLayerMask_op_Implicit_m066A5211ACF3E1E5D86B2CF36034EF6F824EA26B(L_0, NULL);
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_2 = ___0_value;
int32_t L_3;
L_3 = RenderingLayerMask_op_Implicit_m066A5211ACF3E1E5D86B2CF36034EF6F824EA26B(L_2, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_0014;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:178>
return;
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:179>
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_4 = ___0_value;
__this->___m_RenderingLayersMask = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:180>
UniversalAdditionalLightData_SyncLightAndShadowLayers_m3A3106510BEB364F6756713E40674AA5FF580508(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:181>
return;
}
}
// Method Definition Index: 34837
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 UniversalAdditionalLightData_get_shadowRenderingLayers_m411B6139BF719A4B2477AE5131D4A904D0BCDB95 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:191>
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_0 = __this->___m_ShadowRenderingLayersMask;
return L_0;
}
}
// Method Definition Index: 34838
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_shadowRenderingLayers_m4627FE4FFF756175F55BE6493AFB370315EEF510 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:194>
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = RenderingLayerMask_op_Implicit_m066A5211ACF3E1E5D86B2CF36034EF6F824EA26B(L_0, NULL);
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_2 = __this->___m_ShadowRenderingLayersMask;
int32_t L_3;
L_3 = RenderingLayerMask_op_Implicit_m066A5211ACF3E1E5D86B2CF36034EF6F824EA26B(L_2, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_0014;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:194>
return;
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:195>
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_4 = ___0_value;
__this->___m_ShadowRenderingLayersMask = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:196>
UniversalAdditionalLightData_SyncLightAndShadowLayers_m3A3106510BEB364F6756713E40674AA5FF580508(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:197>
return;
}
}
// Method Definition Index: 34839
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_SyncLightAndShadowLayers_m3A3106510BEB364F6756713E40674AA5FF580508 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* G_B3_0 = NULL;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* G_B2_0 = NULL;
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 G_B4_0;
memset((&G_B4_0), 0, sizeof(G_B4_0));
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* G_B4_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:202>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_0;
L_0 = UniversalAdditionalLightData_get_light_m1DB799C3CE88D6C22E5F04115E7961A96011999F(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
if (!L_1)
{
goto IL_0033;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:203>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_2;
L_2 = UniversalAdditionalLightData_get_light_m1DB799C3CE88D6C22E5F04115E7961A96011999F(__this, NULL);
bool L_3 = __this->___m_CustomShadowLayers;
if (L_3)
{
G_B3_0 = L_2;
goto IL_0023;
}
G_B2_0 = L_2;
}
{
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_4 = __this->___m_RenderingLayersMask;
G_B4_0 = L_4;
G_B4_1 = G_B2_0;
goto IL_0029;
}
IL_0023:
{
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_5 = __this->___m_ShadowRenderingLayersMask;
G_B4_0 = L_5;
G_B4_1 = G_B3_0;
}
IL_0029:
{
il2cpp_codegen_runtime_class_init_inline(RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
int32_t L_6;
L_6 = RenderingLayerMask_op_Implicit_m066A5211ACF3E1E5D86B2CF36034EF6F824EA26B(G_B4_0, NULL);
NullCheck(G_B4_1);
Light_set_renderingLayerMask_m6F995E480519519746BB9D046FFA7EC575D22DF3(G_B4_1, L_6, NULL);
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:204>
return;
}
}
// Method Definition Index: 34840
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize_mF8CD99F23B53E32B4F3BE29DDE15650554A70710 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:222>
int32_t L_0 = __this->___m_Version;
if ((!(((uint32_t)L_0) == ((uint32_t)5))))
{
goto IL_0010;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:223>
__this->___m_Version = 4;
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:224>
return;
}
}
// Method Definition Index: 34841
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize_m3742E5010317491FEC696213343A614D4D769DC4 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:229>
int32_t L_0 = __this->___m_Version;
if ((!(((uint32_t)L_0) == ((uint32_t)5))))
{
goto IL_0010;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:230>
__this->___m_Version = 0;
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:232>
int32_t L_1 = __this->___m_Version;
if ((((int32_t)L_1) >= ((int32_t)2)))
{
goto IL_0038;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:235>
int32_t L_2 = __this->___m_LightLayerMask;
__this->___m_RenderingLayers = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:236>
int32_t L_3 = __this->___m_ShadowLayerMask;
__this->___m_ShadowRenderingLayers = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:238>
__this->___m_Version = 2;
}
IL_0038:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:241>
int32_t L_4 = __this->___m_Version;
if ((((int32_t)L_4) >= ((int32_t)3)))
{
goto IL_005d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:244>
int32_t L_5 = __this->___m_SoftShadowQuality;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_6;
L_6 = Math_Clamp_mAB687477D3AAC0E7243D724F45626026980CE2FF_inline(((int32_t)il2cpp_codegen_add((int32_t)L_5, 1)), 0, 3, NULL);
__this->___m_SoftShadowQuality = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:245>
__this->___m_Version = 3;
}
IL_005d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:248>
int32_t L_7 = __this->___m_Version;
if ((((int32_t)L_7) >= ((int32_t)4)))
{
goto IL_008f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:251>
uint32_t L_8 = __this->___m_RenderingLayers;
il2cpp_codegen_runtime_class_init_inline(RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_9;
L_9 = RenderingLayerMask_op_Implicit_m38EAE38A00D82EDD2CD8CACB022F2B7E5FC5069B(L_8, NULL);
__this->___m_RenderingLayersMask = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:252>
uint32_t L_10 = __this->___m_ShadowRenderingLayers;
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_11;
L_11 = RenderingLayerMask_op_Implicit_m38EAE38A00D82EDD2CD8CACB022F2B7E5FC5069B(L_10, NULL);
__this->___m_ShadowRenderingLayersMask = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:254>
__this->___m_Version = 4;
}
IL_008f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:256>
return;
}
}
// Method Definition Index: 34842
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalLightData_get_lightLayerMask_m6778BBE6666A839D8342BF392EE458A33C79A062 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:54>
int32_t L_0 = __this->___m_LightLayerMask;
return L_0;
}
}
// Method Definition Index: 34843
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_lightLayerMask_m3480180D354CEA7C0873A150C49039A70288012F (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:55>
int32_t L_0 = ___0_value;
__this->___m_LightLayerMask = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:55>
return;
}
}
// Method Definition Index: 34844
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalAdditionalLightData_get_shadowLayerMask_mAB8033F932F57AE0C7B67D93E99041041A5EED48 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:68>
int32_t L_0 = __this->___m_ShadowLayerMask;
return L_0;
}
}
// Method Definition Index: 34845
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData_set_shadowLayerMask_m06BCA37F58C3F381B4B9C21ABB560034A3FA21E6 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:69>
int32_t L_0 = ___0_value;
__this->___m_ShadowLayerMask = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:69>
return;
}
}
// Method Definition Index: 34846
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData__ctor_m223E01C620453023981F663B0AFD89A76554A458 (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:37>
__this->___m_UsePipelineSettings = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:103>
il2cpp_codegen_runtime_class_init_inline(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var);
int32_t L_0 = ((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowDefaultResolutionTier;
__this->___m_AdditionalLightsShadowResolutionTier = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:144>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
L_1 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
__this->___m_LightCookieSize = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:155>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
L_2 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
__this->___m_LightCookieOffset = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:168>
il2cpp_codegen_runtime_class_init_inline(RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_3;
L_3 = RenderingLayerMask_get_defaultRenderingLayerMask_m75949CAB9D04088013D84AF5835A3F38BB723A7B_inline(NULL);
__this->___m_RenderingLayersMask = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:184>
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_4;
L_4 = RenderingLayerMask_get_defaultRenderingLayerMask_m75949CAB9D04088013D84AF5835A3F38BB723A7B_inline(NULL);
__this->___m_ShadowRenderingLayersMask = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:216>
__this->___m_Version = 5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:45>
__this->___m_LightLayerMask = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:60>
__this->___m_ShadowLayerMask = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:74>
__this->___m_RenderingLayers = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.deprecated.cs:78>
__this->___m_ShadowRenderingLayers = 1;
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
// Method Definition Index: 34847
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalAdditionalLightData__cctor_mBFD68607DDAB5DC5EBEE4BF9FE48D012AEFBE4B2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:51>
((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowResolutionTierCustom = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:56>
((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowResolutionTierLow = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:61>
((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowResolutionTierMedium = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:66>
((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowResolutionTierHigh = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:71>
int32_t L_0 = ((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowResolutionTierHigh;
((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowDefaultResolutionTier = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:76>
((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowDefaultCustomResolution = ((int32_t)128);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:100>
((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields*)il2cpp_codegen_static_fields_for(UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_il2cpp_TypeInfo_var))->___AdditionalLightsShadowMinimumResolution = ((int32_t)128);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34853
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_add_OnGatherHistoryRequests_mDD3C5D08F87A8D6004464E338B130853D8FCF687 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* V_0 = NULL;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* V_1 = NULL;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* V_2 = NULL;
{
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_0 = __this->___OnGatherHistoryRequests;
V_0 = L_0;
}
IL_0007:
{
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_1 = V_0;
V_1 = L_1;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_2 = V_1;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL);
V_2 = ((HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21*)CastclassSealed((RuntimeObject*)L_4, HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21_il2cpp_TypeInfo_var));
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21** L_5 = (HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21**)(&__this->___OnGatherHistoryRequests);
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_6 = V_2;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_7 = V_1;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_8;
L_8 = InterlockedCompareExchangeImpl<HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21*>(L_5, L_6, L_7);
V_0 = L_8;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_9 = V_0;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_10 = V_1;
if ((!(((RuntimeObject*)(HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21*)L_9) == ((RuntimeObject*)(HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// Method Definition Index: 34854
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_remove_OnGatherHistoryRequests_mE0355645D7C9D2A78EBB7F63C8925DE1BCAFBCC5 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* V_0 = NULL;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* V_1 = NULL;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* V_2 = NULL;
{
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_0 = __this->___OnGatherHistoryRequests;
V_0 = L_0;
}
IL_0007:
{
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_1 = V_0;
V_1 = L_1;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_2 = V_1;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_3 = ___0_value;
Delegate_t* L_4;
L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL);
V_2 = ((HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21*)CastclassSealed((RuntimeObject*)L_4, HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21_il2cpp_TypeInfo_var));
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21** L_5 = (HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21**)(&__this->___OnGatherHistoryRequests);
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_6 = V_2;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_7 = V_1;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_8;
L_8 = InterlockedCompareExchangeImpl<HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21*>(L_5, L_6, L_7);
V_0 = L_8;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_9 = V_0;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_10 = V_1;
if ((!(((RuntimeObject*)(HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21*)L_9) == ((RuntimeObject*)(HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21*)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// Method Definition Index: 34855
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory__ctor_mE5D5E3E9C11A9924616BC2816006D451FDD00115 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:41>
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_0 = (ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E*)(ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E*)SZArrayNew(ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
__this->___m_Items = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Items), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:45>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_1 = (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046*)il2cpp_codegen_object_new(BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046_il2cpp_TypeInfo_var);
BufferedRTHandleSystem__ctor_m68CD894EC8EC25ED3B8556A48CE799C0802914DA(L_1, NULL);
__this->___m_HistoryTextures = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_HistoryTextures), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:165>
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:168>
V_0 = 0;
goto IL_0037;
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:169>
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_2 = __this->___m_Items;
int32_t L_3 = V_0;
NullCheck(L_2);
Item_Reset_m3AB401F54E641EFF8A3801C5610903BB2FDA99F7(((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3))), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:168>
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0037:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:168>
int32_t L_5 = V_0;
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_6 = __this->___m_Items;
NullCheck(L_6);
if ((((int32_t)L_5) < ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))
{
goto IL_0022;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:170>
return;
}
}
// Method Definition Index: 34856
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_Dispose_m846DF05777F8815EE3E6328E0336347AFF4645F4 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:177>
V_0 = 0;
goto IL_0019;
}
IL_0004:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:178>
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_0 = __this->___m_Items;
int32_t L_1 = V_0;
NullCheck(L_0);
Item_Reset_m3AB401F54E641EFF8A3801C5610903BB2FDA99F7(((L_0)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_1))), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:177>
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
}
IL_0019:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:177>
int32_t L_3 = V_0;
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_4 = __this->___m_Items;
NullCheck(L_4);
if ((((int32_t)L_3) < ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))
{
goto IL_0004;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:180>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_5 = __this->___m_HistoryTextures;
NullCheck(L_5);
BufferedRTHandleSystem_ReleaseAll_m46A33E64928C17336C64D97305A2306BA9B8EFBC(L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:181>
return;
}
}
// Method Definition Index: 34857
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_GatherHistoryRequests_mE57ABEF348847C4E47625E8ECF2BFCC8A43620BF (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* G_B2_0 = NULL;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* G_B1_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:186>
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_0 = __this->___OnGatherHistoryRequests;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000b;
}
G_B1_0 = L_1;
}
{
return;
}
IL_000b:
{
NullCheck(G_B2_0);
HistoryRequestDelegate_Invoke_m1C2C1BC77B6D9AFF0AA041CAFDAB367809DFCB0D_inline(G_B2_0, __this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:187>
return;
}
}
// Method Definition Index: 34858
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraHistory_IsValidRequest_m0936A6432FCF23AC7B9067F6FD4C9B9296AD4DBA (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, int32_t ___0_i, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:193>
int32_t L_0 = __this->___m_Version;
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_1 = __this->___m_Items;
int32_t L_2 = ___0_i;
NullCheck(L_1);
int32_t L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->___requestVersion;
return (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract(L_0, L_3))) < ((int32_t)2))? 1 : 0);
}
}
// Method Definition Index: 34859
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraHistory_IsValid_m0ED8566EE9ECCD7667C5DDA30DAC3098D87EEB7D (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, int32_t ___0_i, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:203>
int32_t L_0 = __this->___m_Version;
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_1 = __this->___m_Items;
int32_t L_2 = ___0_i;
NullCheck(L_1);
int32_t L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->___writeVersion;
return (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract(L_0, L_3))) < ((int32_t)2))? 1 : 0);
}
}
// Method Definition Index: 34860
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_ReleaseUnusedHistory_mAA7DD4496716E15F3E95B123F76E77F39A388126 (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:209>
V_0 = 0;
goto IL_002b;
}
IL_0004:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:211>
int32_t L_0 = V_0;
bool L_1;
L_1 = UniversalCameraHistory_IsValidRequest_m0936A6432FCF23AC7B9067F6FD4C9B9296AD4DBA(__this, L_0, NULL);
if (L_1)
{
goto IL_0027;
}
}
{
int32_t L_2 = V_0;
bool L_3;
L_3 = UniversalCameraHistory_IsValid_m0ED8566EE9ECCD7667C5DDA30DAC3098D87EEB7D(__this, L_2, NULL);
if (L_3)
{
goto IL_0027;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:212>
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_4 = __this->___m_Items;
int32_t L_5 = V_0;
NullCheck(L_4);
Item_Reset_m3AB401F54E641EFF8A3801C5610903BB2FDA99F7(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), NULL);
}
IL_0027:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:209>
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:209>
int32_t L_7 = V_0;
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* L_8 = __this->___m_Items;
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))
{
goto IL_0004;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:216>
int32_t L_9 = __this->___m_Version;
__this->___m_Version = ((int32_t)il2cpp_codegen_add(L_9, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:217>
return;
}
}
// Method Definition Index: 34861
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraHistory_SwapAndSetReferenceSize_m361F7188EE40A906A4742C776B674F9CC4F8E94C (UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* __this, int32_t ___0_cameraWidth, int32_t ___1_cameraHeight, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:222>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_0 = __this->___m_HistoryTextures;
int32_t L_1 = ___0_cameraWidth;
int32_t L_2 = ___1_cameraHeight;
NullCheck(L_0);
BufferedRTHandleSystem_SwapAndSetReferenceSize_m4305B697B3B3F39A12A784ED9413E29E53512727(L_0, L_1, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:223>
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshal_pinvoke(const Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99& unmarshaled, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshaled_pinvoke& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___storageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___storageException, NULL);
}
IL2CPP_EXTERN_C void Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshal_pinvoke_back(const Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshaled_pinvoke& marshaled, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___storageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___storageException, NULL);
}
IL2CPP_EXTERN_C void Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshal_pinvoke_cleanup(Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshal_com(const Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99& unmarshaled, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshaled_com& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___storageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___storageException, NULL);
}
IL2CPP_EXTERN_C void Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshal_com_back(const Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshaled_com& marshaled, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___storageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99____storage_FieldInfo_var, Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___storageException, NULL);
}
IL2CPP_EXTERN_C void Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshal_com_cleanup(Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99_marshaled_com& marshaled)
{
}
// Method Definition Index: 34863
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Item_Reset_m3AB401F54E641EFF8A3801C5610903BB2FDA99F7 (Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99* __this, const RuntimeMethod* method)
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* G_B2_0 = NULL;
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* G_B1_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:36>
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* L_0 = __this->___storage;
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
G_B1_0 = L_1;
}
{
goto IL_0011;
}
IL_000c:
{
NullCheck(G_B2_0);
VirtualActionInvoker0::Invoke(4, G_B2_0);
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:37>
__this->___requestVersion = ((int32_t)-2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:38>
__this->___writeVersion = ((int32_t)-2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalCameraHistory.cs:39>
return;
}
}
IL2CPP_EXTERN_C void Item_Reset_m3AB401F54E641EFF8A3801C5610903BB2FDA99F7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Item_t03C78E910AEF9602D894C512E8868D5E32A2EC99*>(__this + _offset);
Item_Reset_m3AB401F54E641EFF8A3801C5610903BB2FDA99F7(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34864
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_SupportedCameraStackingTypes_m7137910422124174174E7687D23CBD143C9B7105 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:73>
int32_t L_0 = __this->___m_RenderingMode;
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_001f;
}
case 1:
{
goto IL_0021;
}
case 2:
{
goto IL_001f;
}
case 3:
{
goto IL_0021;
}
}
}
{
goto IL_0023;
}
IL_001f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:77>
return 3;
}
IL_0021:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:80>
return 1;
}
IL_0023:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:82>
return 0;
}
}
// Method Definition Index: 34865
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_SupportsMotionVectors_mD6F03ED99EE688B9580439BE5E23C2264907C90C (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:90>
return (bool)1;
}
}
// Method Definition Index: 34866
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_SupportsCameraOpaque_mBC9BB326EDAC53999280007F8E62D7BB8232463B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:96>
return (bool)1;
}
}
// Method Definition Index: 34867
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_SupportsCameraNormals_m0A66BB9E1DCF621C710E06537B704B1C731E90F8 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:102>
return (bool)1;
}
}
// Method Definition Index: 34868
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:106>
int32_t L_0 = __this->___m_RenderingMode;
return L_0;
}
}
// Method Definition Index: 34869
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_deferredModeUnsupported_m81672B6B609AB82DB57ACE5C51E8735D9A01508F (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:108>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:109>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:110>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:111>
bool L_0;
L_0 = GL_get_wireframe_m6DC3D40913456AB481BA719570E513DC41815F53(NULL);
if (L_0)
{
goto IL_0033;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_1;
L_1 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_2;
L_2 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_2);
bool L_3;
L_3 = DebugHandler_get_IsActiveModeUnsupportedForDeferred_mAA7FA21331AF9DC27BA1F2B8784162F2250A6FD8(L_2, NULL);
if (L_3)
{
goto IL_0033;
}
}
IL_001c:
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_4 = __this->___m_DeferredLights;
if (!L_4)
{
goto IL_0033;
}
}
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_5 = __this->___m_DeferredLights;
NullCheck(L_5);
bool L_6;
L_6 = DeferredLights_IsRuntimeSupportedThisFrame_m172EA14735129356B545F035C70484370ACA4E1D(L_5, NULL);
return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
}
IL_0033:
{
return (bool)1;
}
}
// Method Definition Index: 34870
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_renderingModeActual_m48B1504573E94205348A217526669CF5A1043BE1 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_GetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m056A6DF99F51AC9AF02BB64BE4677C83E02946F7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:117>
int32_t L_0;
L_0 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_0045;
}
case 1:
{
goto IL_001f;
}
case 2:
{
goto IL_0045;
}
case 3:
{
goto IL_002b;
}
}
}
{
goto IL_0045;
}
IL_001f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:120>
bool L_2;
L_2 = UniversalRenderer_get_deferredModeUnsupported_m81672B6B609AB82DB57ACE5C51E8735D9A01508F(__this, NULL);
if (L_2)
{
goto IL_0029;
}
}
{
return (int32_t)(1);
}
IL_0029:
{
return (int32_t)(0);
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:123>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130* L_3;
L_3 = GraphicsSettings_GetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m056A6DF99F51AC9AF02BB64BE4677C83E02946F7(GraphicsSettings_GetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m056A6DF99F51AC9AF02BB64BE4677C83E02946F7_RuntimeMethod_var);
NullCheck(L_3);
bool L_4;
L_4 = RenderGraphSettings_get_enableRenderCompatibilityMode_mF6C49F988080B5096D3FC5870B456442DB0869DB(L_3, NULL);
if (!L_4)
{
goto IL_0039;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:125>
return (int32_t)(2);
}
IL_0039:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:127>
bool L_5;
L_5 = UniversalRenderer_get_deferredModeUnsupported_m81672B6B609AB82DB57ACE5C51E8735D9A01508F(__this, NULL);
if (L_5)
{
goto IL_0043;
}
}
{
return (int32_t)(3);
}
IL_0043:
{
return (int32_t)(2);
}
IL_0045:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:132>
int32_t L_6;
L_6 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
return L_6;
}
}
// Method Definition Index: 34871
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:137>
int32_t L_0;
L_0 = UniversalRenderer_get_renderingModeActual_m48B1504573E94205348A217526669CF5A1043BE1(__this, NULL);
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0013;
}
}
{
int32_t L_1;
L_1 = UniversalRenderer_get_renderingModeActual_m48B1504573E94205348A217526669CF5A1043BE1(__this, NULL);
return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
}
IL_0013:
{
return (bool)1;
}
}
// Method Definition Index: 34872
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_usesClusterLightLoop_m82C58F7C6DC2A36F60D3DB5AC742002FF4548EDE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:139>
int32_t L_0;
L_0 = UniversalRenderer_get_renderingModeActual_m48B1504573E94205348A217526669CF5A1043BE1(__this, NULL);
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0013;
}
}
{
int32_t L_1;
L_1 = UniversalRenderer_get_renderingModeActual_m48B1504573E94205348A217526669CF5A1043BE1(__this, NULL);
return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
}
IL_0013:
{
return (bool)1;
}
}
// Method Definition Index: 34873
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_accurateGbufferNormals_mD6C3105E77810345753DFAA4C1BE059302AA6152 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:141>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_0 = __this->___m_DeferredLights;
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_1 = __this->___m_DeferredLights;
NullCheck(L_1);
bool L_2;
L_2 = DeferredLights_get_AccurateGbufferNormals_m9720C5F6B6F3472D51A37E6DB9E73E4FF9DD5F16_inline(L_1, NULL);
return L_2;
}
}
// Method Definition Index: 34874
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_depthPrimingMode_mA49DD9E2DB9E4A90FA6A01D2A0251DEED0F2A0BA (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:147>
int32_t L_0 = __this->___m_DepthPrimingMode;
return L_0;
}
}
// Method Definition Index: 34875
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_set_depthPrimingMode_m502C1824718ED7AD9443095E86C0C92E4C90B99C (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:147>
int32_t L_0 = ___0_value;
__this->___m_DepthPrimingMode = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:147>
return;
}
}
// Method Definition Index: 34876
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* UniversalRenderer_get_colorGradingLutPass_m323B1ADBC54EC6140E57F9C996C1CF9ED754F8D6 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:223>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_0 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_1;
L_1 = PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C_inline(L_0, NULL);
return L_1;
}
}
// Method Definition Index: 34877
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* UniversalRenderer_get_postProcessPass_mC160F48EFCEA3496F9327C93EED58B9468B827EE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:224>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_0 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_1;
L_1 = PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4_inline(L_0, NULL);
return L_1;
}
}
// Method Definition Index: 34878
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* UniversalRenderer_get_finalPostProcessPass_m0EB5DD7F13E3AAD9EA4BE1B94632D79F17815D34 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:225>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_0 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_1;
L_1 = PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D_inline(L_0, NULL);
return L_1;
}
}
// Method Definition Index: 34879
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* UniversalRenderer_get_colorGradingLut_mBCC5BB9792DD924EED55665E511248F677FE9AD7 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:226>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_0 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1;
L_1 = PostProcessPasses_get_colorGradingLut_m109522E238E99C4787B2102E86FAC20D998D6669_inline(L_0, NULL);
return L_1;
}
}
// Method Definition Index: 34880
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* UniversalRenderer_get_deferredLights_m32F1A62E9BAAB45913C9B60CBB3CE5FD9D0292BC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:227>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_0 = __this->___m_DeferredLights;
return L_0;
}
}
// Method Definition Index: 34881
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRenderer_get_prepassLayerMask_m53A8D82CCA0CF3224CB82AAE0A683B15C9A324FA (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:228>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___U3CprepassLayerMaskU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34882
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_set_prepassLayerMask_m3169B227638E9B658DC44BFFD14D8BE00ABB49A3 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:228>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CprepassLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 34883
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRenderer_get_opaqueLayerMask_m2238149FD636958D2BB851985FE6C47E39F68EF5 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:229>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___U3CopaqueLayerMaskU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34884
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_set_opaqueLayerMask_m71ECF1DDA4AA3FB035A82BE06FE5CBA5DC3D1902 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:229>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CopaqueLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 34885
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRenderer_get_transparentLayerMask_mCAF9415638C7E9F7810BA4CF32650E4203C7B29D (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:230>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___U3CtransparentLayerMaskU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34886
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_set_transparentLayerMask_m19766079852F8CC4094140E40BC90217C44EA985 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:230>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CtransparentLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 34887
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_shadowTransparentReceive_m20D8FFA7BF29012E5B68EF665D0DBF34132C01DE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:231>
bool L_0 = __this->___U3CshadowTransparentReceiveU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34888
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_set_shadowTransparentReceive_m7F3436DAF9820EEA3DF49B64BB52BCD935C0056A (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:231>
bool L_0 = ___0_value;
__this->___U3CshadowTransparentReceiveU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 34889
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_cameraDepthTextureFormat_mC62D0D0567F051F86661A937FE4DFF9AB74BD64F (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:233>
int32_t L_0 = __this->___m_CameraDepthTextureFormat;
if (L_0)
{
goto IL_000e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = CoreUtils_GetDefaultDepthStencilFormat_m5269D4009E97B0F676DD9A301EB1E2099D58A5F7_inline(NULL);
return L_1;
}
IL_000e:
{
int32_t L_2 = __this->___m_CameraDepthTextureFormat;
return (int32_t)(L_2);
}
}
// Method Definition Index: 34890
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_cameraDepthAttachmentFormat_m8141626870C0408FCCF0E273A3B1AB6B98731AA9 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:234>
int32_t L_0 = __this->___m_CameraDepthAttachmentFormat;
if (L_0)
{
goto IL_000e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = CoreUtils_GetDefaultDepthStencilFormat_m5269D4009E97B0F676DD9A301EB1E2099D58A5F7_inline(NULL);
return L_1;
}
IL_000e:
{
int32_t L_2 = __this->___m_CameraDepthAttachmentFormat;
return (int32_t)(L_2);
}
}
// Method Definition Index: 34891
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer__ctor_m856C52B21917B447D20A4ADED117BFCB71E0BD47 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_TryGetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m2A0CB425B70CA29AE5110E163CC6336577FBD96D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65_m23854122813BC1369966F4E9BFEED1BBA668E187_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886_m51F8012D9CBC58274FEFAC9366F4F9A4A19B958F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m8210CDF822207FE337D06D69FE39F8E93AA42831_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureXR_tB3A225CF8C32F06F290405118D16AE7F07ADE14B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRPassUniversal_Create_m3293C05C1F279EF2080CDFA0E7E8106B40DD88FC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29C26AA219C04E92F81C79D766012FF3D5A43804);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64B916F038A1C5A901AE054391F4ED6E766811EF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral698DD12F4F946A68B1F4D96CA028AA691A8D72B8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BB148816DE832D438B4EA52AC76303D149E0BA5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7825BD5F32C61F945759E173E5A5EBBBADEA89D1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral805B107E5A0FD91A36D6DDEF42EEF234C69C0708);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91E60A6C8CBD12CE39E39F884D16AFA650CF570C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6F8530D0057C4924C3C7151E55A68CE9A843598);
s_Il2CppMethodInitialized = true;
}
UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* V_0 = NULL;
UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* V_1 = NULL;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* V_2 = NULL;
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* V_3 = NULL;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* V_4 = NULL;
RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130* V_5 = NULL;
InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
int32_t V_8 = 0;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 V_9;
memset((&V_9), 0, sizeof(V_9));
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* V_10 = NULL;
InitParams_tD826C0704956D3F1286BCCC07B5A5F61FFA7FCD6 V_11;
memset((&V_11), 0, sizeof(V_11));
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 V_12;
memset((&V_12), 0, sizeof(V_12));
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* V_13 = NULL;
int32_t V_14 = 0;
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D V_15;
memset((&V_15), 0, sizeof(V_15));
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* V_16 = NULL;
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* G_B12_0 = NULL;
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* G_B11_0 = NULL;
int32_t G_B13_0 = 0;
InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472* G_B19_0 = NULL;
InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472* G_B18_0 = NULL;
int32_t G_B20_0 = 0;
InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472* G_B20_1 = NULL;
int32_t G_B29_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:9>
il2cpp_codegen_runtime_class_init_inline(TextureXR_tB3A225CF8C32F06F290405118D16AE7F07ADE14B_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = TextureXR_get_dimension_m1FEDB3FB100070102EE907FAE16672FB6BF04AF0(NULL);
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1;
L_1 = Blitter_GetBlitMaterial_m4BA631147AEAC4DBB4125473540FCB72D7F394BF(L_0, (bool)0, NULL);
__this->___m_DebugBlitMaterial = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DebugBlitMaterial), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:240>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_2 = ___0_data;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
ScriptableRenderer__ctor_m9E5F5E400D4107D257C1663CB254BDEE3BCA1490(__this, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:243>
il2cpp_codegen_runtime_class_init_inline(PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var);
PlatformAutoDetect_Initialize_mDB88E46E9FABBA195985CBF3D61C00E36CE724E5(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:246>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
bool L_3;
L_3 = GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886_m51F8012D9CBC58274FEFAC9366F4F9A4A19B958F((&V_0), GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886_m51F8012D9CBC58274FEFAC9366F4F9A4A19B958F_RuntimeMethod_var);
if (!L_3)
{
goto IL_0059;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:248>
Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3* L_4 = (Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3*)il2cpp_codegen_object_new(Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3_il2cpp_TypeInfo_var);
Func_2__ctor_mA08E3CEAC1FC08CE06E6B53CA586B907CA616F65(L_4, NULL, (intptr_t)((void*)XRPassUniversal_Create_m3293C05C1F279EF2080CDFA0E7E8106B40DD88FC_RuntimeMethod_var), NULL);
UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* L_5 = V_0;
NullCheck(L_5);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_6;
L_6 = UniversalRenderPipelineRuntimeXRResources_get_xrOcclusionMeshPS_m4DF8EA8FDDAE86711D399408DA4924898D5DB4BF_inline(L_5, NULL);
UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* L_7 = V_0;
NullCheck(L_7);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_8;
L_8 = UniversalRenderPipelineRuntimeXRResources_get_xrMirrorViewPS_mF14E852F020DAC456BE69C77952BF72E185C7CC3_inline(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
XRSystem_Initialize_m733BBAB5800B568CA1FED0C4E5FC9934F47A0F03(L_4, L_6, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:249>
UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* L_9 = V_0;
NullCheck(L_9);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_10;
L_10 = UniversalRenderPipelineRuntimeXRResources_get_xrMotionVector_m9AB55B31F3BAB96D241EF268EB4FEFEDF95E4D71_inline(L_9, NULL);
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* L_11 = (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93*)il2cpp_codegen_object_new(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
XRDepthMotionPass__ctor_mAC1A8812103405F393288E8A2DBA6F6C440D813A(L_11, ((int32_t)150), L_10, NULL);
__this->___m_XRDepthMotionPass = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XRDepthMotionPass), (void*)L_11);
}
IL_0059:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:252>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:253>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
bool L_12;
L_12 = GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65_m23854122813BC1369966F4E9BFEED1BBA668E187((&V_1), GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65_m23854122813BC1369966F4E9BFEED1BBA668E187_RuntimeMethod_var);
if (!L_12)
{
goto IL_0095;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:255>
UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* L_13 = V_1;
NullCheck(L_13);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_14;
L_14 = UniversalRenderPipelineRuntimeShaders_get_coreBlitPS_mBA5312805F9136C58020A28C3BF3E3EE214FEF61_inline(L_13, NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15;
L_15 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_14, NULL);
__this->___m_BlitMaterial = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlitMaterial), (void*)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:256>
UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* L_16 = V_1;
NullCheck(L_16);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_17;
L_17 = UniversalRenderPipelineRuntimeShaders_get_blitHDROverlay_mE45879204D0479D92CD77E42806D039A6DFF6C35_inline(L_16, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18;
L_18 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_17, NULL);
__this->___m_BlitHDRMaterial = L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlitHDRMaterial), (void*)L_18);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:257>
UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* L_19 = V_1;
NullCheck(L_19);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_20;
L_20 = UniversalRenderPipelineRuntimeShaders_get_samplingPS_mDD175E7AA21C944869110FDE5F4BFD22B06D1159_inline(L_19, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21;
L_21 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_20, NULL);
__this->___m_SamplingMaterial = L_21;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SamplingMaterial), (void*)L_21);
}
IL_0095:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:260>
V_2 = (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692*)NULL;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:261>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:262>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
bool L_22;
L_22 = GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m8210CDF822207FE337D06D69FE39F8E93AA42831((&V_3), GraphicsSettings_TryGetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m8210CDF822207FE337D06D69FE39F8E93AA42831_RuntimeMethod_var);
if (!L_22)
{
goto IL_00eb;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:264>
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_23 = V_3;
NullCheck(L_23);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_24;
L_24 = UniversalRendererResources_get_copyDepthPS_m843A3A7B6BC975394A7BD79C18CCD23B8F6C8859_inline(L_23, NULL);
V_2 = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:265>
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_25 = V_3;
NullCheck(L_25);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_26;
L_26 = UniversalRendererResources_get_stencilDeferredPS_m3D276055F540AE90DD70CB7572EF665D295E3F13_inline(L_25, NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_27;
L_27 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_26, NULL);
__this->___m_StencilDeferredMaterial = L_27;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StencilDeferredMaterial), (void*)L_27);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:266>
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_28 = V_3;
NullCheck(L_28);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_29;
L_29 = UniversalRendererResources_get_clusterDeferred_mE728BA834978B3E8B295F6A06812CC7B85B2FEBE_inline(L_28, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_30;
L_30 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_29, NULL);
__this->___m_ClusterDeferredMaterial = L_30;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClusterDeferredMaterial), (void*)L_30);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:267>
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_31 = V_3;
NullCheck(L_31);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_32;
L_32 = UniversalRendererResources_get_cameraMotionVector_mE17EC9268816A6E5979C3B7761AB223227F50373_inline(L_31, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_33;
L_33 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_32, NULL);
__this->___m_CameraMotionVecMaterial = L_33;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraMotionVecMaterial), (void*)L_33);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:269>
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_34 = V_3;
NullCheck(L_34);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_35;
L_35 = UniversalRendererResources_get_stencilDitherMaskSeedPS_mAA95956C4315F0E0BE970075E88946B56AB92A81_inline(L_34, NULL);
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* L_36 = (StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07*)il2cpp_codegen_object_new(StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07_il2cpp_TypeInfo_var);
StencilCrossFadeRenderPass__ctor_mCBC4491F72F073F90552931711BA93AE33CD56BF(L_36, L_35, NULL);
__this->___m_StencilCrossFadeRenderPass = L_36;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StencilCrossFadeRenderPass), (void*)L_36);
}
IL_00eb:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:272>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_37 = ___0_data;
NullCheck(L_37);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_38;
L_38 = UniversalRendererData_get_defaultStencilState_m59850A2F687EC48D1D8F594014B4028B548F8473_inline(L_37, NULL);
V_4 = L_38;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:273>
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_39;
L_39 = StencilState_get_defaultValue_m4A98541E193B4B554C8529C240D54B0DC2994BA7(NULL);
__this->___m_DefaultStencilState = L_39;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:274>
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* L_40 = (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9*)(&__this->___m_DefaultStencilState);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_41 = V_4;
NullCheck(L_41);
bool L_42 = L_41->___overrideStencilState;
StencilState_set_enabled_m6DC861C699D1044E896E833D2DAE69B82F796564(L_40, L_42, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:275>
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* L_43 = (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9*)(&__this->___m_DefaultStencilState);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_44 = V_4;
NullCheck(L_44);
int32_t L_45 = L_44->___stencilCompareFunction;
StencilState_SetCompareFunction_m4F46E4197FDEBB0643BB1D529DB33CA3590D7E29(L_43, L_45, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:276>
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* L_46 = (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9*)(&__this->___m_DefaultStencilState);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_47 = V_4;
NullCheck(L_47);
int32_t L_48 = L_47->___passOperation;
StencilState_SetPassOperation_m8DF4167E4EC16BDEA8DB8CAD4F5161094B8FD7CB(L_46, L_48, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:277>
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* L_49 = (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9*)(&__this->___m_DefaultStencilState);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_50 = V_4;
NullCheck(L_50);
int32_t L_51 = L_50->___failOperation;
StencilState_SetFailOperation_mC5BFB2CA88EFDEF6E302C1EA70471DFAFD9F19C9(L_49, L_51, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:278>
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* L_52 = (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9*)(&__this->___m_DefaultStencilState);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_53 = V_4;
NullCheck(L_53);
int32_t L_54 = L_53->___zFailOperation;
StencilState_SetZFailOperation_m1E6D4F210E0039A6E44F9550FEC8D4155F540DF2(L_52, L_54, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:280>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_55 = ___0_data;
NullCheck(L_55);
int32_t L_56;
L_56 = UniversalRendererData_get_intermediateTextureMode_mE291BB2BB76868DC05128CFE200771858D0B0D46_inline(L_55, NULL);
__this->___m_IntermediateTextureMode = L_56;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:281>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:282>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
bool L_57;
L_57 = GraphicsSettings_TryGetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m2A0CB425B70CA29AE5110E163CC6336577FBD96D((&V_5), GraphicsSettings_TryGetRenderPipelineSettings_TisRenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130_m2A0CB425B70CA29AE5110E163CC6336577FBD96D_RuntimeMethod_var);
if (!L_57)
{
goto IL_0184;
}
}
{
RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130* L_58 = V_5;
NullCheck(L_58);
bool L_59;
L_59 = RenderGraphSettings_get_enableRenderCompatibilityMode_mF6C49F988080B5096D3FC5870B456442DB0869DB(L_58, NULL);
if (L_59)
{
goto IL_0184;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:284>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_60 = ___0_data;
NullCheck(L_60);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_61;
L_61 = UniversalRendererData_get_prepassLayerMask_m5E41D6F894D15F6EDE659DF999764A54328CE499_inline(L_60, NULL);
UniversalRenderer_set_prepassLayerMask_m3169B227638E9B658DC44BFFD14D8BE00ABB49A3_inline(__this, L_61, NULL);
goto IL_0190;
}
IL_0184:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:288>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_62 = ___0_data;
NullCheck(L_62);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_63;
L_63 = UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline(L_62, NULL);
UniversalRenderer_set_prepassLayerMask_m3169B227638E9B658DC44BFFD14D8BE00ABB49A3_inline(__this, L_63, NULL);
}
IL_0190:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:290>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_64 = ___0_data;
NullCheck(L_64);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_65;
L_65 = UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline(L_64, NULL);
UniversalRenderer_set_opaqueLayerMask_m71ECF1DDA4AA3FB035A82BE06FE5CBA5DC3D1902_inline(__this, L_65, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:291>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_66 = ___0_data;
NullCheck(L_66);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_67;
L_67 = UniversalRendererData_get_transparentLayerMask_m574EF7B83EDC27E92BE8FB97BB445A6F4C937A3E_inline(L_66, NULL);
UniversalRenderer_set_transparentLayerMask_m19766079852F8CC4094140E40BC90217C44EA985_inline(__this, L_67, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:292>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_68 = ___0_data;
NullCheck(L_68);
bool L_69;
L_69 = UniversalRendererData_get_shadowTransparentReceive_m59EBF1D691FF516DACB095A06D8E0311028D77BF_inline(L_68, NULL);
UniversalRenderer_set_shadowTransparentReceive_m7F3436DAF9820EEA3DF49B64BB52BCD935C0056A_inline(__this, L_69, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:294>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_70;
L_70 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_71 = L_70;
if (L_71)
{
G_B12_0 = L_71;
goto IL_01c0;
}
G_B11_0 = L_71;
}
{
G_B13_0 = 0;
goto IL_01c5;
}
IL_01c0:
{
NullCheck(G_B12_0);
bool L_72;
L_72 = UniversalRenderPipelineAsset_get_supportsLightCookies_m350CA95F8F5758F4537E4029D61DD09990FADB1F_inline(G_B12_0, NULL);
G_B13_0 = ((int32_t)(L_72));
}
IL_01c5:
{
if (!G_B13_0)
{
goto IL_0211;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:296>
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 L_73;
L_73 = Settings_Create_m6EF6686EC0592EB74BE280FAB043954873FC7DE8(NULL);
V_9 = L_73;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:297>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_74;
L_74 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
V_10 = L_74;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:298>
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_75 = V_10;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_76;
L_76 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_75, NULL);
if (!L_76)
{
goto IL_0204;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:300>
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* L_77 = (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*)(&(&V_9)->___atlas);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_78 = V_10;
NullCheck(L_78);
int32_t L_79;
L_79 = UniversalRenderPipelineAsset_get_additionalLightsCookieFormat_mC8EA1362B7326580B5FA7445F329DEB5736B3E3D(L_78, NULL);
L_77->___format = L_79;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:301>
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* L_80 = (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*)(&(&V_9)->___atlas);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_81 = V_10;
NullCheck(L_81);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_82;
L_82 = UniversalRenderPipelineAsset_get_additionalLightsCookieResolution_mDB9C694AF5E42992A7488663060D9C37899B2041(L_81, NULL);
L_80->___resolution = L_82;
}
IL_0204:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:304>
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_83 = (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B*)il2cpp_codegen_object_new(LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var);
LightCookieManager__ctor_m6E095C5FE5CE2A9EB388C32CD85DC3391C24C7E6(L_83, (&V_9), NULL);
__this->___m_LightCookieManager = L_83;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LightCookieManager), (void*)L_83);
}
IL_0211:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:307>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_84 = ___0_data;
NullCheck(L_84);
bool L_85;
L_85 = VirtualFuncInvoker0< bool >::Invoke(4, L_84);
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
ScriptableRenderer_set_stripShadowsOffVariants_m6D4243EB800963DAA17E2E6F3BD9C705958B818A_inline(__this, L_85, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:308>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_86 = ___0_data;
NullCheck(L_86);
bool L_87;
L_87 = VirtualFuncInvoker0< bool >::Invoke(6, L_86);
ScriptableRenderer_set_stripAdditionalLightOffVariants_m6B6A95E1E7B6C91B5054F34994BA5833FAD77C63_inline(__this, L_87, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:317>
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_88 = __this->___m_LightCookieManager;
(&V_6)->___lightCookieManager = L_88;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___lightCookieManager), (void*)L_88);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:318>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_89 = ___0_data;
NullCheck(L_89);
int32_t L_90;
L_90 = UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline(L_89, NULL);
if ((((int32_t)L_90) == ((int32_t)3)))
{
G_B19_0 = (&V_6);
goto IL_024c;
}
G_B18_0 = (&V_6);
}
{
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_91 = ___0_data;
NullCheck(L_91);
int32_t L_92;
L_92 = UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline(L_91, NULL);
G_B20_0 = ((((int32_t)L_92) == ((int32_t)2))? 1 : 0);
G_B20_1 = G_B18_0;
goto IL_024d;
}
IL_024c:
{
G_B20_0 = 1;
G_B20_1 = G_B19_0;
}
IL_024d:
{
G_B20_1->___forwardPlus = (bool)G_B20_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:319>
InitParams_t2637D034DDA6AE1F6AA0A3FEDF3C8D30100B9472 L_93 = V_6;
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_94 = (ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA*)il2cpp_codegen_object_new(ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA_il2cpp_TypeInfo_var);
ForwardLights__ctor_m38DDF64B02CB6B4441E54813FB3412BC1FF43491(L_94, L_93, NULL);
__this->___m_ForwardLights = L_94;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ForwardLights), (void*)L_94);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:321>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_95 = ___0_data;
NullCheck(L_95);
int32_t L_96;
L_96 = UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline(L_95, NULL);
__this->___m_RenderingMode = L_96;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:322>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_97 = ___0_data;
NullCheck(L_97);
int32_t L_98;
L_98 = UniversalRendererData_get_depthPrimingMode_m5D8B3BD8077877061F60B6BB6EF25284D78E64BC_inline(L_97, NULL);
__this->___m_DepthPrimingMode = L_98;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:323>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_99 = ___0_data;
NullCheck(L_99);
int32_t L_100;
L_100 = UniversalRendererData_get_copyDepthMode_m02D8B9D5EB63BCCF0B3922481FB2943030E41075_inline(L_99, NULL);
__this->___m_CopyDepthMode = L_100;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:324>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_101 = ___0_data;
NullCheck(L_101);
int32_t L_102;
L_102 = UniversalRendererData_get_depthAttachmentFormat_mC2542B28D9173046D9F73DEA24B6DD82946035FC(L_101, NULL);
__this->___m_CameraDepthAttachmentFormat = L_102;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:325>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_103 = ___0_data;
NullCheck(L_103);
int32_t L_104;
L_104 = UniversalRendererData_get_depthTextureFormat_m098DF2660E94156D8712A4F25DD34B6649969779(L_103, NULL);
__this->___m_CameraDepthTextureFormat = L_104;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:326>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_105 = ___0_data;
NullCheck(L_105);
bool L_106;
L_106 = ScriptableRendererData_get_useNativeRenderPass_m7F8D3A97A818B1134EFC3A4236E7A7C8ECD9245F_inline(L_105, NULL);
((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled = L_106;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:329>
__this->___m_DepthPrimingRecommended = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:336>
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_107 = (MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3*)il2cpp_codegen_object_new(MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3_il2cpp_TypeInfo_var);
MainLightShadowCasterPass__ctor_mB767B87419FA7EFB05B3BEBA5507AB59C14A3A51(L_107, ((int32_t)50), NULL);
__this->___m_MainLightShadowCasterPass = L_107;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MainLightShadowCasterPass), (void*)L_107);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:337>
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_108 = (AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004*)il2cpp_codegen_object_new(AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004_il2cpp_TypeInfo_var);
AdditionalLightsShadowCasterPass__ctor_mF976D84F719020B9DAD15C85B4338065DC2536C3(L_108, ((int32_t)50), NULL);
__this->___m_AdditionalLightsShadowCasterPass = L_108;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdditionalLightsShadowCasterPass), (void*)L_108);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:340>
XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* L_109 = (XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8*)il2cpp_codegen_object_new(XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8_il2cpp_TypeInfo_var);
XROcclusionMeshPass__ctor_m78592788D415FD93B98130C506FADD21BB7BD0AF(L_109, ((int32_t)250), NULL);
__this->___m_XROcclusionMeshPass = L_109;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XROcclusionMeshPass), (void*)L_109);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:342>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_110 = V_2;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_111 = (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82*)il2cpp_codegen_object_new(CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82_il2cpp_TypeInfo_var);
CopyDepthPass__ctor_mE647536420AA2D6FBF86727AE2492AA7793673CD(L_111, ((int32_t)1002), L_110, (bool)0, (bool)0, (bool)0, (String_t*)NULL, NULL);
__this->___m_XRCopyDepthPass = L_111;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XRCopyDepthPass), (void*)L_111);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:344>
il2cpp_codegen_runtime_class_init_inline(RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_112;
L_112 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_113;
L_113 = UniversalRenderer_get_prepassLayerMask_m53A8D82CCA0CF3224CB82AAE0A683B15C9A324FA_inline(__this, NULL);
DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* L_114 = (DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E*)il2cpp_codegen_object_new(DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E_il2cpp_TypeInfo_var);
DepthOnlyPass__ctor_m3F3197E7E28F516C605B7BE17654B284C2018D9F(L_114, ((int32_t)150), L_112, L_113, NULL);
__this->___m_DepthPrepass = L_114;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DepthPrepass), (void*)L_114);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:345>
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_115;
L_115 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_116;
L_116 = UniversalRenderer_get_prepassLayerMask_m53A8D82CCA0CF3224CB82AAE0A683B15C9A324FA_inline(__this, NULL);
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_117 = (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6*)il2cpp_codegen_object_new(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
DepthNormalOnlyPass__ctor_m338B5F98F0A6E991A75A7D2506333544A4372BBB(L_117, ((int32_t)150), L_115, L_116, NULL);
__this->___m_DepthNormalPrepass = L_117;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DepthNormalPrepass), (void*)L_117);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:347>
int32_t L_118;
L_118 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
if (!L_118)
{
goto IL_0334;
}
}
{
int32_t L_119;
L_119 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
if ((!(((uint32_t)L_119) == ((uint32_t)2))))
{
goto IL_0349;
}
}
IL_0334:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:349>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_120 = V_2;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_121 = (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82*)il2cpp_codegen_object_new(CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82_il2cpp_TypeInfo_var);
CopyDepthPass__ctor_mE647536420AA2D6FBF86727AE2492AA7793673CD(L_121, ((int32_t)200), L_120, (bool)1, (bool)1, (bool)0, (String_t*)NULL, NULL);
__this->___m_PrimedDepthCopyPass = L_121;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PrimedDepthCopyPass), (void*)L_121);
}
IL_0349:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:352>
int32_t L_122;
L_122 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
if ((((int32_t)L_122) == ((int32_t)1)))
{
goto IL_035e;
}
}
{
int32_t L_123;
L_123 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
if ((!(((uint32_t)L_123) == ((uint32_t)3))))
{
goto IL_049a;
}
}
IL_035e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:354>
il2cpp_codegen_initobj((&V_11), sizeof(InitParams_tD826C0704956D3F1286BCCC07B5A5F61FFA7FCD6));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:355>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_124 = __this->___m_StencilDeferredMaterial;
(&V_11)->___stencilDeferredMaterial = L_124;
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___stencilDeferredMaterial), (void*)L_124);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:356>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_125 = __this->___m_ClusterDeferredMaterial;
(&V_11)->___clusterDeferredMaterial = L_125;
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___clusterDeferredMaterial), (void*)L_125);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:357>
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_126 = __this->___m_LightCookieManager;
(&V_11)->___lightCookieManager = L_126;
Il2CppCodeGenWriteBarrier((void**)(&(&V_11)->___lightCookieManager), (void*)L_126);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:358>
int32_t L_127;
L_127 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
(&V_11)->___deferredPlus = (bool)((((int32_t)L_127) == ((int32_t)3))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:359>
InitParams_tD826C0704956D3F1286BCCC07B5A5F61FFA7FCD6 L_128 = V_11;
bool L_129 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_130 = (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC*)il2cpp_codegen_object_new(DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var);
DeferredLights__ctor_m540C480A4C4B14ADEE3D6DB584ACDD24E5EA1061(L_130, L_128, L_129, NULL);
__this->___m_DeferredLights = L_130;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeferredLights), (void*)L_130);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:360>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_131 = __this->___m_DeferredLights;
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_132 = ___0_data;
NullCheck(L_132);
bool L_133;
L_133 = UniversalRendererData_get_accurateGbufferNormals_mEEC3CD3A5BDE3BDF5E8882791BEEA6753EABD0EC_inline(L_132, NULL);
NullCheck(L_131);
DeferredLights_set_AccurateGbufferNormals_m7E7EF7482036454D26694AC1D59AEA35DE0C40FA_inline(L_131, L_133, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:362>
il2cpp_codegen_runtime_class_init_inline(RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_134;
L_134 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_135 = ___0_data;
NullCheck(L_135);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_136;
L_136 = UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline(L_135, NULL);
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_137 = __this->___m_DefaultStencilState;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_138 = V_4;
NullCheck(L_138);
int32_t L_139 = L_138->___stencilReference;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_140 = __this->___m_DeferredLights;
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* L_141 = (GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7*)il2cpp_codegen_object_new(GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7_il2cpp_TypeInfo_var);
GBufferPass__ctor_m3A6CF0448EA52BA09CF174C57FE337170522F47B(L_141, ((int32_t)210), L_134, L_136, L_137, L_139, L_140, NULL);
__this->___m_GBufferPass = L_141;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GBufferPass), (void*)L_141);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:371>
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_142 = __this->___m_DefaultStencilState;
il2cpp_codegen_runtime_class_init_inline(DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var);
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_143;
L_143 = DeferredLights_OverwriteStencil_mFFD6E1FAA7422F4AEA6F00C1C6075421B9835421(L_142, ((int32_t)96), NULL);
V_12 = L_143;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:372>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:373>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:374>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:375>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:376>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:377>
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_144 = (ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143*)(ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143*)SZArrayNew(ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143_il2cpp_TypeInfo_var, (uint32_t)3);
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_145 = L_144;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_146;
memset((&L_146), 0, sizeof(L_146));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_146), _stringLiteralA6F8530D0057C4924C3C7151E55A68CE9A843598, NULL);
NullCheck(L_145);
(L_145)->SetAt(static_cast<il2cpp_array_size_t>(0), (ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0)L_146);
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_147 = L_145;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_148;
memset((&L_148), 0, sizeof(L_148));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_148), _stringLiteral6BB148816DE832D438B4EA52AC76303D149E0BA5, NULL);
NullCheck(L_147);
(L_147)->SetAt(static_cast<il2cpp_array_size_t>(1), (ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0)L_148);
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_149 = L_147;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_150;
memset((&L_150), 0, sizeof(L_150));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_150), _stringLiteral29C26AA219C04E92F81C79D766012FF3D5A43804, NULL);
NullCheck(L_149);
(L_149)->SetAt(static_cast<il2cpp_array_size_t>(2), (ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0)L_150);
V_13 = L_149;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:378>
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_151 = V_4;
NullCheck(L_151);
int32_t L_152 = L_151->___stencilReference;
V_14 = ((int32_t)(L_152|0));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:379>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_153 = V_2;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_154 = (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82*)il2cpp_codegen_object_new(CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82_il2cpp_TypeInfo_var);
CopyDepthPass__ctor_mE647536420AA2D6FBF86727AE2492AA7793673CD(L_154, ((int32_t)211), L_153, (bool)1, (bool)0, (bool)0, _stringLiteral64B916F038A1C5A901AE054391F4ED6E766811EF, NULL);
__this->___m_GBufferCopyDepthPass = L_154;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GBufferCopyDepthPass), (void*)L_154);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:380>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_155 = __this->___m_DeferredLights;
DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* L_156 = (DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0*)il2cpp_codegen_object_new(DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0_il2cpp_TypeInfo_var);
DeferredPass__ctor_m69B43169CF8E23BAE27DA1CE5A3AF67C8CD1E4FE(L_156, ((int32_t)230), L_155, NULL);
__this->___m_DeferredPass = L_156;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeferredPass), (void*)L_156);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:381>
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_157 = V_13;
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_158;
L_158 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_159 = ___0_data;
NullCheck(L_159);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_160;
L_160 = UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline(L_159, NULL);
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_161 = V_12;
int32_t L_162 = V_14;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_163 = (DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68*)il2cpp_codegen_object_new(DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68_il2cpp_TypeInfo_var);
DrawObjectsPass__ctor_m73F08BC738626C34A82C197E9DF5B22120FEA3F4(L_163, _stringLiteral91E60A6C8CBD12CE39E39F884D16AFA650CF570C, L_157, (bool)1, ((int32_t)250), L_158, L_160, L_161, L_162, NULL);
__this->___m_RenderOpaqueForwardOnlyPass = L_163;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderOpaqueForwardOnlyPass), (void*)L_163);
}
IL_049a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:385>
il2cpp_codegen_runtime_class_init_inline(RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_164;
L_164 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_165 = ___0_data;
NullCheck(L_165);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_166;
L_166 = UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline(L_165, NULL);
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_167 = __this->___m_DefaultStencilState;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_168 = V_4;
NullCheck(L_168);
int32_t L_169 = L_168->___stencilReference;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_170 = (DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68*)il2cpp_codegen_object_new(DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68_il2cpp_TypeInfo_var);
DrawObjectsPass__ctor_mA2ED4080BA69CD5A495623C4AEDA0044E627374D(L_170, ((int32_t)10), (bool)1, ((int32_t)250), L_164, L_166, L_167, L_169, NULL);
__this->___m_RenderOpaqueForwardPass = L_170;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderOpaqueForwardPass), (void*)L_170);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:386>
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_171;
L_171 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_172 = ___0_data;
NullCheck(L_172);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_173;
L_173 = UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline(L_172, NULL);
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_174 = __this->___m_DefaultStencilState;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_175 = V_4;
NullCheck(L_175);
int32_t L_176 = L_175->___stencilReference;
DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* L_177 = (DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5*)il2cpp_codegen_object_new(DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5_il2cpp_TypeInfo_var);
DrawObjectsWithRenderingLayersPass__ctor_m00C8A877DBC0F72CBDC08F1613A858D672C5F8EF(L_177, ((int32_t)10), (bool)1, ((int32_t)250), L_171, L_173, L_174, L_176, NULL);
__this->___m_RenderOpaqueForwardWithRenderingLayersPass = L_177;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderOpaqueForwardWithRenderingLayersPass), (void*)L_177);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:388>
int32_t L_178 = __this->___m_CopyDepthMode;
V_7 = (bool)((((int32_t)L_178) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:389>
bool L_179 = V_7;
if (L_179)
{
goto IL_0506;
}
}
{
G_B29_0 = ((int32_t)400);
goto IL_050b;
}
IL_0506:
{
G_B29_0 = ((int32_t)500);
}
IL_050b:
{
V_8 = G_B29_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:391>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:392>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:393>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:394>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:395>
int32_t L_180 = V_8;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_181 = V_2;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_182;
L_182 = RenderingUtils_MultisampleDepthResolveSupported_mFF310B1C5B2FF3C0B3A4237D4C248398A9F6E6E6(NULL);
bool L_183 = V_7;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_184 = (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82*)il2cpp_codegen_object_new(CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82_il2cpp_TypeInfo_var);
CopyDepthPass__ctor_mE647536420AA2D6FBF86727AE2492AA7793673CD(L_184, L_180, L_181, (bool)1, (bool)0, (bool)((int32_t)((int32_t)L_182&(int32_t)L_183)), (String_t*)NULL, NULL);
__this->___m_CopyDepthPass = L_184;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CopyDepthPass), (void*)L_184);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:398>
int32_t L_185 = V_8;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_186 = __this->___m_CameraMotionVecMaterial;
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_187 = ___0_data;
NullCheck(L_187);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_188;
L_188 = UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline(L_187, NULL);
MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* L_189 = (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD*)il2cpp_codegen_object_new(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
MotionVectorRenderPass__ctor_m875E3A815F1CBC5FA9D827F9FF955625823461A6(L_189, ((int32_t)il2cpp_codegen_add((int32_t)L_185, 1)), L_186, L_188, NULL);
__this->___m_MotionVectorPass = L_189;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MotionVectorPass), (void*)L_189);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:400>
DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* L_190 = (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA*)il2cpp_codegen_object_new(DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA_il2cpp_TypeInfo_var);
DrawSkyboxPass__ctor_m59C64E16A12F8B8BAD49180D4EF6A1011A518735(L_190, ((int32_t)350), NULL);
__this->___m_DrawSkyboxPass = L_190;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DrawSkyboxPass), (void*)L_190);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:401>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_191 = __this->___m_SamplingMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_192 = __this->___m_BlitMaterial;
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* L_193 = (CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693*)il2cpp_codegen_object_new(CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693_il2cpp_TypeInfo_var);
CopyColorPass__ctor_mCBC5BD888EBE43217C1151B7E1230F82D61CB5CC(L_193, ((int32_t)400), L_191, L_192, (String_t*)NULL, NULL);
__this->___m_CopyColorPass = L_193;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CopyColorPass), (void*)L_193);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:406>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_194 = ___0_data;
NullCheck(L_194);
bool L_195;
L_195 = UniversalRendererData_get_shadowTransparentReceive_m59EBF1D691FF516DACB095A06D8E0311028D77BF_inline(L_194, NULL);
TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* L_196 = (TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7*)il2cpp_codegen_object_new(TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7_il2cpp_TypeInfo_var);
TransparentSettingsPass__ctor_mD31502F7BF51241D5A412E8F138F74287F9706E8(L_196, ((int32_t)450), L_195, NULL);
__this->___m_TransparentSettingsPass = L_196;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TransparentSettingsPass), (void*)L_196);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:407>
il2cpp_codegen_runtime_class_init_inline(RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_197;
L_197 = RenderQueueRange_get_transparent_m874E5D7D8B1F634BD31FF1306CCD6BDF018E2816(NULL);
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_198 = ___0_data;
NullCheck(L_198);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_199;
L_199 = UniversalRendererData_get_transparentLayerMask_m574EF7B83EDC27E92BE8FB97BB445A6F4C937A3E_inline(L_198, NULL);
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_200 = __this->___m_DefaultStencilState;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_201 = V_4;
NullCheck(L_201);
int32_t L_202 = L_201->___stencilReference;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_203 = (DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68*)il2cpp_codegen_object_new(DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68_il2cpp_TypeInfo_var);
DrawObjectsPass__ctor_mA2ED4080BA69CD5A495623C4AEDA0044E627374D(L_203, ((int32_t)11), (bool)0, ((int32_t)450), L_197, L_199, L_200, L_202, NULL);
__this->___m_RenderTransparentForwardPass = L_203;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderTransparentForwardPass), (void*)L_203);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:409>
InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* L_204 = (InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9*)il2cpp_codegen_object_new(InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9_il2cpp_TypeInfo_var);
InvokeOnRenderObjectCallbackPass__ctor_m78E337A06F8678AF3F136C655115BE29AB86086E(L_204, ((int32_t)550), NULL);
__this->___m_OnRenderObjectCallbackPass = L_204;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnRenderObjectCallbackPass), (void*)L_204);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:413>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_205 = __this->___m_SamplingMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_206 = __this->___m_BlitMaterial;
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* L_207 = (CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693*)il2cpp_codegen_object_new(CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693_il2cpp_TypeInfo_var);
CopyColorPass__ctor_mCBC5BD888EBE43217C1151B7E1230F82D61CB5CC(L_207, ((int32_t)550), L_205, L_206, _stringLiteral698DD12F4F946A68B1F4D96CA028AA691A8D72B8, NULL);
__this->___m_HistoryRawColorCopyPass = L_207;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_HistoryRawColorCopyPass), (void*)L_207);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:414>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_208 = V_2;
bool L_209;
L_209 = RenderingUtils_MultisampleDepthResolveSupported_mFF310B1C5B2FF3C0B3A4237D4C248398A9F6E6E6(NULL);
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_210 = (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82*)il2cpp_codegen_object_new(CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82_il2cpp_TypeInfo_var);
CopyDepthPass__ctor_mE647536420AA2D6FBF86727AE2492AA7793673CD(L_210, ((int32_t)550), L_208, (bool)0, L_209, (bool)0, _stringLiteral805B107E5A0FD91A36D6DDEF42EEF234C69C0708, NULL);
__this->___m_HistoryRawDepthCopyPass = L_210;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_HistoryRawDepthCopyPass), (void*)L_210);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:416>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_211 = (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686*)il2cpp_codegen_object_new(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass__ctor_mDBCF412F28AA8B567220AFEE129CF6DEF63FF9A1(L_211, ((int32_t)550), (bool)1, NULL);
__this->___m_DrawOffscreenUIPass = L_211;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DrawOffscreenUIPass), (void*)L_211);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:417>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_212 = (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686*)il2cpp_codegen_object_new(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass__ctor_mDBCF412F28AA8B567220AFEE129CF6DEF63FF9A1(L_212, ((int32_t)1002), (bool)0, NULL);
__this->___m_DrawOverlayUIPass = L_212;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DrawOverlayUIPass), (void*)L_212);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:421>
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D L_213;
L_213 = PostProcessParams_Create_mF2D6447F9F7ADA7CD2BA7FB8CFED007F03855E40(NULL);
V_15 = L_213;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:422>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_214 = __this->___m_BlitMaterial;
(&V_15)->___blitMaterial = L_214;
Il2CppCodeGenWriteBarrier((void**)(&(&V_15)->___blitMaterial), (void*)L_214);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:423>
(&V_15)->___requestColorFormat = ((int32_t)74);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:424>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_215;
L_215 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
V_16 = L_215;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:425>
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_216 = V_16;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_217;
L_217 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_216, NULL);
if (!L_217)
{
goto IL_0667;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:426>
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_218 = V_16;
NullCheck(L_218);
bool L_219;
L_219 = UniversalRenderPipelineAsset_get_supportsHDR_m21EBD3560B0CA09499967BB9F56C96D1B0AC9052_inline(L_218, NULL);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_220 = V_16;
NullCheck(L_220);
int32_t L_221;
L_221 = UniversalRenderPipelineAsset_get_hdrColorBufferPrecision_m79D20B82BAB78E5F82DDC228B026C57E576E4609_inline(L_220, NULL);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
int32_t L_222;
L_222 = UniversalRenderPipeline_MakeRenderTextureGraphicsFormat_m386F1D4BCAD4537F62E4096D9264554312E11B5D(L_219, L_221, (bool)0, NULL);
(&V_15)->___requestColorFormat = L_222;
}
IL_0667:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:428>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_223 = ___0_data;
NullCheck(L_223);
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_224 = L_223->___postProcessData;
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9 L_225;
memset((&L_225), 0, sizeof(L_225));
PostProcessPasses__ctor_m037C1A5C70CF6EBB280576FDAC5BDD5E9AAD44ED((&L_225), L_224, (&V_15), NULL);
__this->___m_PostProcessPasses = L_225;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_PostProcessPasses))->___m_ColorGradingLutPass), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_PostProcessPasses))->___m_PostProcessPass), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_PostProcessPasses))->___m_FinalPostProcessPass), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_PostProcessPasses))->___m_AfterPostProcessColor), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_PostProcessPasses))->___m_ColorGradingLut), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_PostProcessPasses))->___m_RendererPostProcessData), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_PostProcessPasses))->___m_CurrentPostProcessData), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_PostProcessPasses))->___m_BlitMaterial), (void*)NULL);
#endif
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:431>
CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* L_226 = (CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE*)il2cpp_codegen_object_new(CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE_il2cpp_TypeInfo_var);
CapturePass__ctor_m69F6F274A6DC346284F5B8F06956EDB8C70FF2C6(L_226, ((int32_t)1000), NULL);
__this->___m_CapturePass = L_226;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CapturePass), (void*)L_226);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:432>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_227 = __this->___m_BlitMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_228 = __this->___m_BlitHDRMaterial;
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* L_229 = (FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC*)il2cpp_codegen_object_new(FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC_il2cpp_TypeInfo_var);
FinalBlitPass__ctor_m8EC452A44B311B651896B960793E9588F36A13A9(L_229, ((int32_t)1001), L_227, L_228, NULL);
__this->___m_FinalBlitPass = L_229;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FinalBlitPass), (void*)L_229);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:442>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_230 = (RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13*)il2cpp_codegen_object_new(RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13_il2cpp_TypeInfo_var);
RenderTargetBufferSystem__ctor_m86BE218D4CA2ED16CC91EEAE8A08BE67A5E860BE(L_230, _stringLiteral7825BD5F32C61F945759E173E5A5EBBBADEA89D1, NULL);
__this->___m_ColorBufferSystem = L_230;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorBufferSystem), (void*)L_230);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:444>
RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* L_231 = (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371*)il2cpp_codegen_object_new(RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371_il2cpp_TypeInfo_var);
RenderingFeatures__ctor_m63CA9CABFDC57D4CBEA1205C070F14CC83FF8C0F(L_231, NULL);
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
ScriptableRenderer_set_supportedRenderingFeatures_m79C5FBB6462F1D21874A91D7FFD54F5A1D05D472_inline(__this, L_231, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:446>
int32_t L_232;
L_232 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
if ((((int32_t)L_232) == ((int32_t)1)))
{
goto IL_06d3;
}
}
{
int32_t L_233;
L_233 = UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline(__this, NULL);
if ((!(((uint32_t)L_233) == ((uint32_t)3))))
{
goto IL_06df;
}
}
IL_06d3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:449>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* L_234;
L_234 = ScriptableRenderer_get_supportedRenderingFeatures_m8866E002AF2D9D7C3E70946193B656850A4FC56F_inline(__this, NULL);
NullCheck(L_234);
RenderingFeatures_set_msaa_m2D87B2B1338BED49F71CE8742F8EEE981D00997F_inline(L_234, (bool)0, NULL);
}
IL_06df:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:452>
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___mergeNeeded = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:453>
((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___maxLensFlareWithOcclusionTemporalSample = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:454>
LensFlareCommonSRP_Initialize_mE8F317D590583EC37DE95D53A9A30695E5635C67(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:456>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
bool L_235;
L_235 = GraphicsSettings_HasShaderDefine_mDF4C773ADAB4956CEB634EB922F8AB3F66CB366C(((int32_t)29), NULL);
__this->___m_VulkanEnablePreTransform = L_235;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:457>
return;
}
}
// Method Definition Index: 34892
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_Dispose_mCF473ABCC962237DD32FA50FAFD43654BF4728B6 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, bool ___0_disposing, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* G_B2_0 = NULL;
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* G_B1_0 = NULL;
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* G_B5_0 = NULL;
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* G_B4_0 = NULL;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* G_B8_0 = NULL;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* G_B7_0 = NULL;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* G_B11_0 = NULL;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* G_B10_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B14_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B13_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B17_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B16_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B20_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B19_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B23_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B22_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B26_0 = NULL;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* G_B25_0 = NULL;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* G_B29_0 = NULL;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* G_B28_0 = NULL;
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* G_B32_0 = NULL;
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* G_B31_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B35_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B34_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B38_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B37_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:462>
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_0 = __this->___m_ForwardLights;
NullCheck(L_0);
ForwardLights_Cleanup_mCE7DA0C52C5C16341EE7CDCA1D9B0D8A98A6849D(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:463>
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* L_1 = __this->___m_GBufferPass;
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* L_2 = L_1;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0017;
}
G_B1_0 = L_2;
}
{
goto IL_001c;
}
IL_0017:
{
NullCheck(G_B2_0);
GBufferPass_Dispose_m6BB27FA1349F5D3F0855653CC809F31F7321D365(G_B2_0, NULL);
}
IL_001c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:464>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_3 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
PostProcessPasses_Dispose_m4221B50B16AD6692410415519FEE1EBE3CCE8D9B(L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:466>
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* L_4 = __this->___m_FinalBlitPass;
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* L_5 = L_4;
if (L_5)
{
G_B5_0 = L_5;
goto IL_0033;
}
G_B4_0 = L_5;
}
{
goto IL_0038;
}
IL_0033:
{
NullCheck(G_B5_0);
FinalBlitPass_Dispose_m06D1DA7C81AED218C772A4AABCF5DEF6646E98D0(G_B5_0, NULL);
}
IL_0038:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:467>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_6 = __this->___m_DrawOffscreenUIPass;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_7 = L_6;
if (L_7)
{
G_B8_0 = L_7;
goto IL_0044;
}
G_B7_0 = L_7;
}
{
goto IL_0049;
}
IL_0044:
{
NullCheck(G_B8_0);
DrawScreenSpaceUIPass_Dispose_m74197CD717B5E0D9C5DB140F525B3CB71CB77E2D(G_B8_0, NULL);
}
IL_0049:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:468>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_8 = __this->___m_DrawOverlayUIPass;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_9 = L_8;
if (L_9)
{
G_B11_0 = L_9;
goto IL_0055;
}
G_B10_0 = L_9;
}
{
goto IL_005a;
}
IL_0055:
{
NullCheck(G_B11_0);
DrawScreenSpaceUIPass_Dispose_m74197CD717B5E0D9C5DB140F525B3CB71CB77E2D(G_B11_0, NULL);
}
IL_005a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:470>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_10 = __this->___m_CopyDepthPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_11 = L_10;
if (L_11)
{
G_B14_0 = L_11;
goto IL_0066;
}
G_B13_0 = L_11;
}
{
goto IL_006b;
}
IL_0066:
{
NullCheck(G_B14_0);
CopyDepthPass_Dispose_m99D4A610892C3DAE95601E042ABB4687CACE128B(G_B14_0, NULL);
}
IL_006b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:471>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_12 = __this->___m_PrimedDepthCopyPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_13 = L_12;
if (L_13)
{
G_B17_0 = L_13;
goto IL_0077;
}
G_B16_0 = L_13;
}
{
goto IL_007c;
}
IL_0077:
{
NullCheck(G_B17_0);
CopyDepthPass_Dispose_m99D4A610892C3DAE95601E042ABB4687CACE128B(G_B17_0, NULL);
}
IL_007c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:472>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_14 = __this->___m_GBufferCopyDepthPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_15 = L_14;
if (L_15)
{
G_B20_0 = L_15;
goto IL_0088;
}
G_B19_0 = L_15;
}
{
goto IL_008d;
}
IL_0088:
{
NullCheck(G_B20_0);
CopyDepthPass_Dispose_m99D4A610892C3DAE95601E042ABB4687CACE128B(G_B20_0, NULL);
}
IL_008d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:476>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_16 = __this->___m_HistoryRawDepthCopyPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_17 = L_16;
if (L_17)
{
G_B23_0 = L_17;
goto IL_0099;
}
G_B22_0 = L_17;
}
{
goto IL_009e;
}
IL_0099:
{
NullCheck(G_B23_0);
CopyDepthPass_Dispose_m99D4A610892C3DAE95601E042ABB4687CACE128B(G_B23_0, NULL);
}
IL_009e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:479>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_18 = __this->___m_XRCopyDepthPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_19 = L_18;
if (L_19)
{
G_B26_0 = L_19;
goto IL_00aa;
}
G_B25_0 = L_19;
}
{
goto IL_00af;
}
IL_00aa:
{
NullCheck(G_B26_0);
CopyDepthPass_Dispose_m99D4A610892C3DAE95601E042ABB4687CACE128B(G_B26_0, NULL);
}
IL_00af:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:480>
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* L_20 = __this->___m_XRDepthMotionPass;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* L_21 = L_20;
if (L_21)
{
G_B29_0 = L_21;
goto IL_00bb;
}
G_B28_0 = L_21;
}
{
goto IL_00c0;
}
IL_00bb:
{
NullCheck(G_B29_0);
XRDepthMotionPass_Dispose_m4A52D1E6FF1F5E1347BD643960C446376EB554F1(G_B29_0, NULL);
}
IL_00c0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:483>
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* L_22 = __this->___m_StencilCrossFadeRenderPass;
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* L_23 = L_22;
if (L_23)
{
G_B32_0 = L_23;
goto IL_00cc;
}
G_B31_0 = L_23;
}
{
goto IL_00d1;
}
IL_00cc:
{
NullCheck(G_B32_0);
StencilCrossFadeRenderPass_Dispose_mCC8DC884ADE325765A02E482F948D236240237DC(G_B32_0, NULL);
}
IL_00d1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:485>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24 = __this->___m_TargetColorHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = L_24;
if (L_25)
{
G_B35_0 = L_25;
goto IL_00dd;
}
G_B34_0 = L_25;
}
{
goto IL_00e2;
}
IL_00dd:
{
NullCheck(G_B35_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B35_0, NULL);
}
IL_00e2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:486>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26 = __this->___m_TargetDepthHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_27 = L_26;
if (L_27)
{
G_B38_0 = L_27;
goto IL_00ee;
}
G_B37_0 = L_27;
}
{
goto IL_00f3;
}
IL_00ee:
{
NullCheck(G_B38_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B38_0, NULL);
}
IL_00f3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:487>
VirtualActionInvoker0::Invoke(12, __this);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:489>
bool L_28 = ___0_disposing;
ScriptableRenderer_Dispose_m7D653034036928F611D5F9506CC58CDA74CC3D14(__this, L_28, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:490>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_29 = __this->___m_BlitMaterial;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_29, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:491>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_30 = __this->___m_BlitHDRMaterial;
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_30, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:492>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_31 = __this->___m_SamplingMaterial;
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_31, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:493>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_32 = __this->___m_StencilDeferredMaterial;
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_32, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:494>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_33 = __this->___m_ClusterDeferredMaterial;
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_33, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:495>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_34 = __this->___m_CameraMotionVecMaterial;
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_34, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:497>
UniversalRenderer_CleanupRenderGraphResources_mE911EEC0A02D51128B7C81A885B89545557AEBF6(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:499>
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
LensFlareCommonSRP_Dispose_m47C9B356CA957CCA280D7E48F74D35B0F0344B69(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:502>
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
XRSystem_Dispose_m80F3AE2BF50867AB5838BE3961A2D630408F5A6D(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:504>
return;
}
}
// Method Definition Index: 34893
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_ReleaseRenderTargets_m8CD76DB8B733218F40611831E25BB076F5E03CEA (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* G_B4_0 = NULL;
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* G_B3_0 = NULL;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* G_B7_0 = NULL;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* G_B6_0 = NULL;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* G_B10_0 = NULL;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* G_B9_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B13_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B12_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B16_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B15_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B19_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B18_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B22_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B21_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B25_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B24_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B28_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B27_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B31_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B30_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B34_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B33_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:508>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_0 = __this->___m_ColorBufferSystem;
NullCheck(L_0);
RenderTargetBufferSystem_Dispose_m1C3AC5DA450F8B824721316FAC28EBAE5377DBC6(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:509>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_1 = __this->___m_DeferredLights;
if (!L_1)
{
goto IL_0031;
}
}
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_2 = __this->___m_DeferredLights;
NullCheck(L_2);
bool L_3;
L_3 = DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline(L_2, NULL);
if (L_3)
{
goto IL_0031;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:510>
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* L_4 = __this->___m_GBufferPass;
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* L_5 = L_4;
if (L_5)
{
G_B4_0 = L_5;
goto IL_002c;
}
G_B3_0 = L_5;
}
{
goto IL_0031;
}
IL_002c:
{
NullCheck(G_B4_0);
GBufferPass_Dispose_m6BB27FA1349F5D3F0855653CC809F31F7321D365(G_B4_0, NULL);
}
IL_0031:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:512>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_6 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
PostProcessPasses_ReleaseRenderTargets_m4F7AE0DFF20F9DB0CAC22227D5D934A5C9299F4F(L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:513>
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_7 = __this->___m_MainLightShadowCasterPass;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_8 = L_7;
if (L_8)
{
G_B7_0 = L_8;
goto IL_0048;
}
G_B6_0 = L_8;
}
{
goto IL_004d;
}
IL_0048:
{
NullCheck(G_B7_0);
MainLightShadowCasterPass_Dispose_mF51E4FFE56C00AE46D4FC4CB57A6F229E2C05C04(G_B7_0, NULL);
}
IL_004d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:514>
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_9 = __this->___m_AdditionalLightsShadowCasterPass;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_10 = L_9;
if (L_10)
{
G_B10_0 = L_10;
goto IL_0059;
}
G_B9_0 = L_10;
}
{
goto IL_005e;
}
IL_0059:
{
NullCheck(G_B10_0);
AdditionalLightsShadowCasterPass_Dispose_mD57EAF6446FC2DC9A225BE81D796895EB3293613(G_B10_0, NULL);
}
IL_005e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:516>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = __this->___m_CameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12 = L_11;
if (L_12)
{
G_B13_0 = L_12;
goto IL_006a;
}
G_B12_0 = L_12;
}
{
goto IL_006f;
}
IL_006a:
{
NullCheck(G_B13_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B13_0, NULL);
}
IL_006f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:517>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13 = __this->___m_CameraDepthAttachment_D3d_11;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = L_13;
if (L_14)
{
G_B16_0 = L_14;
goto IL_007b;
}
G_B15_0 = L_14;
}
{
goto IL_0080;
}
IL_007b:
{
NullCheck(G_B16_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B16_0, NULL);
}
IL_0080:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:518>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = __this->___m_DepthTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16 = L_15;
if (L_16)
{
G_B19_0 = L_16;
goto IL_008c;
}
G_B18_0 = L_16;
}
{
goto IL_0091;
}
IL_008c:
{
NullCheck(G_B19_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B19_0, NULL);
}
IL_0091:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:519>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17 = __this->___m_NormalsTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = L_17;
if (L_18)
{
G_B22_0 = L_18;
goto IL_009d;
}
G_B21_0 = L_18;
}
{
goto IL_00a2;
}
IL_009d:
{
NullCheck(G_B22_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B22_0, NULL);
}
IL_00a2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:520>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = __this->___m_DecalLayersTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = L_19;
if (L_20)
{
G_B25_0 = L_20;
goto IL_00ae;
}
G_B24_0 = L_20;
}
{
goto IL_00b3;
}
IL_00ae:
{
NullCheck(G_B25_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B25_0, NULL);
}
IL_00b3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:521>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_21 = __this->___m_OpaqueColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_22 = L_21;
if (L_22)
{
G_B28_0 = L_22;
goto IL_00bf;
}
G_B27_0 = L_22;
}
{
goto IL_00c4;
}
IL_00bf:
{
NullCheck(G_B28_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B28_0, NULL);
}
IL_00c4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:522>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_23 = __this->___m_MotionVectorColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24 = L_23;
if (L_24)
{
G_B31_0 = L_24;
goto IL_00d0;
}
G_B30_0 = L_24;
}
{
goto IL_00d5;
}
IL_00d0:
{
NullCheck(G_B31_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B31_0, NULL);
}
IL_00d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:523>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = __this->___m_MotionVectorDepth;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26 = L_25;
if (L_26)
{
G_B34_0 = L_26;
goto IL_00e1;
}
G_B33_0 = L_26;
}
{
goto IL_00e6;
}
IL_00e1:
{
NullCheck(G_B34_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B34_0, NULL);
}
IL_00e6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:524>
((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___hasReleasedRTs = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:525>
return;
}
}
// Method Definition Index: 34894
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupFinalPassDebug_m4C948A8E3EA9CC6CFAE1E4B6A250B99E0153435D (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_6 = NULL;
float V_7 = 0.0f;
float V_8 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_9;
memset((&V_9), 0, sizeof(V_9));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_10;
memset((&V_10), 0, sizeof(V_10));
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D V_11;
memset((&V_11), 0, sizeof(V_11));
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* G_B15_0 = NULL;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* G_B14_0 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B18_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B17_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B16_0 = NULL;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* G_B29_0 = NULL;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* G_B29_1 = NULL;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* G_B28_0 = NULL;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* G_B28_1 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B30_0 = NULL;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* G_B30_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:531>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_0;
L_0 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_0)
{
goto IL_0246;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_1;
L_1 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___0_cameraData;
NullCheck(L_2);
bool L_3;
L_3 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_2, NULL);
NullCheck(L_1);
bool L_4;
L_4 = DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077(L_1, L_3, NULL);
if (!L_4)
{
goto IL_0246;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:533>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:534>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_5;
L_5 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_5);
bool L_6;
L_6 = DebugHandler_TryGetFullscreenDebugMode_mC4AF0DD2D18FE9BD4B66C25192B07588522F4E9D(L_5, (&V_0), (&V_1), NULL);
if (!L_6)
{
goto IL_023b;
}
}
{
int32_t L_7 = V_0;
if ((!(((uint32_t)L_7) == ((uint32_t)6))))
{
goto IL_0044;
}
}
{
bool L_8;
L_8 = UniversalRenderer_get_usesClusterLightLoop_m82C58F7C6DC2A36F60D3DB5AC742002FF4548EDE(__this, NULL);
if (!L_8)
{
goto IL_023b;
}
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:536>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = ___0_cameraData;
NullCheck(L_9);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_10 = L_9->___camera;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:537>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_11 = L_10;
NullCheck(L_11);
int32_t L_12;
L_12 = Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D(L_11, NULL);
V_2 = ((float)L_12);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:538>
NullCheck(L_11);
int32_t L_13;
L_13 = Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59(L_11, NULL);
V_3 = ((float)L_13);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:540>
int32_t L_14 = V_1;
float L_15;
L_15 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(((float)(((float)L_14)/(100.0f))), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:541>
float L_16 = L_15;
float L_17 = V_3;
V_4 = ((float)il2cpp_codegen_multiply(L_16, L_17));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:542>
float L_18 = V_2;
V_5 = ((float)il2cpp_codegen_multiply(L_16, L_18));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:544>
V_6 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:545>
int32_t L_19 = V_0;
if ((!(((uint32_t)L_19) == ((uint32_t)6))))
{
goto IL_008e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:547>
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_20 = __this->___m_ForwardLights;
NullCheck(L_20);
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D L_21;
L_21 = ForwardLights_get_reflectionProbeManager_mBAE6F9CD0F0C6510B7273CB5337CEBB411BFF926_inline(L_20, NULL);
V_11 = L_21;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_22;
L_22 = ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline((&V_11), NULL);
V_6 = L_22;
goto IL_00ea;
}
IL_008e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:549>
int32_t L_23 = V_0;
if ((!(((uint32_t)L_23) == ((uint32_t)4))))
{
goto IL_00a6;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:551>
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_24 = __this->___m_MainLightShadowCasterPass;
NullCheck(L_24);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = L_24->___m_MainLightShadowmapTexture;
NullCheck(L_25);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_26;
L_26 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_25, NULL);
V_6 = L_26;
goto IL_00ea;
}
IL_00a6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:553>
int32_t L_27 = V_0;
if ((!(((uint32_t)L_27) == ((uint32_t)3))))
{
goto IL_00be;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:555>
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_28 = __this->___m_AdditionalLightsShadowCasterPass;
NullCheck(L_28);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_29 = L_28->___m_AdditionalLightsShadowmapHandle;
NullCheck(L_29);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_30;
L_30 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_29, NULL);
V_6 = L_30;
goto IL_00ea;
}
IL_00be:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:557>
int32_t L_31 = V_0;
if ((!(((uint32_t)L_31) == ((uint32_t)5))))
{
goto IL_00ea;
}
}
{
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_32 = __this->___m_LightCookieManager;
if (!L_32)
{
goto IL_00ea;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:559>
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_33 = __this->___m_LightCookieManager;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_34 = L_33;
if (L_34)
{
G_B15_0 = L_34;
goto IL_00d7;
}
G_B14_0 = L_34;
}
{
G_B18_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_00e8;
}
IL_00d7:
{
NullCheck(G_B15_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_35;
L_35 = LightCookieManager_get_AdditionalLightsCookieAtlasTexture_mF6AAADFF78C7FF83A8986BDAFA5AAC16B8133162(G_B15_0, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_36 = L_35;
if (L_36)
{
G_B17_0 = L_36;
goto IL_00e3;
}
G_B16_0 = L_36;
}
{
G_B18_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_00e8;
}
IL_00e3:
{
NullCheck(G_B17_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_37;
L_37 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(G_B17_0, NULL);
G_B18_0 = L_37;
}
IL_00e8:
{
V_6 = G_B18_0;
}
IL_00ea:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:562>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_38 = V_6;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_39;
L_39 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_38, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_39)
{
goto IL_010e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:562>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_40 = V_6;
NullCheck(L_40);
int32_t L_41;
L_41 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_40);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_42 = V_6;
NullCheck(L_42);
int32_t L_43;
L_43 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_42);
UniversalRenderer_CorrectForTextureAspectRatio_m251AA2F911AB432CD587462E2633F65F8309782C(__this, (&V_5), (&V_4), ((float)L_41), ((float)L_43), NULL);
}
IL_010e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:564>
float L_44 = V_5;
float L_45 = V_2;
V_7 = ((float)(L_44/L_45));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:565>
float L_46 = V_4;
float L_47 = V_3;
V_8 = ((float)(L_46/L_47));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:567>
float L_48 = V_7;
float L_49 = V_8;
float L_50 = V_7;
float L_51 = V_8;
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&V_9), ((float)il2cpp_codegen_subtract((1.0f), L_48)), ((float)il2cpp_codegen_subtract((1.0f), L_49)), L_50, L_51, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:568>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_52;
L_52 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
V_10 = L_52;
int32_t L_53 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_53, 1)))
{
case 0:
{
goto IL_015d;
}
case 1:
{
goto IL_0174;
}
case 2:
{
goto IL_01bb;
}
case 3:
{
goto IL_01d7;
}
case 4:
{
goto IL_01f3;
}
case 5:
{
goto IL_0216;
}
}
}
{
return;
}
IL_015d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:574>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_54;
L_54 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_55 = __this->___m_DepthTexture;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_56 = V_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_57 = V_10;
NullCheck(L_54);
DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062(L_54, L_55, L_56, (bool)1, L_57, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:575>
return;
}
IL_0174:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:581>
(&V_10)->___x = (-0.00999999978f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:582>
(&V_10)->___y = (0.00999999978f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:583>
(&V_10)->___z = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:584>
(&V_10)->___w = (1.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:585>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_58;
L_58 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_59 = __this->___m_MotionVectorColor;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_60 = V_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_61 = V_10;
NullCheck(L_58);
DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062(L_58, L_59, L_60, (bool)1, L_61, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:586>
return;
}
IL_01bb:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:590>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_62;
L_62 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_63 = __this->___m_AdditionalLightsShadowCasterPass;
NullCheck(L_63);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_64 = L_63->___m_AdditionalLightsShadowmapHandle;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_65 = V_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_66 = V_10;
NullCheck(L_62);
DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062(L_62, L_64, L_65, (bool)0, L_66, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:591>
return;
}
IL_01d7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:595>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_67;
L_67 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_68 = __this->___m_MainLightShadowCasterPass;
NullCheck(L_68);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_69 = L_68->___m_MainLightShadowmapTexture;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_70 = V_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_71 = V_10;
NullCheck(L_67);
DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062(L_67, L_69, L_70, (bool)0, L_71, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:596>
return;
}
IL_01f3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:600>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_72;
L_72 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_73 = __this->___m_LightCookieManager;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_74 = L_73;
if (L_74)
{
G_B29_0 = L_74;
G_B29_1 = L_72;
goto IL_0206;
}
G_B28_0 = L_74;
G_B28_1 = L_72;
}
{
G_B30_0 = ((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)(NULL));
G_B30_1 = G_B28_1;
goto IL_020b;
}
IL_0206:
{
NullCheck(G_B29_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_75;
L_75 = LightCookieManager_get_AdditionalLightsCookieAtlasTexture_mF6AAADFF78C7FF83A8986BDAFA5AAC16B8133162(G_B29_0, NULL);
G_B30_0 = L_75;
G_B30_1 = G_B29_1;
}
IL_020b:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_76 = V_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_77 = V_10;
NullCheck(G_B30_1);
DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062(G_B30_1, G_B30_0, L_76, (bool)0, L_77, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:601>
return;
}
IL_0216:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:605>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_78;
L_78 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_79 = __this->___m_ForwardLights;
NullCheck(L_79);
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D L_80;
L_80 = ForwardLights_get_reflectionProbeManager_mBAE6F9CD0F0C6510B7273CB5337CEBB411BFF926_inline(L_79, NULL);
V_11 = L_80;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_81;
L_81 = ReflectionProbeManager_get_atlasRTHandle_m6658A09E558C4B7FCF8451D4CA59F0189FCE1011_inline((&V_11), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_82 = V_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_83 = V_10;
NullCheck(L_78);
DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062(L_78, L_81, L_82, (bool)0, L_83, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:606>
return;
}
IL_023b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:616>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_84;
L_84 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_84);
DebugHandler_ResetDebugRenderTarget_m05C9F16877A00FE6C9E5BF42432B7780A61748C3(L_84, NULL);
}
IL_0246:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:619>
return;
}
}
// Method Definition Index: 34895
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsOffscreenDepthTexture_mECE28F96C401B7ED9904728B4148658FE26C4FE2 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:627>
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_0 = ___0_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1;
L_1 = CameraData_get_universalCameraData_mD67FBE2CAADDBA930E7DDD9F44ED8C5F10E24AC2(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = UniversalRenderer_IsOffscreenDepthTexture_m8A1EC0963B9F85A87E871EDA7344B355567E421F(L_1, NULL);
return L_2;
}
}
// Method Definition Index: 34896
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsOffscreenDepthTexture_m8A1EC0963B9F85A87E871EDA7344B355567E421F (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:634>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = L_0->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_2)
{
goto IL_001d;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___0_cameraData;
NullCheck(L_3);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4 = L_3->___targetTexture;
NullCheck(L_4);
int32_t L_5;
L_5 = RenderTexture_get_format_m58556ABB91A1FADA8044BEEA2E8C55280768CF35(L_4, NULL);
return (bool)((((int32_t)L_5) == ((int32_t)1))? 1 : 0);
}
IL_001d:
{
return (bool)0;
}
}
// Method Definition Index: 34897
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsDepthPrimingEnabledCompatibilityMode_mED8C7F854BA84B88E980AA61ACE3E59D7DFD2114 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
int32_t G_B6_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
int32_t G_B11_0 = 0;
int32_t G_B10_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B12_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:656>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_1;
L_1 = UniversalRenderer_CanCopyDepth_mFE6A5B53C345C192FAC2FF344F766B1AAA227762(L_0, NULL);
if (L_1)
{
goto IL_000a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:657>
return (bool)0;
}
IL_000a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:660>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = UniversalRenderer_IsWebGL_m0889D92D15CA5FFBB7D2E94976655ECD24D18B9F(NULL);
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:661>
bool L_3 = __this->___m_DepthPrimingRecommended;
if (!L_3)
{
goto IL_0024;
}
}
{
int32_t L_4 = __this->___m_DepthPrimingMode;
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_002f;
}
}
IL_0024:
{
int32_t L_5 = __this->___m_DepthPrimingMode;
G_B6_0 = ((((int32_t)L_5) == ((int32_t)2))? 1 : 0);
goto IL_0030;
}
IL_002f:
{
G_B6_0 = 1;
}
IL_0030:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:662>
int32_t L_6 = __this->___m_RenderingMode;
if (!L_6)
{
G_B8_0 = G_B6_0;
goto IL_0043;
}
G_B7_0 = G_B6_0;
}
{
int32_t L_7 = __this->___m_RenderingMode;
G_B9_0 = ((((int32_t)L_7) == ((int32_t)2))? 1 : 0);
G_B9_1 = G_B7_0;
goto IL_0044;
}
IL_0043:
{
G_B9_0 = 1;
G_B9_1 = G_B8_0;
}
IL_0044:
{
V_1 = (bool)G_B9_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:663>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___0_cameraData;
NullCheck(L_8);
int32_t L_9 = L_8->___renderType;
if (!L_9)
{
G_B11_0 = G_B9_1;
goto IL_0055;
}
G_B10_0 = G_B9_1;
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_10 = ___0_cameraData;
NullCheck(L_10);
bool L_11 = L_10->___clearDepth;
G_B12_0 = ((int32_t)(L_11));
G_B12_1 = G_B10_0;
goto IL_0056;
}
IL_0055:
{
G_B12_0 = 1;
G_B12_1 = G_B11_0;
}
IL_0056:
{
V_2 = (bool)G_B12_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:665>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___0_cameraData;
NullCheck(L_12);
int32_t L_13 = L_12->___cameraType;
V_3 = (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)((int32_t)16)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:667>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = ___0_cameraData;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_15;
L_15 = UniversalRenderer_IsOffscreenDepthTexture_m8A1EC0963B9F85A87E871EDA7344B355567E421F(L_14, NULL);
V_4 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:668>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = ___0_cameraData;
NullCheck(L_16);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_17 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_16->___cameraTargetDescriptor);
int32_t L_18;
L_18 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline(L_17, NULL);
V_5 = (bool)((((int32_t)L_18) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:670>
bool L_19 = V_1;
bool L_20 = V_2;
bool L_21 = V_3;
bool L_22 = V_4;
bool L_23 = V_0;
bool L_24 = V_5;
return (bool)((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(G_B12_1&(int32_t)L_19))&(int32_t)L_20))&(int32_t)L_21))&(int32_t)L_22))&(int32_t)L_23))&(int32_t)L_24));
}
}
// Method Definition Index: 34898
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsWebGL_m0889D92D15CA5FFBB7D2E94976655ECD24D18B9F (const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:679>
return (bool)0;
}
}
// Method Definition Index: 34899
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsGLESDevice_mC7C68769B9C8CE67FFE579A9E67A807BE7DFD3CF (const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:685>
int32_t L_0;
L_0 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)11)))? 1 : 0);
}
}
// Method Definition Index: 34900
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsGLDevice_m8A8AF68ED6BE85C058990CCF7B551A654748EF0E (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:690>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_0;
L_0 = UniversalRenderer_IsGLESDevice_mC7C68769B9C8CE67FFE579A9E67A807BE7DFD3CF(NULL);
if (L_0)
{
goto IL_0011;
}
}
{
int32_t L_1;
L_1 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
return (bool)((((int32_t)L_1) == ((int32_t)((int32_t)17)))? 1 : 0);
}
IL_0011:
{
return (bool)1;
}
}
// Method Definition Index: 34901
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_HasActiveRenderFeatures_m42AF485B27930785B9D708B29223E9C4AD20AFAE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mEDFBA1A78C8BF94339410CCE79ED2B8947023112_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m699A9E1D941711453887F76F5DD8E797A46A5D48_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m65E52814F3289E84E69A7324ED46026114A0FFAE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0ED7F868DFBF0B8A5F2C3A7252C548079FD8BB4F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m81D0B7C641653EC8742F7B48EC513ECBD2A61C97_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:695>
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* L_0;
L_0 = ScriptableRenderer_get_rendererFeatures_m2473415AE63D3735ACBD7BF7CAEA7CB0315A7057_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m81D0B7C641653EC8742F7B48EC513ECBD2A61C97_inline(L_0, List_1_get_Count_m81D0B7C641653EC8742F7B48EC513ECBD2A61C97_RuntimeMethod_var);
if (L_1)
{
goto IL_000f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:696>
return (bool)0;
}
IL_000f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:698>
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* L_2;
L_2 = ScriptableRenderer_get_rendererFeatures_m2473415AE63D3735ACBD7BF7CAEA7CB0315A7057_inline(__this, NULL);
NullCheck(L_2);
Enumerator_tAE036FA290FC0CC475BEF0D5890C759A8DA9B786 L_3;
L_3 = List_1_GetEnumerator_m0ED7F868DFBF0B8A5F2C3A7252C548079FD8BB4F(L_2, List_1_GetEnumerator_m0ED7F868DFBF0B8A5F2C3A7252C548079FD8BB4F_RuntimeMethod_var);
V_0 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_003a:
{
Enumerator_Dispose_mEDFBA1A78C8BF94339410CCE79ED2B8947023112((&V_0), Enumerator_Dispose_mEDFBA1A78C8BF94339410CCE79ED2B8947023112_RuntimeMethod_var);
return;
}
});
try
{
{
goto IL_002f_1;
}
IL_001d_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:698>
ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6* L_4;
L_4 = Enumerator_get_Current_m65E52814F3289E84E69A7324ED46026114A0FFAE_inline((&V_0), Enumerator_get_Current_m65E52814F3289E84E69A7324ED46026114A0FFAE_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:700>
NullCheck(L_4);
bool L_5;
L_5 = ScriptableRendererFeature_get_isActive_m3A636889F4504C471F26F735F682472FD9B31178_inline(L_4, NULL);
if (!L_5)
{
goto IL_002f_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:701>
V_1 = (bool)1;
goto IL_004a;
}
IL_002f_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:698>
bool L_6;
L_6 = Enumerator_MoveNext_m699A9E1D941711453887F76F5DD8E797A46A5D48((&V_0), Enumerator_MoveNext_m699A9E1D941711453887F76F5DD8E797A46A5D48_RuntimeMethod_var);
if (L_6)
{
goto IL_001d_1;
}
}
{
goto IL_0048;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0048:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:704>
return (bool)0;
}
IL_004a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:705>
bool L_7 = V_1;
return L_7;
}
}
// Method Definition Index: 34902
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_HasPassesRequiringIntermediateTexture_m0404A9E4609CC20B45528646743C0F08DFF698BC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m334C7EB9FBAEA8BC87ECC95C2C0D322E498B6699_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m29C44877AE440B7C67CDFC9AF883993C67C51115_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9F173585FAD931312EF7F684265C41C5747AD600_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m82EFB25742BBF4B896DD9DCB9BED813145B9F14E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:709>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_0;
L_0 = ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline(__this, NULL);
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_inline(L_0, List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var);
if (L_1)
{
goto IL_000f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:710>
return (bool)0;
}
IL_000f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:712>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_2;
L_2 = ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline(__this, NULL);
NullCheck(L_2);
Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625 L_3;
L_3 = List_1_GetEnumerator_m82EFB25742BBF4B896DD9DCB9BED813145B9F14E(L_2, List_1_GetEnumerator_m82EFB25742BBF4B896DD9DCB9BED813145B9F14E_RuntimeMethod_var);
V_0 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_003a:
{
Enumerator_Dispose_m334C7EB9FBAEA8BC87ECC95C2C0D322E498B6699((&V_0), Enumerator_Dispose_m334C7EB9FBAEA8BC87ECC95C2C0D322E498B6699_RuntimeMethod_var);
return;
}
});
try
{
{
goto IL_002f_1;
}
IL_001d_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:712>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_4;
L_4 = Enumerator_get_Current_m9F173585FAD931312EF7F684265C41C5747AD600_inline((&V_0), Enumerator_get_Current_m9F173585FAD931312EF7F684265C41C5747AD600_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:714>
NullCheck(L_4);
bool L_5;
L_5 = ScriptableRenderPass_get_requiresIntermediateTexture_m18B18B1A947A035EE346EEEB7E0355CFFB63B012_inline(L_4, NULL);
if (!L_5)
{
goto IL_002f_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:715>
V_1 = (bool)1;
goto IL_004a;
}
IL_002f_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:712>
bool L_6;
L_6 = Enumerator_MoveNext_m29C44877AE440B7C67CDFC9AF883993C67C51115((&V_0), Enumerator_MoveNext_m29C44877AE440B7C67CDFC9AF883993C67C51115_RuntimeMethod_var);
if (L_6)
{
goto IL_001d_1;
}
}
{
goto IL_0048;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0048:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:718>
return (bool)0;
}
IL_004a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:719>
bool L_7 = V_1;
return L_7;
}
}
// Method Definition Index: 34903
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_Setup_m7EBDF9985169787D820F1E67D8DF4B8CEFF3197B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisSkybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441_mB3DA0FE8D3E694E5E4720100E597349CD7080BCA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m334C7EB9FBAEA8BC87ECC95C2C0D322E498B6699_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m29C44877AE440B7C67CDFC9AF883993C67C51115_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9F173585FAD931312EF7F684265C41C5747AD600_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m82EFB25742BBF4B896DD9DCB9BED813145B9F14E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m81D0B7C641653EC8742F7B48EC513ECBD2A61C97_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSetupU3Eb__126_0_mE8A312FDD1D48C88179D5D44F547ADB183AE65AF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSetupU3Eb__126_1_mCAFF7157B1925586E60ED60FC2E7224DA5593ACE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral381041D0FEE59A6E615372ECEBA4D316EB4EA230);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FD56F073048085B0B5A551F1A4E8F1DE3884574);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral739BD29C62A318411ED6EEAB7516EEEA0F7261E2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD95C421DC1A7D701DDD7D8BD51DEDA1CBA7ACFA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD971929694EC44844096A844D2D2E5F29C0178B9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7B41412E1D9EBEFD4D660695CB7AAEE55E4B089);
s_Il2CppMethodInitialized = true;
}
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* V_2 = NULL;
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* V_3 = NULL;
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* V_4 = NULL;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_5 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_6;
memset((&V_6), 0, sizeof(V_6));
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_7 = NULL;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t V_11 = 0;
int32_t V_12 = 0;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 V_16;
memset((&V_16), 0, sizeof(V_16));
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
bool V_27 = false;
bool V_28 = false;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_29;
memset((&V_29), 0, sizeof(V_29));
bool V_30 = false;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
bool V_36 = false;
bool V_37 = false;
bool V_38 = false;
bool V_39 = false;
bool V_40 = false;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_41;
memset((&V_41), 0, sizeof(V_41));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_42;
memset((&V_42), 0, sizeof(V_42));
Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625 V_43;
memset((&V_43), 0, sizeof(V_43));
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* V_44 = NULL;
int32_t V_45 = 0;
bool V_46 = false;
bool V_47 = false;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_48;
memset((&V_48), 0, sizeof(V_48));
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_49 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* V_50 = NULL;
int32_t V_51 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_52;
memset((&V_52), 0, sizeof(V_52));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** V_53 = NULL;
String_t* V_54 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_55;
memset((&V_55), 0, sizeof(V_55));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** V_56 = NULL;
String_t* V_57 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_58;
memset((&V_58), 0, sizeof(V_58));
int32_t V_59 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_60;
memset((&V_60), 0, sizeof(V_60));
int32_t V_61 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_62 = NULL;
int32_t V_63 = 0;
int32_t V_64 = 0;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* V_65 = NULL;
int32_t V_66 = 0;
Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441* V_67 = NULL;
int32_t V_68 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_69;
memset((&V_69), 0, sizeof(V_69));
int32_t V_70 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_71;
memset((&V_71), 0, sizeof(V_71));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_72;
memset((&V_72), 0, sizeof(V_72));
int32_t V_73 = 0;
int32_t V_74 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_75;
memset((&V_75), 0, sizeof(V_75));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_76 = NULL;
bool V_77 = false;
int32_t G_B17_0 = 0;
int32_t G_B40_0 = 0;
int32_t G_B43_0 = 0;
int32_t G_B46_0 = 0;
int32_t G_B49_0 = 0;
int32_t G_B52_0 = 0;
int32_t G_B56_0 = 0;
int32_t G_B58_0 = 0;
int32_t G_B57_0 = 0;
int32_t G_B59_0 = 0;
int32_t G_B59_1 = 0;
int32_t G_B62_0 = 0;
int32_t G_B60_0 = 0;
int32_t G_B61_0 = 0;
int32_t G_B70_0 = 0;
int32_t G_B63_0 = 0;
int32_t G_B65_0 = 0;
int32_t G_B64_0 = 0;
int32_t G_B66_0 = 0;
int32_t G_B66_1 = 0;
int32_t G_B68_0 = 0;
int32_t G_B67_0 = 0;
int32_t G_B72_0 = 0;
int32_t G_B69_0 = 0;
int32_t G_B71_0 = 0;
int32_t G_B75_0 = 0;
bool G_B77_0 = false;
bool G_B76_0 = false;
int32_t G_B78_0 = 0;
bool G_B78_1 = false;
int32_t G_B92_0 = 0;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B106_0 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B105_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B107_0 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B107_1 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B109_0 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B108_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B110_0 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B110_1 = NULL;
int32_t G_B120_0 = 0;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* G_B124_0 = NULL;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* G_B124_1 = NULL;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* G_B123_0 = NULL;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* G_B123_1 = NULL;
int32_t G_B133_0 = 0;
int32_t G_B150_0 = 0;
int32_t G_B159_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B179_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B178_0 = NULL;
int32_t G_B180_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B180_1 = NULL;
int32_t G_B222_0 = 0;
int32_t G_B227_0 = 0;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* G_B244_0 = NULL;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* G_B244_1 = NULL;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* G_B243_0 = NULL;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* G_B243_1 = NULL;
int32_t G_B249_0 = 0;
String_t* G_B268_0 = NULL;
String_t* G_B267_0 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B269_0 = NULL;
String_t* G_B269_1 = NULL;
int32_t G_B280_0 = 0;
int32_t G_B283_0 = 0;
int32_t G_B302_0 = 0;
int32_t G_B306_0 = 0;
int32_t G_B309_0 = 0;
int32_t G_B324_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:725>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_1;
L_1 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_0, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:726>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_2);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3;
L_3 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_2, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:727>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4;
L_4 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_4);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_5;
L_5 = ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline(L_4, ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:728>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6;
L_6 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_6);
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_7;
L_7 = ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_inline(L_6, ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var);
V_3 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:729>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_8;
L_8 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_8);
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_9;
L_9 = ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_inline(L_8, ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
V_4 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:731>
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_10 = __this->___m_ForwardLights;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_11 = V_0;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_1;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_13 = V_2;
NullCheck(L_10);
ForwardLights_PreSetup_m36E83BFF9138AAAB527974A1434578B7534F247C(L_10, L_11, L_12, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:733>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = V_1;
NullCheck(L_14);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = L_14->___camera;
V_5 = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:734>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = V_1;
NullCheck(L_16);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_17 = L_16->___cameraTargetDescriptor;
V_6 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:736>
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_18 = V_0;
NullCheck(L_18);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_19;
L_19 = UniversalRenderingData_get_commandBuffer_m8397484CEAB1A0D725DEA8A85C9B955E2B4007F8(L_18, NULL);
V_7 = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:737>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_20;
L_20 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_20)
{
goto IL_015d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:741>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_21;
L_21 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_22 = V_1;
NullCheck(L_22);
bool L_23;
L_23 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_22, NULL);
NullCheck(L_21);
bool L_24;
L_24 = DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077(L_21, L_23, NULL);
if (!L_24)
{
goto IL_015d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:743>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_25;
L_25 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_26 = V_1;
NullCheck(L_26);
bool L_27 = L_26->___resolveFinalTarget;
NullCheck(L_25);
bool L_28;
L_28 = DebugHandler_WriteToDebugScreenTexture_m238B0FD053CE5540FD5A64BF47C06456486A31B7(L_25, L_27, NULL);
if (!L_28)
{
goto IL_0113;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:745>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_29 = V_1;
NullCheck(L_29);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_30 = L_29->___cameraTargetDescriptor;
V_41 = L_30;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:746>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = L_31->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_33 = V_1;
NullCheck(L_33);
int32_t L_34 = L_33->___pixelHeight;
il2cpp_codegen_runtime_class_init_inline(DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var);
DebugHandler_ConfigureColorDescriptorForDebugScreen_m9F4EDFBDBA77ED4822ABAD3A8AE0081F8FF090BE((&V_41), L_32, L_34, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:747>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_35;
L_35 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_35);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_36;
L_36 = DebugHandler_get_DebugScreenColorHandle_m704B6C8442CDB6B1DC0E368BD6CFDB24DC8612F4(L_35, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_37;
L_37 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_36, (&V_41), 0, 0, 1, (0.0f), _stringLiteralF7B41412E1D9EBEFD4D660695CB7AAEE55E4B089, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:749>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_38 = V_1;
NullCheck(L_38);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_39 = L_38->___cameraTargetDescriptor;
V_42 = L_39;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:750>
int32_t L_40;
L_40 = UniversalRenderer_get_cameraDepthTextureFormat_mC62D0D0567F051F86661A937FE4DFF9AB74BD64F(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = V_1;
NullCheck(L_41);
int32_t L_42 = L_41->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_43 = V_1;
NullCheck(L_43);
int32_t L_44 = L_43->___pixelHeight;
DebugHandler_ConfigureDepthDescriptorForDebugScreen_mFD0A128FDCB2FB1A9C3EB6C99AB1774B2AA2E240((&V_42), L_40, L_42, L_44, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:751>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_45;
L_45 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_45);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_46;
L_46 = DebugHandler_get_DebugScreenDepthHandle_mB80C399D6659D8E356EDC58D48EA71D17979548B(L_45, NULL);
bool L_47;
L_47 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_46, (&V_42), 0, 0, 1, (0.0f), _stringLiteralBD95C421DC1A7D701DDD7D8BD51DEDA1CBA7ACFA, NULL);
}
IL_0113:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:754>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_48;
L_48 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_49 = V_1;
NullCheck(L_49);
bool L_50 = L_49->___resolveFinalTarget;
NullCheck(L_48);
bool L_51;
L_51 = DebugHandler_HDRDebugViewIsActive_m0A83B379FC91626D9428077FE120808084B33C57(L_48, L_50, NULL);
if (!L_51)
{
goto IL_015d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:756>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_52;
L_52 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_52);
HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* L_53;
L_53 = DebugHandler_get_hdrDebugViewPass_m82F3F3D4E66B3F4A077ADA8B4EB0165724CD1C75_inline(L_52, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_54 = V_1;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_55;
L_55 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_55);
UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* L_56;
L_56 = DebugHandler_get_DebugDisplaySettings_m37F2217F4ED89E755387A4F8A43519AA87C544BD_inline(L_55, NULL);
NullCheck(L_56);
DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0* L_57;
L_57 = UniversalRenderPipelineDebugDisplaySettings_get_lightingSettings_mB52BBE883718AEC9170CA658BC31865AAD67B912_inline(L_56, NULL);
NullCheck(L_57);
int32_t L_58;
L_58 = DebugDisplaySettingsLighting_get_hdrDebugMode_mC9B5F46FC2FC9DF6BECAA44225E54665C582A703_inline(L_57, NULL);
NullCheck(L_53);
HDRDebugViewPass_Setup_m830AE53AA6A85879AE6ED99AED764514BC8AE5C7(L_53, L_54, L_58, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:757>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_59;
L_59 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_59);
HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* L_60;
L_60 = DebugHandler_get_hdrDebugViewPass_m82F3F3D4E66B3F4A077ADA8B4EB0165724CD1C75_inline(L_59, NULL);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_60, NULL);
}
IL_015d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:762>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_61 = V_1;
NullCheck(L_61);
int32_t L_62 = L_61->___cameraType;
if ((((int32_t)L_62) == ((int32_t)1)))
{
goto IL_016d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:763>
((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled = (bool)0;
}
IL_016d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:771>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_63 = V_1;
bool L_64;
L_64 = UniversalRenderer_IsDepthPrimingEnabledCompatibilityMode_mED8C7F854BA84B88E980AA61ACE3E59D7DFD2114(__this, L_63, NULL);
ScriptableRenderer_set_useDepthPriming_mE19B00F9BB6CBA3158241891FF40EEC1B842486C_inline(__this, L_64, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:774>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_65 = V_1;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_66;
L_66 = UniversalRenderer_IsOffscreenDepthTexture_m8A1EC0963B9F85A87E871EDA7344B355567E421F(L_65, NULL);
if (!L_66)
{
goto IL_01ab;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:776>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_67 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var))->___k_CameraTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_68 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var))->___k_CameraTarget;
ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B(__this, L_67, L_68, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:777>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_69 = __this->___m_RenderOpaqueForwardPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_69, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:784>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_70 = __this->___m_RenderTransparentForwardPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_70, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:785>
return;
}
IL_01ab:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:789>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_71 = V_1;
NullCheck(L_71);
bool L_72;
L_72 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_71, NULL);
V_8 = L_72;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:790>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:791>
bool L_73;
L_73 = UniversalRenderer_HasActiveRenderFeatures_m42AF485B27930785B9D708B29223E9C4AD20AFAE(__this, NULL);
if (!L_73)
{
goto IL_01c8;
}
}
{
int32_t L_74 = __this->___m_IntermediateTextureMode;
if ((!(((uint32_t)L_74) == ((uint32_t)1))))
{
goto IL_01c8;
}
}
{
bool L_75 = V_8;
if (!L_75)
{
goto IL_01da;
}
}
IL_01c8:
{
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
bool L_76;
L_76 = Application_get_isEditor_mEAC51E3ACE6DCE438087FB14BD75A3C219D354D0(NULL);
if (!L_76)
{
goto IL_01d7;
}
}
{
bool L_77;
L_77 = UniversalRenderer_get_usesClusterLightLoop_m82C58F7C6DC2A36F60D3DB5AC742002FF4548EDE(__this, NULL);
G_B17_0 = ((int32_t)(L_77));
goto IL_01db;
}
IL_01d7:
{
G_B17_0 = 0;
goto IL_01db;
}
IL_01da:
{
G_B17_0 = 1;
}
IL_01db:
{
V_9 = (bool)G_B17_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:792>
bool L_78 = V_9;
bool L_79;
L_79 = UniversalRenderer_HasPassesRequiringIntermediateTexture_m0404A9E4609CC20B45528646743C0F08DFF698BC(__this, NULL);
V_9 = (bool)((int32_t)((int32_t)L_78|(int32_t)L_79));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:795>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_80 = V_1;
UniversalRenderer_UpdateCameraHistory_m9D34C95DB2E2A784AA2FA5EFC847D55ED10509FC(__this, L_80, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:798>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:799>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:800>
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* L_81;
L_81 = ScriptableRenderer_get_rendererFeatures_m2473415AE63D3735ACBD7BF7CAEA7CB0315A7057_inline(__this, NULL);
int32_t L_82;
L_82 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_6), NULL);
bool L_83;
L_83 = RenderingLayerUtils_RequireRenderingLayers_m88841B769DC8BB23B87AAC7391835CBB010FB8A0(__this, L_81, L_82, (&V_11), (&V_12), NULL);
V_10 = L_83;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:804>
bool L_84;
L_84 = UniversalRenderer_IsGLDevice_m8A8AF68ED6BE85C058990CCF7B551A654748EF0E(__this, NULL);
if (!L_84)
{
goto IL_0213;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:805>
V_10 = (bool)0;
}
IL_0213:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:807>
bool L_85;
L_85 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
V_13 = L_85;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:808>
V_14 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:809>
V_15 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:810>
bool L_86 = V_10;
if (!L_86)
{
goto IL_0244;
}
}
{
bool L_87 = V_13;
if (L_87)
{
goto IL_0244;
}
}
{
int32_t L_88 = V_11;
if (!L_88)
{
goto IL_0234;
}
}
{
int32_t L_89 = V_11;
if ((((int32_t)L_89) == ((int32_t)1)))
{
goto IL_0239;
}
}
{
goto IL_023e;
}
IL_0234:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:815>
V_14 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:816>
goto IL_0244;
}
IL_0239:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:818>
V_15 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:819>
goto IL_0244;
}
IL_023e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:821>
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_90 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_90, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_90, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UniversalRenderer_Setup_m7EBDF9985169787D820F1E67D8DF4B8CEFF3197B_RuntimeMethod_var)));
}
IL_0244:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:826>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_91 = V_1;
NullCheck(L_91);
bool L_92;
L_92 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(L_91, NULL);
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_93 = V_4;
NullCheck(L_93);
bool L_94 = L_93->___isEnabled;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_95 = V_1;
NullCheck(L_95);
bool L_96;
L_96 = UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D(L_95, NULL);
bool L_97 = V_14;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_98;
L_98 = UniversalRenderer_GetRenderPassInputs_m4AFF8701812CE756B125D3306DA8F5D095DD45FE(__this, L_92, L_94, L_96, L_97, NULL);
V_16 = L_98;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:829>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_99 = __this->___m_DeferredLights;
if (!L_99)
{
goto IL_0316;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:831>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_100 = __this->___m_DeferredLights;
int32_t L_101 = V_12;
NullCheck(L_100);
DeferredLights_set_RenderingLayerMaskSize_mB9B14D022CA82F95C96D75FE4AE70F236524EAF0_inline(L_100, L_101, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:832>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_102 = __this->___m_DeferredLights;
bool L_103 = V_10;
NullCheck(L_102);
DeferredLights_set_UseDecalLayers_m48CF0FFD99554C5A6CD003A3DA198FD237D2C792_inline(L_102, L_103, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:835>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_104 = __this->___m_DeferredLights;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_105 = V_16;
bool L_106 = L_105.___requiresNormalsTexture;
NullCheck(L_104);
DeferredLights_set_HasNormalPrepass_m9A48F38DB115BE3A378B0C739A71B7C79F8BB87A_inline(L_104, L_106, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:837>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_107 = __this->___m_DeferredLights;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_108 = V_2;
NullCheck(L_107);
DeferredLights_ResolveMixedLightingMode_mA24B6B6CF7B4841C84EA5FF7333FFF74999059B7(L_107, L_108, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:841>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_109 = __this->___m_DeferredLights;
NullCheck(L_109);
DeferredLights_CreateGbufferResources_mB5107E28CAD0378BB543AA1FB18DAD49ED62155F(L_109, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:843>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_110 = __this->___m_DeferredLights;
NullCheck(L_110);
bool L_111;
L_111 = DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline(L_110, NULL);
if (!L_111)
{
goto IL_0316;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:846>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_112;
L_112 = ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline(__this, NULL);
NullCheck(L_112);
Enumerator_t217065C53B57E784E09AB2704818CE6F68D07625 L_113;
L_113 = List_1_GetEnumerator_m82EFB25742BBF4B896DD9DCB9BED813145B9F14E(L_112, List_1_GetEnumerator_m82EFB25742BBF4B896DD9DCB9BED813145B9F14E_RuntimeMethod_var);
V_43 = L_113;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0308:
{
Enumerator_Dispose_m334C7EB9FBAEA8BC87ECC95C2C0D322E498B6699((&V_43), Enumerator_Dispose_m334C7EB9FBAEA8BC87ECC95C2C0D322E498B6699_RuntimeMethod_var);
return;
}
});
try
{
{
goto IL_02fd_1;
}
IL_02cb_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:846>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_114;
L_114 = Enumerator_get_Current_m9F173585FAD931312EF7F684265C41C5747AD600_inline((&V_43), Enumerator_get_Current_m9F173585FAD931312EF7F684265C41C5747AD600_RuntimeMethod_var);
V_44 = L_114;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:848>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:849>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_115 = V_44;
NullCheck(L_115);
int32_t L_116;
L_116 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_115, NULL);
if ((((int32_t)L_116) < ((int32_t)((int32_t)220))))
{
goto IL_02fd_1;
}
}
{
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_117 = V_44;
NullCheck(L_117);
int32_t L_118;
L_118 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_117, NULL);
if ((((int32_t)L_118) > ((int32_t)((int32_t)230))))
{
goto IL_02fd_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:851>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_119 = __this->___m_DeferredLights;
NullCheck(L_119);
DeferredLights_DisableFramebufferFetchInput_mD3D52031BF54D7EBD48EA7E49513D867016EE7FA(L_119, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:852>
goto IL_0316;
}
IL_02fd_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:846>
bool L_120;
L_120 = Enumerator_MoveNext_m29C44877AE440B7C67CDFC9AF883993C67C51115((&V_43), Enumerator_MoveNext_m29C44877AE440B7C67CDFC9AF883993C67C51115_RuntimeMethod_var);
if (L_120)
{
goto IL_02cb_1;
}
}
{
goto IL_0316;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0316:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:859>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_121 = V_1;
NullCheck(L_121);
bool L_122 = L_121->___postProcessEnabled;
if (!L_122)
{
goto IL_032b;
}
}
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_123 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
bool L_124;
L_124 = PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A(L_123, NULL);
G_B40_0 = ((int32_t)(L_124));
goto IL_032c;
}
IL_032b:
{
G_B40_0 = 0;
}
IL_032c:
{
V_17 = (bool)G_B40_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:862>
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_125 = V_4;
NullCheck(L_125);
bool L_126 = L_125->___isEnabled;
if (!L_126)
{
goto IL_0344;
}
}
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_127 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
bool L_128;
L_128 = PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A(L_127, NULL);
G_B43_0 = ((int32_t)(L_128));
goto IL_0345;
}
IL_0344:
{
G_B43_0 = 0;
}
IL_0345:
{
V_18 = (bool)G_B43_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:865>
bool L_129 = V_17;
if (!L_129)
{
goto IL_0353;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_130 = V_1;
NullCheck(L_130);
bool L_131 = L_130->___postProcessingRequiresDepthTexture;
G_B46_0 = ((int32_t)(L_131));
goto IL_0354;
}
IL_0353:
{
G_B46_0 = 0;
}
IL_0354:
{
V_19 = (bool)G_B46_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:868>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_132 = V_1;
NullCheck(L_132);
bool L_133 = L_132->___postProcessEnabled;
if (!L_133)
{
goto IL_036b;
}
}
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_134 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
bool L_135;
L_135 = PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A(L_134, NULL);
G_B49_0 = ((int32_t)(L_135));
goto IL_036c;
}
IL_036b:
{
G_B49_0 = 0;
}
IL_036c:
{
V_20 = (bool)G_B49_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:869>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_136 = V_1;
NullCheck(L_136);
bool L_137;
L_137 = UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D(L_136, NULL);
if (L_137)
{
goto IL_037e;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_138 = V_1;
NullCheck(L_138);
bool L_139;
L_139 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_138, NULL);
G_B52_0 = ((int32_t)(L_139));
goto IL_037f;
}
IL_037e:
{
G_B52_0 = 1;
}
IL_037f:
{
V_21 = (bool)G_B52_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:871>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_140 = V_1;
NullCheck(L_140);
bool L_141 = L_140->___requiresDepthTexture;
if (L_141)
{
goto IL_039a;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_142 = V_16;
bool L_143 = L_142.___requiresDepthTexture;
if (L_143)
{
goto IL_039a;
}
}
{
bool L_144;
L_144 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
G_B56_0 = ((int32_t)(L_144));
goto IL_039b;
}
IL_039a:
{
G_B56_0 = 1;
}
IL_039b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:876>
V_22 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:879>
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_145 = __this->___m_MainLightShadowCasterPass;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_146 = V_0;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_147 = V_1;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_148 = V_2;
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_149 = V_3;
NullCheck(L_145);
bool L_150;
L_150 = MainLightShadowCasterPass_Setup_mBE7DBA64DB246FF091229EC1B945D516D2868CDC(L_145, L_146, L_147, L_148, L_149, NULL);
V_23 = L_150;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:880>
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_151 = __this->___m_AdditionalLightsShadowCasterPass;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_152 = V_0;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_153 = V_1;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_154 = V_2;
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_155 = V_3;
NullCheck(L_151);
bool L_156;
L_156 = AdditionalLightsShadowCasterPass_Setup_m9C5B61E95030586B23CAAB21138BCC0A9B4741FD(L_151, L_152, L_153, L_154, L_155, NULL);
V_24 = L_156;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:881>
TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* L_157 = __this->___m_TransparentSettingsPass;
NullCheck(L_157);
bool L_158;
L_158 = TransparentSettingsPass_Setup_mF37A3761883AACCF280D7F962FAF4AB60848413C(L_157, NULL);
V_25 = L_158;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:883>
int32_t L_159 = __this->___m_CopyDepthMode;
V_26 = (bool)((((int32_t)L_159) == ((int32_t)2))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:889>
int32_t L_160 = G_B56_0;
bool L_161 = V_19;
if (!((int32_t)(L_160|(int32_t)L_161)))
{
G_B58_0 = L_160;
goto IL_03ec;
}
G_B57_0 = L_160;
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_162 = V_1;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_163;
L_163 = UniversalRenderer_CanCopyDepth_mFE6A5B53C345C192FAC2FF344F766B1AAA227762(L_162, NULL);
bool L_164 = V_26;
G_B59_0 = ((int32_t)(((((int32_t)L_163) == ((int32_t)0))? 1 : 0)|(int32_t)L_164));
G_B59_1 = G_B57_0;
goto IL_03ed;
}
IL_03ec:
{
G_B59_0 = 0;
G_B59_1 = G_B58_0;
}
IL_03ed:
{
V_27 = (bool)G_B59_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:890>
bool L_165 = V_27;
bool L_166 = V_21;
V_27 = (bool)((int32_t)((int32_t)L_165|(int32_t)L_166));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:891>
bool L_167 = V_27;
bool L_168 = V_22;
V_27 = (bool)((int32_t)((int32_t)L_167|(int32_t)L_168));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:892>
bool L_169 = V_27;
bool L_170 = V_8;
V_27 = (bool)((int32_t)((int32_t)L_169|(int32_t)L_170));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:893>
bool L_171 = V_27;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_172 = V_16;
bool L_173 = L_172.___requiresDepthPrepass;
V_27 = (bool)((int32_t)((int32_t)L_171|(int32_t)L_173));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:894>
bool L_174 = V_27;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_175 = V_16;
bool L_176 = L_175.___requiresNormalsTexture;
V_27 = (bool)((int32_t)((int32_t)L_174|(int32_t)L_176));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:902>
bool L_177 = V_27;
bool L_178 = V_13;
if (!((int32_t)((int32_t)L_177&(int32_t)L_178)))
{
G_B62_0 = G_B59_1;
goto IL_042f;
}
G_B60_0 = G_B59_1;
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_179 = V_16;
bool L_180 = L_179.___requiresNormalsTexture;
if (L_180)
{
G_B62_0 = G_B60_0;
goto IL_042f;
}
G_B61_0 = G_B60_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:903>
V_27 = (bool)0;
G_B62_0 = G_B61_0;
}
IL_042f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:905>
bool L_181 = V_27;
bool L_182;
L_182 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
V_27 = (bool)((int32_t)((int32_t)L_181|(int32_t)L_182));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:911>
int32_t L_183 = G_B62_0;
if (!L_183)
{
G_B70_0 = L_183;
goto IL_049f;
}
G_B63_0 = L_183;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:913>
int32_t L_184 = __this->___m_CopyDepthMode;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:915>
if (((((int32_t)L_184) == ((int32_t)1))? 1 : 0))
{
G_B65_0 = G_B63_0;
goto IL_044f;
}
G_B64_0 = G_B63_0;
}
{
G_B66_0 = ((int32_t)300);
G_B66_1 = G_B64_0;
goto IL_0454;
}
IL_044f:
{
G_B66_0 = ((int32_t)500);
G_B66_1 = G_B65_0;
}
IL_0454:
{
V_45 = G_B66_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:917>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_185 = V_16;
bool L_186 = L_185.___requiresDepthTexture;
if (!L_186)
{
G_B68_0 = G_B66_1;
goto IL_0474;
}
G_B67_0 = G_B66_1;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:920>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_187 = V_16;
int32_t L_188 = L_187.___requiresDepthTextureEarliestEvent;
int32_t L_189;
L_189 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(((int32_t)500), ((int32_t)il2cpp_codegen_subtract((int32_t)L_188, 1)), NULL);
V_45 = L_189;
G_B68_0 = G_B67_0;
}
IL_0474:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:922>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_190 = __this->___m_CopyDepthPass;
int32_t L_191 = V_45;
NullCheck(L_190);
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(L_190, L_191, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:926>
int32_t L_192 = V_45;
if ((((int32_t)L_192) >= ((int32_t)((int32_t)500))))
{
G_B72_0 = G_B68_0;
goto IL_04b9;
}
G_B69_0 = G_B68_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:928>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_193 = __this->___m_CopyDepthPass;
NullCheck(L_193);
L_193->___m_CopyResolvedDepth = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:929>
__this->___m_CopyDepthMode = 0;
G_B72_0 = G_B69_0;
goto IL_04b9;
}
IL_049f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:932>
bool L_194 = V_19;
bool L_195 = V_21;
bool L_196 = V_22;
if (!((int32_t)(((int32_t)((int32_t)L_194|(int32_t)L_195))|(int32_t)L_196)))
{
G_B72_0 = G_B70_0;
goto IL_04b9;
}
G_B71_0 = G_B70_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:935>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_197 = __this->___m_CopyDepthPass;
NullCheck(L_197);
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(L_197, ((int32_t)500), NULL);
G_B72_0 = G_B71_0;
}
IL_04b9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:939>
bool L_198 = V_9;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_199 = V_1;
bool L_200;
L_200 = UniversalRenderer_RequiresIntermediateColorTexture_mCDD21A965A88B776903B70A51D7031D2057602DE(__this, L_199, (&V_16), NULL);
V_9 = (bool)((int32_t)((int32_t)L_198|(int32_t)L_200));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:940>
bool L_201 = V_9;
bool L_202 = V_8;
V_9 = (bool)((int32_t)((int32_t)L_201&((((int32_t)L_202) == ((int32_t)0))? 1 : 0)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:947>
bool L_203 = V_19;
if (!((int32_t)(G_B72_0|(int32_t)L_203)))
{
goto IL_04dd;
}
}
{
bool L_204 = V_27;
G_B75_0 = ((((int32_t)L_204) == ((int32_t)0))? 1 : 0);
goto IL_04de;
}
IL_04dd:
{
G_B75_0 = 0;
}
IL_04de:
{
V_28 = (bool)G_B75_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:948>
bool L_205 = V_28;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_206 = V_1;
NullCheck(L_206);
bool L_207 = L_206->___resolveFinalTarget;
V_28 = (bool)((int32_t)((int32_t)L_205|((((int32_t)L_207) == ((int32_t)0))? 1 : 0)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:950>
bool L_208 = V_28;
bool L_209 = V_13;
if (!L_209)
{
G_B77_0 = L_208;
goto IL_04ff;
}
G_B76_0 = L_208;
}
{
bool L_210 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
G_B78_0 = ((((int32_t)L_210) == ((int32_t)0))? 1 : 0);
G_B78_1 = G_B76_0;
goto IL_0500;
}
IL_04ff:
{
G_B78_0 = 0;
G_B78_1 = G_B77_0;
}
IL_0500:
{
V_28 = (bool)((int32_t)((int32_t)G_B78_1|G_B78_0));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:952>
bool L_211 = V_28;
bool L_212;
L_212 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
V_28 = (bool)((int32_t)((int32_t)L_211|(int32_t)L_212));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:954>
bool L_213 = V_28;
bool L_214 = V_15;
V_28 = (bool)((int32_t)((int32_t)L_213|(int32_t)L_214));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:958>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_215 = V_1;
NullCheck(L_215);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_216;
L_216 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_215, NULL);
NullCheck(L_216);
bool L_217;
L_217 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_216, NULL);
if (!L_217)
{
goto IL_0529;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:959>
bool L_218 = V_9;
bool L_219 = V_28;
V_9 = (bool)((int32_t)((int32_t)L_218|(int32_t)L_219));
}
IL_0529:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:972>
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_220;
L_220 = RTHandles_get_rtHandleProperties_mE9C88F6CB33ADBB4E90F39BA940AF17F66468468(NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_221 = L_220.___rtHandleScale;
float L_222 = L_221.___x;
if ((!(((float)L_222) == ((float)(1.0f)))))
{
goto IL_0555;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_223;
L_223 = RTHandles_get_rtHandleProperties_mE9C88F6CB33ADBB4E90F39BA940AF17F66468468(NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_224 = L_223.___rtHandleScale;
float L_225 = L_224.___y;
if ((((float)L_225) == ((float)(1.0f))))
{
goto IL_055c;
}
}
IL_0555:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:973>
bool L_226 = V_9;
bool L_227 = V_28;
V_9 = (bool)((int32_t)((int32_t)L_226|(int32_t)L_227));
}
IL_055c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:975>
bool L_228 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
if (L_228)
{
goto IL_056c;
}
}
{
bool L_229;
L_229 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
if (!L_229)
{
goto IL_0573;
}
}
IL_056c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:976>
bool L_230 = V_9;
bool L_231 = V_28;
V_9 = (bool)((int32_t)((int32_t)L_230|(int32_t)L_231));
}
IL_0573:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:980>
bool L_232;
L_232 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL);
if (!L_232)
{
goto IL_0581;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:981>
bool L_233 = V_9;
bool L_234 = V_28;
V_9 = (bool)((int32_t)((int32_t)L_233|(int32_t)L_234));
}
IL_0581:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:984>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_235 = V_6;
V_29 = L_235;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:985>
RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539((&V_29), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:986>
RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414((&V_29), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:987>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_29), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:988>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_236 = __this->___m_ColorBufferSystem;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_237 = V_29;
NullCheck(L_236);
RenderTargetBufferSystem_SetCameraSettings_m1F65A3121D31191F44E826D47ECBE5279EDC93F8(L_236, L_237, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:991>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_238 = V_1;
NullCheck(L_238);
int32_t L_239 = L_238->___renderType;
if (L_239)
{
goto IL_06e3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:994>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_240 = V_5;
NullCheck(L_240);
int32_t L_241;
L_241 = Camera_get_sceneViewFilterMode_m061A35F0884EDEFAE2C3D3FF90D1BD725F1D7CEF(L_240, NULL);
V_46 = (bool)((((int32_t)L_241) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:995>
bool L_242 = V_9;
bool L_243 = V_28;
if (!((int32_t)((int32_t)L_242|(int32_t)L_243)))
{
goto IL_05d0;
}
}
{
bool L_244 = V_46;
G_B92_0 = ((((int32_t)L_244) == ((int32_t)0))? 1 : 0);
goto IL_05d1;
}
IL_05d0:
{
G_B92_0 = 0;
}
IL_05d1:
{
V_47 = (bool)G_B92_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:999>
bool L_245 = V_28;
bool L_246 = V_9;
V_28 = (bool)((int32_t)((int32_t)L_245|(int32_t)L_246));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1001>
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_247;
L_247 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
V_48 = L_247;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1003>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_248 = V_1;
NullCheck(L_248);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_249;
L_249 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_248, NULL);
NullCheck(L_249);
bool L_250;
L_250 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_249, NULL);
if (!L_250)
{
goto IL_05fc;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1004>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_251 = V_1;
NullCheck(L_251);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_252;
L_252 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_251, NULL);
NullCheck(L_252);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_253;
L_253 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_252, NULL);
V_48 = L_253;
}
IL_05fc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1007>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_254 = __this->___m_TargetColorHandle;
if (L_254)
{
goto IL_0613;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1009>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_255 = V_48;
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_256;
L_256 = RTHandles_Alloc_m7EC88962CADCEAB38EAE8D792039466E20874304(L_255, NULL);
__this->___m_TargetColorHandle = L_256;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetColorHandle), (void*)L_256);
goto IL_0634;
}
IL_0613:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1011>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_257 = __this->___m_TargetColorHandle;
NullCheck(L_257);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_258;
L_258 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_257, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_259 = V_48;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_260;
L_260 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_258, L_259, NULL);
if (!L_260)
{
goto IL_0634;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1013>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_261 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_TargetColorHandle);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_262 = V_48;
RTHandleStaticHelpers_SetRTHandleUserManagedWrapper_mC550F8602CF14819A9EDC41A6F15E6991AF1F51F(L_261, L_262, NULL);
}
IL_0634:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1016>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_263 = __this->___m_TargetDepthHandle;
if (L_263)
{
goto IL_064b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1018>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_264 = V_48;
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_265;
L_265 = RTHandles_Alloc_m7EC88962CADCEAB38EAE8D792039466E20874304(L_264, NULL);
__this->___m_TargetDepthHandle = L_265;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetDepthHandle), (void*)L_265);
goto IL_066c;
}
IL_064b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1020>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_266 = __this->___m_TargetDepthHandle;
NullCheck(L_266);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_267;
L_267 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_266, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_268 = V_48;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_269;
L_269 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_267, L_268, NULL);
if (!L_269)
{
goto IL_066c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1022>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_270 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_TargetDepthHandle);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_271 = V_48;
RTHandleStaticHelpers_SetRTHandleUserManagedWrapper_mC550F8602CF14819A9EDC41A6F15E6991AF1F51F(L_270, L_271, NULL);
}
IL_066c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1026>
bool L_272 = V_47;
if (!L_272)
{
goto IL_067c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1027>
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_273 = ___0_context;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_274 = V_7;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_275 = V_1;
UniversalRenderer_CreateCameraRenderTarget_m258AD8B49426280E1DC061A568D6C4EAD74BDB22(__this, L_273, (&V_6), L_274, L_275, NULL);
}
IL_067c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1029>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_276 = __this->___m_RenderOpaqueForwardPass;
bool L_277 = V_47;
NullCheck(L_276);
L_276->___m_IsActiveTargetBackBuffer = (bool)((((int32_t)L_277) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1030>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_278 = __this->___m_RenderTransparentForwardPass;
bool L_279 = V_47;
NullCheck(L_278);
L_278->___m_IsActiveTargetBackBuffer = (bool)((((int32_t)L_279) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1032>
XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* L_280 = __this->___m_XROcclusionMeshPass;
bool L_281 = V_47;
NullCheck(L_280);
L_280->___m_IsActiveTargetBackBuffer = (bool)((((int32_t)L_281) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1035>
bool L_282 = V_9;
if (L_282)
{
G_B106_0 = __this;
goto IL_06b9;
}
G_B105_0 = __this;
}
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_283 = __this->___m_TargetColorHandle;
G_B107_0 = L_283;
G_B107_1 = G_B105_0;
goto IL_06c4;
}
IL_06b9:
{
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_284 = __this->___m_ColorBufferSystem;
NullCheck(L_284);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_285;
L_285 = RenderTargetBufferSystem_PeekBackBuffer_m5496A9F37497CE9915D760AD5F44FEA5EE304941(L_284, NULL);
G_B107_0 = L_285;
G_B107_1 = G_B106_0;
}
IL_06c4:
{
NullCheck(G_B107_1);
G_B107_1->___m_ActiveCameraColorAttachment = G_B107_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B107_1->___m_ActiveCameraColorAttachment), (void*)G_B107_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1036>
bool L_286 = V_28;
if (L_286)
{
G_B109_0 = __this;
goto IL_06d6;
}
G_B108_0 = __this;
}
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_287 = __this->___m_TargetDepthHandle;
G_B110_0 = L_287;
G_B110_1 = G_B108_0;
goto IL_06dc;
}
IL_06d6:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_288 = __this->___m_CameraDepthAttachment;
G_B110_0 = L_288;
G_B110_1 = G_B109_0;
}
IL_06dc:
{
NullCheck(G_B110_1);
G_B110_1->___m_ActiveCameraDepthAttachment = G_B110_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B110_1->___m_ActiveCameraDepthAttachment), (void*)G_B110_0);
goto IL_075e;
}
IL_06e3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1040>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_289 = V_1;
NullCheck(L_289);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_290 = L_289->___baseCamera;
NullCheck(L_290);
bool L_291;
L_291 = Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86(L_290, (&V_49), Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1041>
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_292 = V_49;
NullCheck(L_292);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_293;
L_293 = UniversalAdditionalCameraData_get_scriptableRenderer_m9158657B4174075D22953E2FA8E8B185C12556A3(L_292, NULL);
V_50 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)CastclassSealed((RuntimeObject*)L_293, UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1042>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_294 = __this->___m_ColorBufferSystem;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_295 = V_50;
NullCheck(L_295);
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_296 = L_295->___m_ColorBufferSystem;
if ((((RuntimeObject*)(RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13*)L_294) == ((RuntimeObject*)(RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13*)L_296)))
{
goto IL_0726;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1044>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_297 = __this->___m_ColorBufferSystem;
NullCheck(L_297);
RenderTargetBufferSystem_Dispose_m1C3AC5DA450F8B824721316FAC28EBAE5377DBC6(L_297, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1045>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_298 = V_50;
NullCheck(L_298);
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_299 = L_298->___m_ColorBufferSystem;
__this->___m_ColorBufferSystem = L_299;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorBufferSystem), (void*)L_299);
}
IL_0726:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1047>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_300 = __this->___m_ColorBufferSystem;
NullCheck(L_300);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_301;
L_301 = RenderTargetBufferSystem_PeekBackBuffer_m5496A9F37497CE9915D760AD5F44FEA5EE304941(L_300, NULL);
__this->___m_ActiveCameraColorAttachment = L_301;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActiveCameraColorAttachment), (void*)L_301);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1048>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_302 = V_50;
NullCheck(L_302);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_303 = L_302->___m_ActiveCameraDepthAttachment;
__this->___m_ActiveCameraDepthAttachment = L_303;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActiveCameraDepthAttachment), (void*)L_303);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1049>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_304 = V_50;
NullCheck(L_304);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_305 = L_304->___m_TargetColorHandle;
__this->___m_TargetColorHandle = L_305;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetColorHandle), (void*)L_305);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1050>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_306 = V_50;
NullCheck(L_306);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_307 = L_306->___m_TargetDepthHandle;
__this->___m_TargetDepthHandle = L_307;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetDepthHandle), (void*)L_307);
}
IL_075e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1053>
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* L_308;
L_308 = ScriptableRenderer_get_rendererFeatures_m2473415AE63D3735ACBD7BF7CAEA7CB0315A7057_inline(__this, NULL);
NullCheck(L_308);
int32_t L_309;
L_309 = List_1_get_Count_m81D0B7C641653EC8742F7B48EC513ECBD2A61C97_inline(L_308, List_1_get_Count_m81D0B7C641653EC8742F7B48EC513ECBD2A61C97_RuntimeMethod_var);
if (!L_309)
{
goto IL_0780;
}
}
{
bool L_310 = V_8;
if (L_310)
{
goto IL_0780;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1054>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_311 = __this->___m_ColorBufferSystem;
NullCheck(L_311);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_312;
L_312 = RenderTargetBufferSystem_PeekBackBuffer_m5496A9F37497CE9915D760AD5F44FEA5EE304941(L_311, NULL);
ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline(__this, L_312, NULL);
}
IL_0780:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1056>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_313 = V_1;
NullCheck(L_313);
bool L_314 = L_313->___requiresOpaqueTexture;
if (L_314)
{
goto IL_0791;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_315 = V_16;
bool L_316 = L_315.___requiresColorTexture;
G_B120_0 = ((int32_t)(L_316));
goto IL_0792;
}
IL_0791:
{
G_B120_0 = 1;
}
IL_0792:
{
V_30 = (bool)G_B120_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1059>
bool L_317 = V_30;
bool L_318 = V_8;
V_30 = (bool)((int32_t)((int32_t)L_317&((((int32_t)L_318) == ((int32_t)0))? 1 : 0)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1062>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_319 = __this->___m_ActiveCameraColorAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_320 = __this->___m_ActiveCameraDepthAttachment;
ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B(__this, L_319, L_320, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1064>
int32_t L_321;
L_321 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
if ((!(((uint32_t)L_321) == ((uint32_t)2))))
{
goto IL_07d5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1065>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_322 = V_7;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_323 = __this->___m_CameraDepthAttachment;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_324;
L_324 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_323, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_325 = __this->___m_CameraDepthAttachment_D3d_11;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_326;
L_326 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_325, NULL);
NullCheck(L_322);
CommandBuffer_CopyTexture_mDA8B82E30D465C5CC29046C558507601E3CC5BAF(L_322, L_324, L_326, NULL);
}
IL_07d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1067>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_327;
L_327 = ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_328 = ((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__126_0;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_329 = L_328;
if (L_329)
{
G_B124_0 = L_329;
G_B124_1 = L_327;
goto IL_07fa;
}
G_B123_0 = L_329;
G_B123_1 = L_327;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B* L_330 = ((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_331 = (Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F*)il2cpp_codegen_object_new(Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F_il2cpp_TypeInfo_var);
Predicate_1__ctor_mFE18533B43A6BC452856BD26C1B09EA48B30D596(L_331, L_330, (intptr_t)((void*)U3CU3Ec_U3CSetupU3Eb__126_0_mE8A312FDD1D48C88179D5D44F547ADB183AE65AF_RuntimeMethod_var), NULL);
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_332 = L_331;
((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__126_0 = L_332;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__126_0), (void*)L_332);
G_B124_0 = L_332;
G_B124_1 = G_B123_1;
}
IL_07fa:
{
NullCheck(G_B124_1);
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_333;
L_333 = List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15(G_B124_1, G_B124_0, List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15_RuntimeMethod_var);
V_31 = (bool)((!(((RuntimeObject*)(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0*)L_333) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1069>
bool L_334 = V_23;
if (!L_334)
{
goto IL_0814;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1070>
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_335 = __this->___m_MainLightShadowCasterPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_335, NULL);
}
IL_0814:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1072>
bool L_336 = V_24;
if (!L_336)
{
goto IL_0824;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1073>
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_337 = __this->___m_AdditionalLightsShadowCasterPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_337, NULL);
}
IL_0824:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1075>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1076>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1077>
bool L_338 = V_27;
if (L_338)
{
goto IL_083f;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_339 = V_1;
NullCheck(L_339);
bool L_340 = L_339->___requiresDepthTexture;
bool L_341 = V_19;
if (((int32_t)((int32_t)L_340|(int32_t)L_341)))
{
goto IL_083c;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_342 = V_16;
bool L_343 = L_342.___requiresDepthTexture;
G_B133_0 = ((int32_t)(L_343));
goto IL_0840;
}
IL_083c:
{
G_B133_0 = 1;
goto IL_0840;
}
IL_083f:
{
G_B133_0 = 0;
}
IL_0840:
{
bool L_344 = V_28;
V_32 = (bool)((int32_t)(G_B133_0&(int32_t)L_344));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1079>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_345;
L_345 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_345)
{
goto IL_08b9;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_346;
L_346 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_347 = V_1;
NullCheck(L_347);
bool L_348;
L_348 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_347, NULL);
NullCheck(L_346);
bool L_349;
L_349 = DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077(L_346, L_348, NULL);
if (!L_349)
{
goto IL_08b9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1081>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_350;
L_350 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_350);
bool L_351;
L_351 = DebugHandler_TryGetFullscreenDebugMode_m5B125CD94DF3367FD65C7AC30E4FE820212CF2CD(L_350, (&V_51), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1082>
int32_t L_352 = V_51;
if ((!(((uint32_t)L_352) == ((uint32_t)1))))
{
goto IL_0876;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1084>
V_27 = (bool)1;
}
IL_0876:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1087>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_353;
L_353 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_353);
bool L_354;
L_354 = DebugHandler_get_IsLightingActive_mC752F77FFF4D88FE05B9436F595752BA4CA2D5B2(L_353, NULL);
if (L_354)
{
goto IL_08a0;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1089>
V_23 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1090>
V_24 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1092>
bool L_355 = V_21;
if (L_355)
{
goto IL_08a0;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1094>
V_27 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1095>
ScriptableRenderer_set_useDepthPriming_mE19B00F9BB6CBA3158241891FF40EEC1B842486C_inline(__this, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1096>
V_20 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1097>
V_30 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1098>
V_32 = (bool)0;
}
IL_08a0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1102>
bool L_356 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
if (!L_356)
{
goto IL_08b9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1103>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_357;
L_357 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_357);
bool L_358;
L_358 = DebugHandler_get_IsRenderPassSupported_m4DB52790281A4B3AB2E53094F5643F3146A46FF0(L_357, NULL);
((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled = L_358;
}
IL_08b9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1106>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_359 = V_1;
NullCheck(L_359);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_360 = L_359->___renderer;
bool L_361;
L_361 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
NullCheck(L_360);
ScriptableRenderer_set_useDepthPriming_mE19B00F9BB6CBA3158241891FF40EEC1B842486C_inline(L_360, L_361, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1108>
bool L_362 = V_13;
if (!L_362)
{
goto IL_08fc;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1110>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_363 = __this->___m_DeferredLights;
NullCheck(L_363);
bool L_364;
L_364 = DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline(L_363, NULL);
if (!L_364)
{
goto IL_08fc;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_365 = V_16;
int32_t L_366 = L_365.___requiresDepthNormalAtEvent;
if ((((int32_t)((int32_t)220)) == ((int32_t)L_366)))
{
goto IL_08f1;
}
}
{
bool L_367 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
if (L_367)
{
goto IL_08fc;
}
}
IL_08f1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1111>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_368 = __this->___m_DeferredLights;
NullCheck(L_368);
DeferredLights_DisableFramebufferFetchInput_mD3D52031BF54D7EBD48EA7E49513D867016EE7FA(L_368, NULL);
}
IL_08fc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1115>
bool L_369 = V_13;
if (!L_369)
{
goto IL_090b;
}
}
{
bool L_370 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
G_B150_0 = ((((int32_t)L_370) == ((int32_t)0))? 1 : 0);
goto IL_090c;
}
IL_090b:
{
G_B150_0 = 0;
}
IL_090c:
{
bool L_371 = V_27;
bool L_372 = V_32;
if (!((int32_t)(((int32_t)(G_B150_0|(int32_t)L_371))|(int32_t)L_372)))
{
goto IL_099b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1117>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_373 = V_6;
V_52 = L_373;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1118>
bool L_374 = V_27;
if (!L_374)
{
goto IL_093a;
}
}
{
bool L_375 = V_13;
if (L_375)
{
goto IL_093a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1120>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_52), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1121>
int32_t L_376;
L_376 = UniversalRenderer_get_cameraDepthTextureFormat_mC62D0D0567F051F86661A937FE4DFF9AB74BD64F(__this, NULL);
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_52), L_376, NULL);
goto IL_094b;
}
IL_093a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1125>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_52), ((int32_t)49), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1126>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_52), 0, NULL);
}
IL_094b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1129>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_52), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1130>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_377 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_DepthTexture);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_378;
L_378 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_377, (&V_52), 0, 1, 1, (0.0f), _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1132>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_379 = V_7;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_380 = __this->___m_DepthTexture;
NullCheck(L_380);
String_t* L_381;
L_381 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_380, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_382 = __this->___m_DepthTexture;
NullCheck(L_382);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_383;
L_383 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_382, NULL);
NullCheck(L_379);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_379, L_381, L_383, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1133>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_384 = V_7;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
ScriptableRenderContext_ExecuteCommandBuffer_mBAE37DFC699B7167A6E2C59012066C44A31E9896((&___0_context), L_384, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1134>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_385 = V_7;
NullCheck(L_385);
CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_385, NULL);
}
IL_099b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1137>
bool L_386 = V_13;
if (!L_386)
{
goto IL_09ac;
}
}
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_387 = __this->___m_DeferredLights;
NullCheck(L_387);
bool L_388;
L_388 = DeferredLights_get_UseRenderingLayers_m353CF7E8744DB3CC76B32E7747E413715D76143D(L_387, NULL);
G_B159_0 = ((int32_t)(L_388));
goto IL_09ad;
}
IL_09ac:
{
G_B159_0 = 0;
}
IL_09ad:
{
V_33 = (bool)G_B159_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1139>
bool L_389 = V_10;
bool L_390 = V_33;
if (!((int32_t)((int32_t)L_389|(int32_t)L_390)))
{
goto IL_0abb;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1141>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_391 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_DecalLayersTexture);
V_53 = L_391;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1142>
V_54 = _stringLiteral381041D0FEE59A6E615372ECEBA4D316EB4EA230;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1144>
bool L_392 = V_33;
if (!L_392)
{
goto IL_09f3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1146>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_393 = __this->___m_DeferredLights;
NullCheck(L_393);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_394;
L_394 = DeferredLights_get_GbufferAttachments_m93F4186104CA66B40F90FC3421542561D91A52DC_inline(L_393, NULL);
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_395 = __this->___m_DeferredLights;
NullCheck(L_395);
int32_t L_396;
L_396 = DeferredLights_get_GBufferRenderingLayers_mC1516964EE0987641196BF0F04AF65A7888DACDA(L_395, NULL);
NullCheck(L_394);
V_53 = ((L_394)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_396)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1147>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_397 = V_53;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_398 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_397);
NullCheck(L_398);
String_t* L_399;
L_399 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_398, NULL);
V_54 = L_399;
}
IL_09f3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1150>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_400 = V_6;
V_55 = L_400;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1151>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_55), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1153>
bool L_401 = V_15;
if (L_401)
{
goto IL_0a0b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1154>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_55), 1, NULL);
}
IL_0a0b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1158>
bool L_402 = V_33;
if (!L_402)
{
goto IL_0a2e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1159>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_403 = __this->___m_DeferredLights;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_404 = __this->___m_DeferredLights;
NullCheck(L_404);
int32_t L_405;
L_405 = DeferredLights_get_GBufferRenderingLayers_mC1516964EE0987641196BF0F04AF65A7888DACDA(L_404, NULL);
NullCheck(L_403);
int32_t L_406;
L_406 = DeferredLights_GetGBufferFormat_m9CA9F7C4D9EC692498D5ED7B60D306DD85855E09(L_403, L_405, NULL);
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_55), L_406, NULL);
goto IL_0a3c;
}
IL_0a2e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1161>
int32_t L_407 = V_12;
int32_t L_408;
L_408 = RenderingLayerUtils_GetFormat_m4625E4EBE85382D40F47251D859FBBE7FBED9B88(L_407, NULL);
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_55), L_408, NULL);
}
IL_0a3c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1163>
bool L_409 = V_33;
if (!L_409)
{
goto IL_0a5a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1165>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_410 = __this->___m_DeferredLights;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_411 = V_55;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_412 = __this->___m_DeferredLights;
NullCheck(L_412);
int32_t L_413;
L_413 = DeferredLights_get_GBufferRenderingLayers_mC1516964EE0987641196BF0F04AF65A7888DACDA(L_412, NULL);
NullCheck(L_410);
DeferredLights_ReAllocateGBufferIfNeeded_m1B0C7D1D8D84F70365EE88ECDB047BB72261C5A0(L_410, L_411, L_413, NULL);
goto IL_0a6e;
}
IL_0a5a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1169>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_414 = V_53;
String_t* L_415 = V_54;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_416;
L_416 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_414, (&V_55), 0, 1, 1, (0.0f), L_415, NULL);
}
IL_0a6e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1172>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_417 = V_7;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_418 = V_53;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_419 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_418);
NullCheck(L_419);
String_t* L_420;
L_420 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_419, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_421 = V_53;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_422 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_421);
NullCheck(L_422);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_423;
L_423 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_422, NULL);
NullCheck(L_417);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_417, L_420, L_423, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1173>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_424 = V_7;
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_425;
L_425 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_424, NULL);
int32_t L_426 = V_12;
RenderingLayerUtils_SetupProperties_m2A1AA052D575737E5C1F872793A633A1043F980D(L_425, L_426, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1174>
bool L_427 = V_13;
if (!L_427)
{
goto IL_0aab;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1175>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_428 = V_7;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_429 = V_53;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_430 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_429);
NullCheck(L_430);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_431;
L_431 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_430, NULL);
NullCheck(L_428);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_428, _stringLiteral381041D0FEE59A6E615372ECEBA4D316EB4EA230, L_431, NULL);
}
IL_0aab:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1176>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_432 = V_7;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
ScriptableRenderContext_ExecuteCommandBuffer_mBAE37DFC699B7167A6E2C59012066C44A31E9896((&___0_context), L_432, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1177>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_433 = V_7;
NullCheck(L_433);
CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_433, NULL);
}
IL_0abb:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1181>
bool L_434 = V_27;
if (!L_434)
{
goto IL_0bcd;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_435 = V_16;
bool L_436 = L_435.___requiresNormalsTexture;
if (!L_436)
{
goto IL_0bcd;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1183>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_437 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_NormalsTexture);
V_56 = L_437;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1184>
il2cpp_codegen_runtime_class_init_inline(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
String_t* L_438 = ((DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_StaticFields*)il2cpp_codegen_static_fields_for(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var))->___k_CameraNormalsTextureName;
V_57 = L_438;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1186>
bool L_439 = V_13;
if (!L_439)
{
goto IL_0b08;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1188>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_440 = __this->___m_DeferredLights;
NullCheck(L_440);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_441;
L_441 = DeferredLights_get_GbufferAttachments_m93F4186104CA66B40F90FC3421542561D91A52DC_inline(L_440, NULL);
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_442 = __this->___m_DeferredLights;
NullCheck(L_442);
int32_t L_443;
L_443 = DeferredLights_get_GBufferNormalSmoothnessIndex_m1C2B7183455DDB4339E16783E424AE8FA561CD89(L_442, NULL);
NullCheck(L_441);
V_56 = ((L_441)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_443)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1189>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_444 = V_56;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_445 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_444);
NullCheck(L_445);
String_t* L_446;
L_446 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_445, NULL);
V_57 = L_446;
}
IL_0b08:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1192>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_447 = V_6;
V_58 = L_447;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1193>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_58), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1195>
bool L_448;
L_448 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
if (L_448)
{
G_B179_0 = (&V_58);
goto IL_0b21;
}
G_B178_0 = (&V_58);
}
{
G_B180_0 = 1;
G_B180_1 = G_B178_0;
goto IL_0b28;
}
IL_0b21:
{
int32_t L_449;
L_449 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_6), NULL);
G_B180_0 = L_449;
G_B180_1 = G_B179_0;
}
IL_0b28:
{
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline(G_B180_1, G_B180_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1199>
bool L_450 = V_13;
if (!L_450)
{
goto IL_0b50;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1200>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_451 = __this->___m_DeferredLights;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_452 = __this->___m_DeferredLights;
NullCheck(L_452);
int32_t L_453;
L_453 = DeferredLights_get_GBufferNormalSmoothnessIndex_m1C2B7183455DDB4339E16783E424AE8FA561CD89(L_452, NULL);
NullCheck(L_451);
int32_t L_454;
L_454 = DeferredLights_GetGBufferFormat_m9CA9F7C4D9EC692498D5ED7B60D306DD85855E09(L_451, L_453, NULL);
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_58), L_454, NULL);
goto IL_0b5c;
}
IL_0b50:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1202>
il2cpp_codegen_runtime_class_init_inline(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
int32_t L_455;
L_455 = DepthNormalOnlyPass_GetGraphicsFormat_mF3397DADF6851476D8B947CEFFEC0CF80DA306B7(NULL);
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_58), L_455, NULL);
}
IL_0b5c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1204>
bool L_456 = V_13;
if (!L_456)
{
goto IL_0b7a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1206>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_457 = __this->___m_DeferredLights;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_458 = V_58;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_459 = __this->___m_DeferredLights;
NullCheck(L_459);
int32_t L_460;
L_460 = DeferredLights_get_GBufferNormalSmoothnessIndex_m1C2B7183455DDB4339E16783E424AE8FA561CD89(L_459, NULL);
NullCheck(L_457);
DeferredLights_ReAllocateGBufferIfNeeded_m1B0C7D1D8D84F70365EE88ECDB047BB72261C5A0(L_457, L_458, L_460, NULL);
goto IL_0b8e;
}
IL_0b7a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1210>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_461 = V_56;
String_t* L_462 = V_57;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_463;
L_463 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_461, (&V_58), 0, 1, 1, (0.0f), L_462, NULL);
}
IL_0b8e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1213>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_464 = V_7;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_465 = V_56;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_466 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_465);
NullCheck(L_466);
String_t* L_467;
L_467 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_466, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_468 = V_56;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_469 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_468);
NullCheck(L_469);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_470;
L_470 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_469, NULL);
NullCheck(L_464);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_464, L_467, L_470, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1214>
bool L_471 = V_13;
if (!L_471)
{
goto IL_0bbd;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1215>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_472 = V_7;
il2cpp_codegen_runtime_class_init_inline(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
String_t* L_473 = ((DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_StaticFields*)il2cpp_codegen_static_fields_for(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var))->___k_CameraNormalsTextureName;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_474 = V_56;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_475 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_474);
NullCheck(L_475);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_476;
L_476 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_475, NULL);
NullCheck(L_472);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_472, L_473, L_476, NULL);
}
IL_0bbd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1216>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_477 = V_7;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
ScriptableRenderContext_ExecuteCommandBuffer_mBAE37DFC699B7167A6E2C59012066C44A31E9896((&___0_context), L_477, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1217>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_478 = V_7;
NullCheck(L_478);
CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_478, NULL);
}
IL_0bcd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1220>
bool L_479 = V_27;
if (!L_479)
{
goto IL_0d1c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1222>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_480 = V_16;
bool L_481 = L_480.___requiresNormalsTexture;
if (!L_481)
{
goto IL_0cf9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1224>
bool L_482 = V_13;
if (!L_482)
{
goto IL_0cb1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1230>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_483 = __this->___m_DeferredLights;
NullCheck(L_483);
int32_t L_484;
L_484 = DeferredLights_get_GBufferNormalSmoothnessIndex_m1C2B7183455DDB4339E16783E424AE8FA561CD89(L_483, NULL);
V_59 = L_484;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1231>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_485 = __this->___m_DeferredLights;
NullCheck(L_485);
bool L_486;
L_486 = DeferredLights_get_UseRenderingLayers_m353CF7E8744DB3CC76B32E7747E413715D76143D(L_485, NULL);
if (!L_486)
{
goto IL_0c39;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1232>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_487 = __this->___m_DepthNormalPrepass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_488 = __this->___m_ActiveCameraDepthAttachment;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_489 = __this->___m_DeferredLights;
NullCheck(L_489);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_490;
L_490 = DeferredLights_get_GbufferAttachments_m93F4186104CA66B40F90FC3421542561D91A52DC_inline(L_489, NULL);
int32_t L_491 = V_59;
NullCheck(L_490);
int32_t L_492 = L_491;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_493 = (L_490)->GetAt(static_cast<il2cpp_array_size_t>(L_492));
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_494 = __this->___m_DeferredLights;
NullCheck(L_494);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_495;
L_495 = DeferredLights_get_GbufferAttachments_m93F4186104CA66B40F90FC3421542561D91A52DC_inline(L_494, NULL);
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_496 = __this->___m_DeferredLights;
NullCheck(L_496);
int32_t L_497;
L_497 = DeferredLights_get_GBufferRenderingLayers_mC1516964EE0987641196BF0F04AF65A7888DACDA(L_496, NULL);
NullCheck(L_495);
int32_t L_498 = L_497;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_499 = (L_495)->GetAt(static_cast<il2cpp_array_size_t>(L_498));
NullCheck(L_487);
DepthNormalOnlyPass_Setup_mE9428DE76FB7E22B7ABFDB4E8A6A02D4D82D17F2(L_487, L_488, L_493, L_499, NULL);
goto IL_0c83;
}
IL_0c39:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1233>
bool L_500 = V_14;
if (!L_500)
{
goto IL_0c64;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1234>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_501 = __this->___m_DepthNormalPrepass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_502 = __this->___m_ActiveCameraDepthAttachment;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_503 = __this->___m_DeferredLights;
NullCheck(L_503);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_504;
L_504 = DeferredLights_get_GbufferAttachments_m93F4186104CA66B40F90FC3421542561D91A52DC_inline(L_503, NULL);
int32_t L_505 = V_59;
NullCheck(L_504);
int32_t L_506 = L_505;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_507 = (L_504)->GetAt(static_cast<il2cpp_array_size_t>(L_506));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_508 = __this->___m_DecalLayersTexture;
NullCheck(L_501);
DepthNormalOnlyPass_Setup_mE9428DE76FB7E22B7ABFDB4E8A6A02D4D82D17F2(L_501, L_502, L_507, L_508, NULL);
goto IL_0c83;
}
IL_0c64:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1236>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_509 = __this->___m_DepthNormalPrepass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_510 = __this->___m_ActiveCameraDepthAttachment;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_511 = __this->___m_DeferredLights;
NullCheck(L_511);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_512;
L_512 = DeferredLights_get_GbufferAttachments_m93F4186104CA66B40F90FC3421542561D91A52DC_inline(L_511, NULL);
int32_t L_513 = V_59;
NullCheck(L_512);
int32_t L_514 = L_513;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_515 = (L_512)->GetAt(static_cast<il2cpp_array_size_t>(L_514));
NullCheck(L_509);
DepthNormalOnlyPass_Setup_m5D15BB1D67D52187BE79CE94C64A18831F657969(L_509, L_510, L_515, NULL);
}
IL_0c83:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1239>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1240>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_516 = V_16;
int32_t L_517 = L_516.___requiresDepthNormalAtEvent;
if ((((int32_t)((int32_t)220)) > ((int32_t)L_517)))
{
goto IL_0ceb;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_518 = V_16;
int32_t L_519 = L_518.___requiresDepthNormalAtEvent;
if ((((int32_t)L_519) > ((int32_t)((int32_t)250))))
{
goto IL_0ceb;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1241>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_520 = __this->___m_DepthNormalPrepass;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_521 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___k_DepthNormalsOnly;
NullCheck(L_520);
DepthNormalOnlyPass_set_shaderTagIds_m66D1B5D656FD5F650036FD0641305A632AB88019_inline(L_520, L_521, NULL);
goto IL_0ceb;
}
IL_0cb1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1245>
bool L_522 = V_14;
if (!L_522)
{
goto IL_0cd4;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1246>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_523 = __this->___m_DepthNormalPrepass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_524 = __this->___m_DepthTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_525 = __this->___m_NormalsTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_526 = __this->___m_DecalLayersTexture;
NullCheck(L_523);
DepthNormalOnlyPass_Setup_mE9428DE76FB7E22B7ABFDB4E8A6A02D4D82D17F2(L_523, L_524, L_525, L_526, NULL);
goto IL_0ceb;
}
IL_0cd4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1248>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_527 = __this->___m_DepthNormalPrepass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_528 = __this->___m_DepthTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_529 = __this->___m_NormalsTexture;
NullCheck(L_527);
DepthNormalOnlyPass_Setup_m5D15BB1D67D52187BE79CE94C64A18831F657969(L_527, L_528, L_529, NULL);
}
IL_0ceb:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1251>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_530 = __this->___m_DepthNormalPrepass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_530, NULL);
goto IL_0d1c;
}
IL_0cf9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1256>
bool L_531 = V_13;
if (L_531)
{
goto IL_0d1c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1258>
DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* L_532 = __this->___m_DepthPrepass;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_533 = V_6;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_534 = __this->___m_DepthTexture;
NullCheck(L_532);
DepthOnlyPass_Setup_mD35F8160258EA3EA6D33BD8E85027ECDDC2B86C5(L_532, L_533, L_534, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1259>
DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* L_535 = __this->___m_DepthPrepass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_535, NULL);
}
IL_0d1c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1266>
bool L_536;
L_536 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
if (!L_536)
{
goto IL_0d47;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1268>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_537 = __this->___m_PrimedDepthCopyPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_538 = __this->___m_ActiveCameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_539 = __this->___m_DepthTexture;
NullCheck(L_537);
CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41(L_537, L_538, L_539, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1269>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_540 = __this->___m_PrimedDepthCopyPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_540, NULL);
}
IL_0d47:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1272>
bool L_541 = V_20;
if (!L_541)
{
goto IL_0d9e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1274>
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_542;
L_542 = UniversalRenderer_get_colorGradingLutPass_m323B1ADBC54EC6140E57F9C996C1CF9ED754F8D6(__this, NULL);
NullCheck(L_542);
ColorGradingLutPass_ConfigureDescriptor_m1DEAFEF573ECC437B1A1B2A7BF3FDD8BA50EC8B5(L_542, (&V_4), (&V_60), (&V_61), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1275>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_543 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_544 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&L_543->___m_ColorGradingLut);
int32_t L_545 = V_61;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_546;
L_546 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_544, (&V_60), L_545, 1, 0, (0.0f), _stringLiteralD971929694EC44844096A844D2D2E5F29C0178B9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1276>
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_547;
L_547 = UniversalRenderer_get_colorGradingLutPass_m323B1ADBC54EC6140E57F9C996C1CF9ED754F8D6(__this, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_548;
L_548 = UniversalRenderer_get_colorGradingLut_mBCC5BB9792DD924EED55665E511248F677FE9AD7(__this, NULL);
V_62 = L_548;
NullCheck(L_547);
ColorGradingLutPass_Setup_m446AAC336072A3EF376A84D1A1C1C018390D41D9(L_547, (&V_62), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1277>
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_549;
L_549 = UniversalRenderer_get_colorGradingLutPass_m323B1ADBC54EC6140E57F9C996C1CF9ED754F8D6(__this, NULL);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_549, NULL);
}
IL_0d9e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1281>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_550 = V_1;
NullCheck(L_550);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_551;
L_551 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_550, NULL);
NullCheck(L_551);
bool L_552;
L_552 = XRPass_get_hasValidOcclusionMesh_m2D0E0A44FDDB87C8FE82A3D0996E7282A08FDD2C(L_551, NULL);
if (!L_552)
{
goto IL_0db7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1282>
XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* L_553 = __this->___m_XROcclusionMeshPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_553, NULL);
}
IL_0db7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1285>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_554 = V_1;
NullCheck(L_554);
bool L_555 = L_554->___resolveFinalTarget;
V_34 = L_555;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1287>
bool L_556 = V_13;
if (!L_556)
{
goto IL_0e11;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1289>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_557 = __this->___m_DeferredLights;
NullCheck(L_557);
bool L_558;
L_558 = DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline(L_557, NULL);
if (!L_558)
{
goto IL_0df1;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_559 = V_16;
int32_t L_560 = L_559.___requiresDepthNormalAtEvent;
if ((((int32_t)((int32_t)220)) == ((int32_t)L_560)))
{
goto IL_0de6;
}
}
{
bool L_561 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
if (L_561)
{
goto IL_0df1;
}
}
IL_0de6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1290>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_562 = __this->___m_DeferredLights;
NullCheck(L_562);
DeferredLights_DisableFramebufferFetchInput_mD3D52031BF54D7EBD48EA7E49513D867016EE7FA(L_562, NULL);
}
IL_0df1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1292>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_563 = V_1;
NullCheck(L_563);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_564 = L_563->___cameraTargetDescriptor;
bool L_565 = V_27;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_566 = V_16;
bool L_567 = L_566.___requiresNormalsTexture;
bool L_568 = V_14;
bool L_569 = V_23;
bool L_570 = V_24;
UniversalRenderer_EnqueueDeferred_mDE45D2C43F6A41234DF2A16D61B06FD400E8D0F8(__this, L_564, L_565, L_567, L_568, L_569, L_570, NULL);
goto IL_0f41;
}
IL_0e11:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1299>
V_63 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1300>
int32_t L_571;
L_571 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_6), NULL);
if ((((int32_t)L_571) <= ((int32_t)1)))
{
goto IL_0e28;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1301>
bool L_572 = V_30;
if (L_572)
{
goto IL_0e25;
}
}
{
G_B222_0 = 0;
goto IL_0e26;
}
IL_0e25:
{
G_B222_0 = 2;
}
IL_0e26:
{
V_63 = G_B222_0;
}
IL_0e28:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1305>
bool L_573 = V_30;
bool L_574 = V_32;
if (((int32_t)((int32_t)L_573|(int32_t)L_574)))
{
goto IL_0e36;
}
}
{
bool L_575 = V_34;
if (!L_575)
{
goto IL_0e36;
}
}
{
G_B227_0 = 3;
goto IL_0e37;
}
IL_0e36:
{
G_B227_0 = 0;
}
IL_0e37:
{
V_64 = G_B227_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1307>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_576 = V_1;
NullCheck(L_576);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_577;
L_577 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_576, NULL);
NullCheck(L_577);
bool L_578;
L_578 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_577, NULL);
if (!L_578)
{
goto IL_0e56;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_579 = V_1;
NullCheck(L_579);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_580;
L_580 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_579, NULL);
NullCheck(L_580);
bool L_581;
L_581 = XRPass_get_copyDepth_m234A91AEB854C3E6F8CB10D187DE343E1CF42BF8_inline(L_580, NULL);
if (!L_581)
{
goto IL_0e56;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1309>
V_64 = 0;
}
IL_0e56:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1314>
bool L_582 = V_32;
if (!L_582)
{
goto IL_0e94;
}
}
{
int32_t L_583;
L_583 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_6), NULL);
if ((((int32_t)L_583) <= ((int32_t)1)))
{
goto IL_0e94;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_584;
L_584 = RenderingUtils_MultisampleDepthResolveSupported_mFF310B1C5B2FF3C0B3A4237D4C248398A9F6E6E6(NULL);
if (!L_584)
{
goto IL_0e94;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1316>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_585 = __this->___m_CopyDepthPass;
NullCheck(L_585);
int32_t L_586;
L_586 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_585, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1320>
if (!((((int32_t)L_586) == ((int32_t)((int32_t)500)))? 1 : 0))
{
goto IL_0e94;
}
}
{
bool L_587 = V_30;
if (L_587)
{
goto IL_0e94;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1322>
int32_t L_588 = V_64;
if (L_588)
{
goto IL_0e8c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1323>
V_64 = 2;
goto IL_0e94;
}
IL_0e8c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1324>
int32_t L_589 = V_64;
if ((!(((uint32_t)L_589) == ((uint32_t)3))))
{
goto IL_0e94;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1325>
V_64 = 1;
}
IL_0e94:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1329>
V_65 = (DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68*)NULL;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1330>
bool L_590 = V_15;
if (!L_590)
{
goto IL_0ec2;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1332>
DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* L_591 = __this->___m_RenderOpaqueForwardWithRenderingLayersPass;
V_65 = L_591;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1333>
DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* L_592 = __this->___m_RenderOpaqueForwardWithRenderingLayersPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_593 = __this->___m_ActiveCameraColorAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_594 = __this->___m_DecalLayersTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_595 = __this->___m_ActiveCameraDepthAttachment;
NullCheck(L_592);
DrawObjectsWithRenderingLayersPass_Setup_mAA94CC2FBD91A0DFC03EED26E0DEA2C47644A5FA(L_592, L_593, L_594, L_595, NULL);
goto IL_0eca;
}
IL_0ec2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1336>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_596 = __this->___m_RenderOpaqueForwardPass;
V_65 = L_596;
}
IL_0eca:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1340>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_597 = V_65;
int32_t L_598 = V_63;
NullCheck(L_597);
ScriptableRenderPass_ConfigureColorStoreAction_m72073E57F258E9ACD7DEDB8005F7A517C0BFC25E(L_597, L_598, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1341>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_599 = V_65;
int32_t L_600 = V_64;
NullCheck(L_599);
ScriptableRenderPass_ConfigureDepthStoreAction_mBA71A6E08D2D350F52AAA85B99BD2C196D4D9427(L_599, L_600, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1346>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_601;
L_601 = ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_602 = ((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__126_1;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_603 = L_602;
if (L_603)
{
G_B244_0 = L_603;
G_B244_1 = L_601;
goto IL_0f02;
}
G_B243_0 = L_603;
G_B243_1 = L_601;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B* L_604 = ((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_605 = (Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F*)il2cpp_codegen_object_new(Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F_il2cpp_TypeInfo_var);
Predicate_1__ctor_mFE18533B43A6BC452856BD26C1B09EA48B30D596(L_605, L_604, (intptr_t)((void*)U3CU3Ec_U3CSetupU3Eb__126_1_mCAFF7157B1925586E60ED60FC2E7224DA5593ACE_RuntimeMethod_var), NULL);
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_606 = L_605;
((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__126_1 = L_606;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__126_1), (void*)L_606);
G_B244_0 = L_606;
G_B244_1 = G_B243_1;
}
IL_0f02:
{
NullCheck(G_B244_1);
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_607;
L_607 = List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15(G_B244_1, G_B244_0, List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1347>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1348>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1349>
if (((!(((RuntimeObject*)(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0*)L_607) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0))
{
goto IL_0f21;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_608 = V_1;
NullCheck(L_608);
int32_t L_609 = L_608->___renderType;
if (L_609)
{
goto IL_0f21;
}
}
{
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_610 = V_5;
NullCheck(L_610);
int32_t L_611;
L_611 = Camera_get_clearFlags_mA74F538C124B391EF03C46A50CA7FF7B505B7602(L_610, NULL);
if ((((int32_t)L_611) == ((int32_t)4)))
{
goto IL_0f21;
}
}
{
G_B249_0 = 1;
goto IL_0f22;
}
IL_0f21:
{
G_B249_0 = 0;
}
IL_0f22:
{
V_66 = G_B249_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1353>
bool L_612;
L_612 = SystemInfo_get_usesLoadStoreActions_m66E53BB7F2F2750E9607057718B720FFB59291B6(NULL);
if (!L_612)
{
goto IL_0f39;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1358>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_613 = V_65;
int32_t L_614 = V_66;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_615;
L_615 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
NullCheck(L_613);
ScriptableRenderPass_ConfigureClear_m5C82128C3ABDD63621501DC012ED91F392ABF123(L_613, L_614, L_615, NULL);
}
IL_0f39:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1362>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_616 = V_65;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_616, NULL);
}
IL_0f41:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1365>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_617 = V_5;
NullCheck(L_617);
int32_t L_618;
L_618 = Camera_get_clearFlags_mA74F538C124B391EF03C46A50CA7FF7B505B7602(L_617, NULL);
if ((!(((uint32_t)L_618) == ((uint32_t)1))))
{
goto IL_0f87;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_619 = V_1;
NullCheck(L_619);
int32_t L_620 = L_619->___renderType;
if ((((int32_t)L_620) == ((int32_t)1)))
{
goto IL_0f87;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1367>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_621;
L_621 = RenderSettings_get_skybox_m1738CCDBAFAA20797D174DB97066440B10FBCE6F(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_622;
L_622 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_621, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_622)
{
goto IL_0f7b;
}
}
{
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_623 = V_5;
NullCheck(L_623);
bool L_624;
L_624 = Component_TryGetComponent_TisSkybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441_mB3DA0FE8D3E694E5E4720100E597349CD7080BCA(L_623, (&V_67), Component_TryGetComponent_TisSkybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441_mB3DA0FE8D3E694E5E4720100E597349CD7080BCA_RuntimeMethod_var);
if (!L_624)
{
goto IL_0f87;
}
}
{
Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441* L_625 = V_67;
NullCheck(L_625);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_626;
L_626 = Skybox_get_material_m8575E583E00DC4B2CC8C129FB1F5501A6557B781(L_625, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_627;
L_627 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_626, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_627)
{
goto IL_0f87;
}
}
IL_0f7b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1368>
DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* L_628 = __this->___m_DrawSkyboxPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_628, NULL);
}
IL_0f87:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1374>
bool L_629 = V_32;
if (!L_629)
{
goto IL_0fc3;
}
}
{
bool L_630 = V_13;
if (!L_630)
{
goto IL_0fa0;
}
}
{
bool L_631 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
if (!L_631)
{
goto IL_0fa0;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_632 = V_16;
bool L_633 = L_632.___requiresDepthTexture;
if (!L_633)
{
goto IL_0fc3;
}
}
IL_0fa0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1376>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_634 = __this->___m_CopyDepthPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_635 = __this->___m_ActiveCameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_636 = __this->___m_DepthTexture;
NullCheck(L_634);
CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41(L_634, L_635, L_636, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1377>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_637 = __this->___m_CopyDepthPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_637, NULL);
}
IL_0fc3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1382>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_638 = V_1;
NullCheck(L_638);
int32_t L_639 = L_638->___renderType;
if (L_639)
{
goto IL_0ff0;
}
}
{
bool L_640 = V_27;
if (L_640)
{
goto IL_0ff0;
}
}
{
bool L_641 = V_32;
if (L_641)
{
goto IL_0ff0;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1383>
bool L_642;
L_642 = SystemInfo_get_usesReversedZBuffer_m52819B4B538F590FCA0370FC99775B3AA6B32514(NULL);
if (L_642)
{
G_B268_0 = _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6;
goto IL_0fe6;
}
G_B267_0 = _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6;
}
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_643;
L_643 = Texture2D_get_whiteTexture_m3A243ED388F9EF0EC515015A6E0E50FD261D2FA1(NULL);
G_B269_0 = L_643;
G_B269_1 = G_B267_0;
goto IL_0feb;
}
IL_0fe6:
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_644;
L_644 = Texture2D_get_blackTexture_mBEF97F64AD650DAAC1EEC84EB34F9CF22B56A08C(NULL);
G_B269_0 = L_644;
G_B269_1 = G_B268_0;
}
IL_0feb:
{
Shader_SetGlobalTexture_m9ECF95F30982225B918E7521B5F2C395CDC3DF16(G_B269_1, G_B269_0, NULL);
}
IL_0ff0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1385>
bool L_645 = V_30;
if (!L_645)
{
goto IL_1050;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1389>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_646;
L_646 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_646);
int32_t L_647;
L_647 = UniversalRenderPipelineAsset_get_opaqueDownsampling_mFC12352FAF21B6FA4F9718CE89E0116D7CE36A3F_inline(L_646, NULL);
V_68 = L_647;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1390>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_648 = V_6;
V_69 = L_648;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1391>
int32_t L_649 = V_68;
CopyColorPass_ConfigureDescriptor_mD046FF2494382A6D56FE64808E5CC6DCE9B9775E(L_649, (&V_69), (&V_70), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1393>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_650 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_OpaqueColor);
int32_t L_651 = V_70;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_652;
L_652 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_650, (&V_69), L_651, 1, 1, (0.0f), _stringLiteral739BD29C62A318411ED6EEAB7516EEEA0F7261E2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1394>
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* L_653 = __this->___m_CopyColorPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_654 = __this->___m_ActiveCameraColorAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_655 = __this->___m_OpaqueColor;
int32_t L_656 = V_68;
NullCheck(L_653);
CopyColorPass_Setup_m7602D49AAE5BC8C052204FFA12DB86E890103378(L_653, L_654, L_655, L_656, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1395>
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* L_657 = __this->___m_CopyColorPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_657, NULL);
}
IL_1050:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1399>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_658 = V_16;
bool L_659 = L_658.___requiresMotionVectors;
if (!L_659)
{
goto IL_10fc;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1401>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_660 = V_6;
V_71 = L_660;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1402>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_71), ((int32_t)46), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1403>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_71), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1404>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_71), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1405>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_661 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_MotionVectorColor);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_662;
L_662 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_661, (&V_71), 0, 1, 1, (0.0f), _stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1407>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_663 = V_6;
V_72 = L_663;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1408>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_72), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1409>
int32_t L_664;
L_664 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&V_6), NULL);
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_72), L_664, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1410>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_72), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1411>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_665 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_MotionVectorDepth);
bool L_666;
L_666 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_665, (&V_72), 0, 1, 1, (0.0f), _stringLiteral3FD56F073048085B0B5A551F1A4E8F1DE3884574, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1413>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_667 = V_7;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_668 = V_1;
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
MotionVectorRenderPass_SetMotionVectorGlobalMatrices_mF6FDB9DF7BA2E8FD76B0CF011834782C4EFD5C9B(L_667, L_668, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1415>
MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* L_669 = __this->___m_MotionVectorPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_670 = __this->___m_MotionVectorColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_671 = __this->___m_MotionVectorDepth;
NullCheck(L_669);
MotionVectorRenderPass_Setup_mB18546361E1B9D18B58C351E77CA080058B3D4F2(L_669, L_670, L_671, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1416>
MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* L_672 = __this->___m_MotionVectorPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_672, NULL);
}
IL_10fc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1428>
bool L_673 = V_25;
if (!L_673)
{
goto IL_110c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1430>
TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* L_674 = __this->___m_TransparentSettingsPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_674, NULL);
}
IL_110c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1434>
int32_t L_675;
L_675 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_6), NULL);
bool L_676 = V_34;
if (!((int32_t)(((((int32_t)L_675) > ((int32_t)1))? 1 : 0)&(int32_t)L_676)))
{
goto IL_111f;
}
}
{
bool L_677 = V_8;
if (!L_677)
{
goto IL_1122;
}
}
IL_111f:
{
G_B280_0 = 0;
goto IL_1123;
}
IL_1122:
{
G_B280_0 = 1;
}
IL_1123:
{
V_73 = G_B280_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1435>
bool L_678 = V_34;
if (L_678)
{
goto IL_112c;
}
}
{
G_B283_0 = 0;
goto IL_112d;
}
IL_112c:
{
G_B283_0 = 3;
}
IL_112d:
{
V_74 = G_B283_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1438>
bool L_679 = V_32;
if (!L_679)
{
goto IL_115c;
}
}
{
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_680 = __this->___m_CopyDepthPass;
NullCheck(L_680);
int32_t L_681;
L_681 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_680, NULL);
if ((((int32_t)L_681) < ((int32_t)((int32_t)500))))
{
goto IL_115c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1440>
V_74 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1443>
int32_t L_682;
L_682 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_6), NULL);
if ((((int32_t)L_682) <= ((int32_t)1)))
{
goto IL_115c;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_683;
L_683 = RenderingUtils_MultisampleDepthResolveSupported_mFF310B1C5B2FF3C0B3A4237D4C248398A9F6E6E6(NULL);
if (!L_683)
{
goto IL_115c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1444>
V_74 = 1;
}
IL_115c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1449>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_684 = __this->___m_RenderTransparentForwardPass;
int32_t L_685 = V_73;
NullCheck(L_684);
ScriptableRenderPass_ConfigureColorStoreAction_m72073E57F258E9ACD7DEDB8005F7A517C0BFC25E(L_684, L_685, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1450>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_686 = __this->___m_RenderTransparentForwardPass;
int32_t L_687 = V_74;
NullCheck(L_686);
ScriptableRenderPass_ConfigureDepthStoreAction_mBA71A6E08D2D350F52AAA85B99BD2C196D4D9427(L_686, L_687, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1452>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_688 = __this->___m_RenderTransparentForwardPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_688, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1454>
InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* L_689 = __this->___m_OnRenderObjectCallbackPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_689, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1464>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_690 = V_1;
UniversalRenderer_SetupRawColorDepthHistory_mCB062926AC272C8B2303937F3EB778E9DE6C3966(__this, L_690, (&V_6), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1466>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_691 = V_1;
NullCheck(L_691);
bool L_692;
L_692 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_691, NULL);
V_35 = L_692;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1467>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_693 = V_1;
NullCheck(L_693);
bool L_694;
L_694 = UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F(L_693, NULL);
V_36 = L_694;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1468>
bool L_695 = V_35;
bool L_696 = V_36;
if (!((int32_t)((int32_t)L_695&(int32_t)L_696)))
{
goto IL_11cd;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1470>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_697 = __this->___m_DrawOffscreenUIPass;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_698 = V_1;
int32_t L_699;
L_699 = UniversalRenderer_get_cameraDepthTextureFormat_mC62D0D0567F051F86661A937FE4DFF9AB74BD64F(__this, NULL);
NullCheck(L_697);
DrawScreenSpaceUIPass_Setup_mE1286A60B85983BDE454C9172A9C62143A71D5BD(L_697, L_698, L_699, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1471>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_700 = __this->___m_DrawOffscreenUIPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_700, NULL);
}
IL_11cd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1474>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_701 = V_1;
NullCheck(L_701);
RuntimeObject* L_702 = L_701->___captureActions;
bool L_703 = V_34;
V_37 = (bool)((int32_t)(((!(((RuntimeObject*)(RuntimeObject*)L_702) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)&(int32_t)L_703));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1482>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1483>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1484>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1485>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1486>
bool L_704 = V_18;
bool L_705 = V_34;
if (!((int32_t)((int32_t)L_704&(int32_t)L_705)))
{
goto IL_1239;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_706 = V_1;
NullCheck(L_706);
int32_t L_707 = L_706->___antialiasing;
if ((((int32_t)L_707) == ((int32_t)1)))
{
goto IL_1216;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_708 = V_1;
NullCheck(L_708);
int32_t L_709 = L_708->___imageScalingMode;
if ((!(((uint32_t)L_709) == ((uint32_t)1))))
{
goto IL_11fc;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_710 = V_1;
NullCheck(L_710);
int32_t L_711 = L_710->___upscalingFilter;
if (L_711)
{
goto IL_1216;
}
}
IL_11fc:
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_712 = V_1;
NullCheck(L_712);
bool L_713;
L_713 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(L_712, NULL);
if (!L_713)
{
goto IL_1239;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_714 = V_1;
NullCheck(L_714);
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_715 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&L_714->___taaSettings);
float L_716;
L_716 = Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline(L_715, NULL);
if ((!(((float)L_716) > ((float)(0.0f)))))
{
goto IL_1239;
}
}
IL_1216:
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_717;
L_717 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_717)
{
goto IL_1236;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_718;
L_718 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_718)
{
goto IL_1233;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_719;
L_719 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_719);
bool L_720;
L_720 = DebugHandler_get_IsPostProcessingAllowed_m97AA3036188DAF44567B2338C376DFB4D3148C66(L_719, NULL);
G_B302_0 = ((int32_t)(L_720));
goto IL_123a;
}
IL_1233:
{
G_B302_0 = 0;
goto IL_123a;
}
IL_1236:
{
G_B302_0 = 1;
goto IL_123a;
}
IL_1239:
{
G_B302_0 = 0;
}
IL_123a:
{
V_38 = (bool)G_B302_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1490>
bool L_721 = V_37;
if (L_721)
{
goto IL_124b;
}
}
{
bool L_722 = V_31;
if (L_722)
{
goto IL_124b;
}
}
{
bool L_723 = V_38;
G_B306_0 = ((((int32_t)L_723) == ((int32_t)0))? 1 : 0);
goto IL_124c;
}
IL_124b:
{
G_B306_0 = 0;
}
IL_124c:
{
V_39 = (bool)G_B306_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1491>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_724;
L_724 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_724)
{
goto IL_126c;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_725;
L_725 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_726 = V_1;
NullCheck(L_726);
bool L_727 = L_726->___resolveFinalTarget;
NullCheck(L_725);
bool L_728;
L_728 = DebugHandler_HDRDebugViewIsActive_m0A83B379FC91626D9428077FE120808084B33C57(L_725, L_727, NULL);
G_B309_0 = ((((int32_t)L_728) == ((int32_t)0))? 1 : 0);
goto IL_126d;
}
IL_126c:
{
G_B309_0 = 1;
}
IL_126d:
{
V_40 = (bool)G_B309_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1493>
bool L_729 = V_17;
if (!L_729)
{
goto IL_12b2;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1495>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_730 = V_6;
int32_t L_731;
L_731 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&V_6), NULL);
int32_t L_732;
L_732 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&V_6), NULL);
int32_t L_733;
L_733 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0((&V_6), NULL);
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_734;
L_734 = PostProcessPass_GetCompatibleDescriptor_mE3D11B81EC296F77C3C028CE083BB73E7CEF2615(L_730, L_731, L_732, L_733, 0, NULL);
V_75 = L_734;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1496>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_735 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_736 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&L_735->___m_AfterPostProcessColor);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_737;
L_737 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_736, (&V_75), 0, 1, 1, (0.0f), _stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF, NULL);
}
IL_12b2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1499>
bool L_738 = V_34;
if (!L_738)
{
goto IL_1413;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1501>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_739 = V_1;
UniversalRenderer_SetupFinalPassDebug_m4C948A8E3EA9CC6CFAE1E4B6A250B99E0153435D(__this, L_739, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1504>
bool L_740 = V_17;
if (!L_740)
{
goto IL_1306;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1507>
bool L_741 = V_39;
bool L_742 = V_40;
V_77 = (bool)((int32_t)((int32_t)L_741&(int32_t)L_742));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1508>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_743;
L_743 = UniversalRenderer_get_postProcessPass_mC160F48EFCEA3496F9327C93EED58B9468B827EE(__this, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_744 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_ActiveCameraColorAttachment);
bool L_745 = V_39;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_746 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_ActiveCameraDepthAttachment);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_747;
L_747 = UniversalRenderer_get_colorGradingLut_mBCC5BB9792DD924EED55665E511248F677FE9AD7(__this, NULL);
V_62 = L_747;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_748 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_MotionVectorColor);
bool L_749 = V_38;
bool L_750 = V_77;
NullCheck(L_743);
PostProcessPass_Setup_mA396CF861B552D80C87AD80CCAB9F4D41D29DE3C(L_743, (&V_6), L_744, L_745, L_746, (&V_62), L_748, L_749, L_750, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1509>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_751;
L_751 = UniversalRenderer_get_postProcessPass_mC160F48EFCEA3496F9327C93EED58B9468B827EE(__this, NULL);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_751, NULL);
}
IL_1306:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1512>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_752 = __this->___m_ActiveCameraColorAttachment;
V_76 = L_752;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1515>
bool L_753 = V_38;
if (!L_753)
{
goto IL_132e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1517>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_754;
L_754 = UniversalRenderer_get_finalPostProcessPass_m0EB5DD7F13E3AAD9EA4BE1B94632D79F17815D34(__this, NULL);
bool L_755 = V_40;
NullCheck(L_754);
PostProcessPass_SetupFinalPass_m2F776C55976D9183668E341BBD904E8A29C22A3A(L_754, (&V_76), (bool)1, L_755, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1518>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_756;
L_756 = UniversalRenderer_get_finalPostProcessPass_m0EB5DD7F13E3AAD9EA4BE1B94632D79F17815D34(__this, NULL);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_756, NULL);
}
IL_132e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1521>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_757 = V_1;
NullCheck(L_757);
RuntimeObject* L_758 = L_757->___captureActions;
if (!L_758)
{
goto IL_1342;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1523>
CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* L_759 = __this->___m_CapturePass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_759, NULL);
}
IL_1342:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1528>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1529>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1530>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1531>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1532>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1533>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1534>
bool L_760 = V_38;
if (L_760)
{
goto IL_136f;
}
}
{
bool L_761 = V_17;
if (!L_761)
{
goto IL_1352;
}
}
{
bool L_762 = V_31;
if (L_762)
{
goto IL_1352;
}
}
{
bool L_763 = V_37;
if (!L_763)
{
goto IL_136f;
}
}
IL_1352:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_764 = __this->___m_ActiveCameraColorAttachment;
NullCheck(L_764);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_765;
L_765 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_764, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_766 = __this->___m_TargetColorHandle;
NullCheck(L_766);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_767;
L_767 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_766, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_768;
L_768 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_765, L_767, NULL);
G_B324_0 = ((int32_t)(L_768));
goto IL_1370;
}
IL_136f:
{
G_B324_0 = 1;
}
IL_1370:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1537>
if (G_B324_0)
{
goto IL_138d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1539>
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* L_769 = __this->___m_FinalBlitPass;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_770 = V_6;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_771 = V_76;
NullCheck(L_769);
FinalBlitPass_Setup_mA6AA5E9CF9E2F862B70B8BAA5178010C2A41689D(L_769, L_770, L_771, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1540>
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* L_772 = __this->___m_FinalBlitPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_772, NULL);
}
IL_138d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1545>
bool L_773 = V_35;
if (!L_773)
{
goto IL_13a9;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_774 = V_1;
NullCheck(L_774);
bool L_775 = L_774->___isLastBaseCamera;
if (!L_775)
{
goto IL_13a9;
}
}
{
bool L_776 = V_36;
if (L_776)
{
goto IL_13a9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1547>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_777 = __this->___m_DrawOverlayUIPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_777, NULL);
}
IL_13a9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1551>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_778 = V_1;
NullCheck(L_778);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_779;
L_779 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_778, NULL);
NullCheck(L_779);
bool L_780;
L_780 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_779, NULL);
if (!L_780)
{
goto IL_144f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1554>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_781 = __this->___m_ActiveCameraDepthAttachment;
NullCheck(L_781);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_782;
L_782 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_781, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_783 = V_1;
NullCheck(L_783);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_784;
L_784 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_783, NULL);
NullCheck(L_784);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_785;
L_785 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_784, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_786;
L_786 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_782, L_785, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1556>
if (L_786)
{
goto IL_144f;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_787 = V_1;
NullCheck(L_787);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_788;
L_788 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_787, NULL);
NullCheck(L_788);
bool L_789;
L_789 = XRPass_get_copyDepth_m234A91AEB854C3E6F8CB10D187DE343E1CF42BF8_inline(L_788, NULL);
if (!L_789)
{
goto IL_144f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1558>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_790 = __this->___m_XRCopyDepthPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_791 = __this->___m_ActiveCameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_792 = __this->___m_TargetDepthHandle;
NullCheck(L_790);
CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41(L_790, L_791, L_792, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1559>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_793 = __this->___m_XRCopyDepthPass;
NullCheck(L_793);
CopyDepthPass_set_CopyToDepthXR_m2DEB7D27740F68E694C3E0117DE8102562EF1CD4_inline(L_793, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1560>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_794 = __this->___m_XRCopyDepthPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_794, NULL);
return;
}
IL_1413:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1566>
bool L_795 = V_17;
if (!L_795)
{
goto IL_144f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1568>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_796;
L_796 = UniversalRenderer_get_postProcessPass_mC160F48EFCEA3496F9327C93EED58B9468B827EE(__this, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_797 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_ActiveCameraColorAttachment);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_798 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_ActiveCameraDepthAttachment);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_799;
L_799 = UniversalRenderer_get_colorGradingLut_mBCC5BB9792DD924EED55665E511248F677FE9AD7(__this, NULL);
V_62 = L_799;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_800 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_MotionVectorColor);
NullCheck(L_796);
PostProcessPass_Setup_mA396CF861B552D80C87AD80CCAB9F4D41D29DE3C(L_796, (&V_6), L_797, (bool)0, L_798, (&V_62), L_800, (bool)0, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1569>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_801;
L_801 = UniversalRenderer_get_postProcessPass_mC160F48EFCEA3496F9327C93EED58B9468B827EE(__this, NULL);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_801, NULL);
}
IL_144f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1586>
return;
}
}
// Method Definition Index: 34904
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupVFXCameraBuffer_m4FD8BE8678154DEE1357F18C7FD6136693FC68E9 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_GetHistoryForRead_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_mF168894A76698156A6193058D5087AFB56413EDB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_GetHistoryForRead_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m583FDABE02E20FADB0A7329BB31285711FA5732A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_RequestAccess_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m7435D78A5F9DA71E7ADA844178743C647FBDE1F4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_RequestAccess_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mAD0C4172E73C797F23781044557964F7CEEA6F79_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VFXManager_tBD98CA24D5E15AFD9DAA3AF6B51F348C173A7E2E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_1 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL;
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* G_B5_0 = NULL;
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* G_B4_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B6_0 = NULL;
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* G_B10_0 = NULL;
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* G_B9_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B11_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1590>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
if (!L_0)
{
goto IL_00ef;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
NullCheck(L_1);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_2;
L_2 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_1, NULL);
if (!L_2)
{
goto IL_00ef;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1592>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___0_cameraData;
NullCheck(L_3);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = L_3->___camera;
il2cpp_codegen_runtime_class_init_inline(VFXManager_tBD98CA24D5E15AFD9DAA3AF6B51F348C173A7E2E_il2cpp_TypeInfo_var);
int32_t L_5;
L_5 = VFXManager_IsCameraBufferNeeded_m91EC688346FAC7B993581D199FB4E8A84BF0EF2E(L_4, NULL);
V_0 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1593>
int32_t L_6 = V_0;
int32_t L_7 = L_6;
int32_t L_8 = 2;
bool L_9 = il2cpp_codegen_enum_has_flag((int32_t)L_7, (int32_t)L_8);
if (!L_9)
{
goto IL_0086;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1595>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_10 = ___0_cameraData;
NullCheck(L_10);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_11;
L_11 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_10, NULL);
NullCheck(L_11);
UniversalCameraHistory_RequestAccess_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m7435D78A5F9DA71E7ADA844178743C647FBDE1F4(L_11, UniversalCameraHistory_RequestAccess_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m7435D78A5F9DA71E7ADA844178743C647FBDE1F4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1597>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___0_cameraData;
NullCheck(L_12);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_13;
L_13 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_12, NULL);
NullCheck(L_13);
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_14;
L_14 = UniversalCameraHistory_GetHistoryForRead_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_mF168894A76698156A6193058D5087AFB56413EDB(L_13, UniversalCameraHistory_GetHistoryForRead_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_mF168894A76698156A6193058D5087AFB56413EDB_RuntimeMethod_var);
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_15 = L_14;
if (L_15)
{
G_B5_0 = L_15;
goto IL_004d;
}
G_B4_0 = L_15;
}
{
G_B6_0 = ((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)(NULL));
goto IL_0053;
}
IL_004d:
{
NullCheck(G_B5_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16;
L_16 = RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24(G_B5_0, 0, NULL);
G_B6_0 = L_16;
}
IL_0053:
{
V_1 = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1598>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1599>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = ___0_cameraData;
NullCheck(L_17);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_18 = L_17->___camera;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = V_1;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_20;
L_20 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_19, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_21 = ___0_cameraData;
NullCheck(L_21);
int32_t L_22 = L_21->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_23 = ___0_cameraData;
NullCheck(L_23);
float L_24 = L_23->___renderScale;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_25 = ___0_cameraData;
NullCheck(L_25);
int32_t L_26 = L_25->___pixelHeight;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_27 = ___0_cameraData;
NullCheck(L_27);
float L_28 = L_27->___renderScale;
il2cpp_codegen_runtime_class_init_inline(VFXManager_tBD98CA24D5E15AFD9DAA3AF6B51F348C173A7E2E_il2cpp_TypeInfo_var);
VFXManager_SetCameraBuffer_mCFA9702671C450459EF72FFC7054BA9D37412F36(L_18, 2, L_20, 0, 0, il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_22), L_24))), il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_26), L_28))), NULL);
}
IL_0086:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1602>
int32_t L_29 = V_0;
int32_t L_30 = L_29;
int32_t L_31 = 1;
bool L_32 = il2cpp_codegen_enum_has_flag((int32_t)L_30, (int32_t)L_31);
if (!L_32)
{
goto IL_00ef;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1604>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_33 = ___0_cameraData;
NullCheck(L_33);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_34;
L_34 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_33, NULL);
NullCheck(L_34);
UniversalCameraHistory_RequestAccess_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mAD0C4172E73C797F23781044557964F7CEEA6F79(L_34, UniversalCameraHistory_RequestAccess_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mAD0C4172E73C797F23781044557964F7CEEA6F79_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1606>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_35 = ___0_cameraData;
NullCheck(L_35);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_36;
L_36 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_35, NULL);
NullCheck(L_36);
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_37;
L_37 = UniversalCameraHistory_GetHistoryForRead_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m583FDABE02E20FADB0A7329BB31285711FA5732A(L_36, UniversalCameraHistory_GetHistoryForRead_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m583FDABE02E20FADB0A7329BB31285711FA5732A_RuntimeMethod_var);
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_38 = L_37;
if (L_38)
{
G_B10_0 = L_38;
goto IL_00b6;
}
G_B9_0 = L_38;
}
{
G_B11_0 = ((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)(NULL));
goto IL_00bc;
}
IL_00b6:
{
NullCheck(G_B10_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39;
L_39 = RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A(G_B10_0, 0, NULL);
G_B11_0 = L_39;
}
IL_00bc:
{
V_2 = G_B11_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1607>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1608>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_40 = ___0_cameraData;
NullCheck(L_40);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_41 = L_40->___camera;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_42 = V_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_43;
L_43 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_42, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_44 = ___0_cameraData;
NullCheck(L_44);
int32_t L_45 = L_44->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_46 = ___0_cameraData;
NullCheck(L_46);
float L_47 = L_46->___renderScale;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_48 = ___0_cameraData;
NullCheck(L_48);
int32_t L_49 = L_48->___pixelHeight;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_50 = ___0_cameraData;
NullCheck(L_50);
float L_51 = L_50->___renderScale;
il2cpp_codegen_runtime_class_init_inline(VFXManager_tBD98CA24D5E15AFD9DAA3AF6B51F348C173A7E2E_il2cpp_TypeInfo_var);
VFXManager_SetCameraBuffer_mCFA9702671C450459EF72FFC7054BA9D37412F36(L_41, 1, L_43, 0, 0, il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_45), L_47))), il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_49), L_51))), NULL);
}
IL_00ef:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1611>
return;
}
}
// Method Definition Index: 34905
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupRawColorDepthHistory_mCB062926AC272C8B2303937F3EB778E9DE6C3966 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___1_cameraTargetDescriptor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_GetHistoryForWrite_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m3F178618CBD7A621CDF8566199D3FBD105C08230_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_GetHistoryForWrite_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m8D5CA8543CBD8DDCF528B2E93AB295B3F2BAAB4B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_IsAccessRequested_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m5AD41D014D98EBCD942792B81AEB45DD0B95AE1A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_IsAccessRequested_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mA9F01657812C24B782351F1FD15AD358179188FD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* V_3 = NULL;
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* V_4 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_5;
memset((&V_5), 0, sizeof(V_5));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t G_B5_0 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B8_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B7_0 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B9_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B16_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B15_0 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B17_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1617>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
if (!L_0)
{
goto IL_0167;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
NullCheck(L_1);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_2;
L_2 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_1, NULL);
if (!L_2)
{
goto IL_0167;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1619>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___0_cameraData;
NullCheck(L_3);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_4;
L_4 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_3, NULL);
V_0 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1621>
V_1 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1622>
V_2 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1624>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = ___0_cameraData;
NullCheck(L_5);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_6;
L_6 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_5, NULL);
NullCheck(L_6);
bool L_7;
L_7 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_6, NULL);
if (!L_7)
{
goto IL_0039;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___0_cameraData;
NullCheck(L_8);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_9;
L_9 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_8, NULL);
NullCheck(L_9);
bool L_10;
L_10 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_9, NULL);
G_B5_0 = ((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
goto IL_003a;
}
IL_0039:
{
G_B5_0 = 0;
}
IL_003a:
{
V_1 = (bool)G_B5_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1625>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = ___0_cameraData;
NullCheck(L_11);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_12;
L_12 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_11, NULL);
NullCheck(L_12);
int32_t L_13;
L_13 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_12, NULL);
V_2 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1632>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_14 = V_0;
NullCheck(L_14);
bool L_15;
L_15 = UniversalCameraHistory_IsAccessRequested_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m5AD41D014D98EBCD942792B81AEB45DD0B95AE1A(L_14, UniversalCameraHistory_IsAccessRequested_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m5AD41D014D98EBCD942792B81AEB45DD0B95AE1A_RuntimeMethod_var);
if (!L_15)
{
goto IL_00aa;
}
}
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16 = __this->___m_ActiveCameraColorAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17 = L_16;
if (L_17)
{
G_B8_0 = L_17;
goto IL_005c;
}
G_B7_0 = L_17;
}
{
G_B9_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_0061;
}
IL_005c:
{
NullCheck(G_B8_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_18;
L_18 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(G_B8_0, NULL);
G_B9_0 = L_18;
}
IL_0061:
{
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_19;
L_19 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(G_B9_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_19)
{
goto IL_00aa;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1634>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_20 = V_0;
NullCheck(L_20);
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_21;
L_21 = UniversalCameraHistory_GetHistoryForWrite_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m3F178618CBD7A621CDF8566199D3FBD105C08230(L_20, UniversalCameraHistory_GetHistoryForWrite_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m3F178618CBD7A621CDF8566199D3FBD105C08230_RuntimeMethod_var);
V_3 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1635>
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_22 = V_3;
if (!L_22)
{
goto IL_00aa;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1637>
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_23 = V_3;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_24 = ___1_cameraTargetDescriptor;
bool L_25 = V_1;
NullCheck(L_23);
bool L_26;
L_26 = RawColorHistory_Update_m02EE6975AB952BC96437665B016E13928CE5FB2C(L_23, L_24, L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1638>
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_27 = V_3;
int32_t L_28 = V_2;
NullCheck(L_27);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_29;
L_29 = RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24(L_27, L_28, NULL);
if (!L_29)
{
goto IL_00aa;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1640>
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* L_30 = __this->___m_HistoryRawColorCopyPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_31 = __this->___m_ActiveCameraColorAttachment;
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_32 = V_3;
int32_t L_33 = V_2;
NullCheck(L_32);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_34;
L_34 = RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24(L_32, L_33, NULL);
NullCheck(L_30);
CopyColorPass_Setup_m7602D49AAE5BC8C052204FFA12DB86E890103378(L_30, L_31, L_34, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1642>
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* L_35 = __this->___m_HistoryRawColorCopyPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_35, NULL);
}
IL_00aa:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1647>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_36 = V_0;
NullCheck(L_36);
bool L_37;
L_37 = UniversalCameraHistory_IsAccessRequested_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mA9F01657812C24B782351F1FD15AD358179188FD(L_36, UniversalCameraHistory_IsAccessRequested_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mA9F01657812C24B782351F1FD15AD358179188FD_RuntimeMethod_var);
if (!L_37)
{
goto IL_0167;
}
}
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_38 = __this->___m_ActiveCameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39 = L_38;
if (L_39)
{
G_B16_0 = L_39;
goto IL_00c2;
}
G_B15_0 = L_39;
}
{
G_B17_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_00c7;
}
IL_00c2:
{
NullCheck(G_B16_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_40;
L_40 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(G_B16_0, NULL);
G_B17_0 = L_40;
}
IL_00c7:
{
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_41;
L_41 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(G_B17_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_41)
{
goto IL_0167;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1649>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_42 = V_0;
NullCheck(L_42);
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_43;
L_43 = UniversalCameraHistory_GetHistoryForWrite_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m8D5CA8543CBD8DDCF528B2E93AB295B3F2BAAB4B(L_42, UniversalCameraHistory_GetHistoryForWrite_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m8D5CA8543CBD8DDCF528B2E93AB295B3F2BAAB4B_RuntimeMethod_var);
V_4 = L_43;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1650>
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_44 = V_4;
if (!L_44)
{
goto IL_0167;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1652>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_45 = __this->___m_HistoryRawDepthCopyPass;
NullCheck(L_45);
bool L_46;
L_46 = CopyDepthPass_get_CopyToDepth_m20AB41CB33D9C3E6382D33DC91324299A052577E_inline(L_45, NULL);
if (L_46)
{
goto IL_011d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1655>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_47 = ___1_cameraTargetDescriptor;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_48 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_47);
V_5 = L_48;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1656>
RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE((&V_5), ((int32_t)14), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1657>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_5), ((int32_t)49), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1658>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_5), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1659>
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_49 = V_4;
bool L_50 = V_1;
NullCheck(L_49);
bool L_51;
L_51 = RawDepthHistory_Update_m51B3E7EAE417A25A0CF2DEFD49F9D99F22E3376C(L_49, (&V_5), L_50, NULL);
goto IL_0138;
}
IL_011d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1663>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_52 = ___0_cameraData;
NullCheck(L_52);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_53 = L_52->___cameraTargetDescriptor;
V_6 = L_53;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1664>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_6), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1665>
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_54 = V_4;
bool L_55 = V_1;
NullCheck(L_54);
bool L_56;
L_56 = RawDepthHistory_Update_m51B3E7EAE417A25A0CF2DEFD49F9D99F22E3376C(L_54, (&V_6), L_55, NULL);
}
IL_0138:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1668>
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_57 = V_4;
int32_t L_58 = V_2;
NullCheck(L_57);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_59;
L_59 = RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A(L_57, L_58, NULL);
if (!L_59)
{
goto IL_0167;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1670>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_60 = __this->___m_HistoryRawDepthCopyPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_61 = __this->___m_ActiveCameraDepthAttachment;
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_62 = V_4;
int32_t L_63 = V_2;
NullCheck(L_62);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_64;
L_64 = RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A(L_62, L_63, NULL);
NullCheck(L_60);
CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41(L_60, L_61, L_64, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1672>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_65 = __this->___m_HistoryRawDepthCopyPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_65, NULL);
}
IL_0167:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1677>
return;
}
}
// Method Definition Index: 34906
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupLights_m93C4FAA4B245AD4631BF9A113AE6BA716865EDB9 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* V_2 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1683>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_1;
L_1 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_0, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1684>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_2);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3;
L_3 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_2, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1685>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4;
L_4 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_4);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_5;
L_5 = ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline(L_4, ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1687>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1688>
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_6 = __this->___m_ForwardLights;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_7 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_8;
L_8 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_7, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_8);
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_10;
L_10 = CommandBufferHelpers_GetUnsafeCommandBuffer_m040FAAF967AB95C686B786C8C87772B95CA2F27C_inline(L_9, NULL);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_11 = V_0;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_1;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_13 = V_2;
NullCheck(L_6);
ForwardLights_SetupLights_mA39A67DD1E6FFD2F45A7682B4F5DB0A9FE323216(L_6, L_10, L_11, L_12, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1690>
bool L_14;
L_14 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_14)
{
goto IL_0076;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1691>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_15 = __this->___m_DeferredLights;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_16 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_17;
L_17 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_16, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_17);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_19 = V_1;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_20 = V_1;
NullCheck(L_20);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_21 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_20->___cameraTargetDescriptor);
int32_t L_22;
L_22 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_21, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_23 = V_1;
NullCheck(L_23);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_24 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_23->___cameraTargetDescriptor);
int32_t L_25;
L_25 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_24, NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_26;
memset((&L_26), 0, sizeof(L_26));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_26), L_22, L_25, NULL);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_27 = V_2;
NullCheck(L_15);
DeferredLights_SetupLights_mE49587E20E3F430CD7FC33C66C624355DDAD29FC(L_15, L_18, L_19, L_26, L_27, (bool)0, NULL);
}
IL_0076:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1692>
return;
}
}
// Method Definition Index: 34907
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupCullingParameters_mCB056883BE336162269D6C1258AF65B1BDDF09CF (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* ___0_cullingParameters, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___1_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1701>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_0;
L_0 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
int32_t L_1;
L_1 = UniversalRenderer_get_renderingModeActual_m48B1504573E94205348A217526669CF5A1043BE1(__this, NULL);
NullCheck(L_0);
bool L_2;
L_2 = UniversalRenderPipelineAsset_ShouldUseReflectionProbeAtlasBlending_mA337CB771990777CD6450C590A412E02B6120CB1(L_0, L_1, NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1703>
bool L_3;
L_3 = UniversalRenderer_get_usesClusterLightLoop_m82C58F7C6DC2A36F60D3DB5AC742002FF4548EDE(__this, NULL);
bool L_4 = V_0;
if (!((int32_t)((int32_t)L_3&(int32_t)L_4)))
{
goto IL_002a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1705>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_5 = ___0_cullingParameters;
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_6 = L_5;
il2cpp_codegen_runtime_class_init_inline(ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_il2cpp_TypeInfo_var);
int32_t L_7;
L_7 = ScriptableCullingParameters_get_cullingOptions_mCEC493EA8184660459A61EC4F77FCD7C78D36464(L_6, NULL);
ScriptableCullingParameters_set_cullingOptions_m618DDCBD0D0AB8CC22A2E92724919A25D60C6CAF(L_6, ((int32_t)((int32_t)L_7|((int32_t)32))), NULL);
}
IL_002a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1710>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_8;
L_8 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_8);
bool L_9;
L_9 = UniversalRenderPipelineAsset_get_supportsMainLightShadows_m49602C0968982FFAB632F55F2AEAE18873110150_inline(L_8, NULL);
if (L_9)
{
goto IL_0045;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_10;
L_10 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_10);
bool L_11;
L_11 = UniversalRenderPipelineAsset_get_supportsAdditionalLightShadows_mD95BAF6EAD82716E802665A83A85C5AFCE071AB5_inline(L_10, NULL);
G_B5_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_0046;
}
IL_0045:
{
G_B5_0 = 0;
}
IL_0046:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1711>
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_12 = ___1_cameraData;
float* L_13;
L_13 = CameraData_get_maxShadowDistance_mDAB173F1140596511BEB8CEB3D33051C06B6A74E(L_12, NULL);
float L_14 = *((float*)L_13);
bool L_15;
L_15 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_14, (0.0f), NULL);
V_1 = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1712>
bool L_16 = V_1;
if (!((int32_t)(G_B5_0|(int32_t)L_16)))
{
goto IL_006b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1714>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_17 = ___0_cullingParameters;
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_18 = L_17;
il2cpp_codegen_runtime_class_init_inline(ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_il2cpp_TypeInfo_var);
int32_t L_19;
L_19 = ScriptableCullingParameters_get_cullingOptions_mCEC493EA8184660459A61EC4F77FCD7C78D36464(L_18, NULL);
ScriptableCullingParameters_set_cullingOptions_m618DDCBD0D0AB8CC22A2E92724919A25D60C6CAF(L_18, ((int32_t)((int32_t)L_19&((int32_t)-65))), NULL);
}
IL_006b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1717>
bool L_20;
L_20 = UniversalRenderer_get_usesClusterLightLoop_m82C58F7C6DC2A36F60D3DB5AC742002FF4548EDE(__this, NULL);
if (!L_20)
{
goto IL_0087;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1720>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_21 = ___0_cullingParameters;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
int32_t L_22;
L_22 = UniversalRenderPipeline_get_maxVisibleAdditionalLights_m3CACA59ACE53B1BDF276753AFA44D7E826B77C94(NULL);
il2cpp_codegen_runtime_class_init_inline(ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_il2cpp_TypeInfo_var);
ScriptableCullingParameters_set_maximumVisibleLights_mD8E9173E16884006360E85AB167E13FC7C25F415(L_21, L_22, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1722>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_23 = ___0_cullingParameters;
ScriptableCullingParameters_set_reflectionProbeSortingCriteria_m5C688ABC667A7B436768F905ADFD6B1CDA1D706E(L_23, 0, NULL);
goto IL_00aa;
}
IL_0087:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1724>
int32_t L_24;
L_24 = UniversalRenderer_get_renderingModeActual_m48B1504573E94205348A217526669CF5A1043BE1(__this, NULL);
if ((!(((uint32_t)L_24) == ((uint32_t)1))))
{
goto IL_009d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1726>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_25 = ___0_cullingParameters;
il2cpp_codegen_runtime_class_init_inline(ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_il2cpp_TypeInfo_var);
ScriptableCullingParameters_set_maximumVisibleLights_mD8E9173E16884006360E85AB167E13FC7C25F415(L_25, ((int32_t)65535), NULL);
goto IL_00aa;
}
IL_009d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1735>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_26 = ___0_cullingParameters;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
int32_t L_27;
L_27 = UniversalRenderPipeline_get_maxVisibleAdditionalLights_m3CACA59ACE53B1BDF276753AFA44D7E826B77C94(NULL);
il2cpp_codegen_runtime_class_init_inline(ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_il2cpp_TypeInfo_var);
ScriptableCullingParameters_set_maximumVisibleLights_mD8E9173E16884006360E85AB167E13FC7C25F415(L_26, ((int32_t)il2cpp_codegen_add(L_27, 1)), NULL);
}
IL_00aa:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1737>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_28 = ___0_cullingParameters;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_29 = ___1_cameraData;
float* L_30;
L_30 = CameraData_get_maxShadowDistance_mDAB173F1140596511BEB8CEB3D33051C06B6A74E(L_29, NULL);
float L_31 = *((float*)L_30);
il2cpp_codegen_runtime_class_init_inline(ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_il2cpp_TypeInfo_var);
ScriptableCullingParameters_set_shadowDistance_m92DDDA606C58EF0DF46D05140900290CCDEE3B35(L_28, L_31, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1739>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_32 = ___0_cullingParameters;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_33;
L_33 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_33);
bool L_34;
L_34 = UniversalRenderPipelineAsset_get_conservativeEnclosingSphere_mFEDF12207D303EB9874B019BBE1CAA582A1A9203_inline(L_33, NULL);
ScriptableCullingParameters_set_conservativeEnclosingSphere_m06A990D281A06984823F4D3F7CB75743F676B755(L_32, L_34, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1741>
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899* L_35 = ___0_cullingParameters;
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_36;
L_36 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_36);
int32_t L_37;
L_37 = UniversalRenderPipelineAsset_get_numIterationsEnclosingSphere_m38AFD0AD5243DC1432EB93514E339C256852028A_inline(L_36, NULL);
ScriptableCullingParameters_set_numIterationsEnclosingSphere_mA4B528CC483A3173B41CC52F8902AE4A2456D6C9(L_35, L_37, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1742>
return;
}
}
// Method Definition Index: 34908
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_FinishRendering_mC6EF09DB579972A68F96E382863F9FAA5293C788 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1747>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_0 = __this->___m_ColorBufferSystem;
NullCheck(L_0);
RenderTargetBufferSystem_Clear_m6E8586BB1A508B94496610A54EF39BE0A03B431B(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1748>
__this->___m_ActiveCameraColorAttachment = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActiveCameraColorAttachment), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1749>
__this->___m_ActiveCameraDepthAttachment = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActiveCameraDepthAttachment), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1750>
return;
}
}
// Method Definition Index: 34909
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_EnqueueDeferred_mDE45D2C43F6A41234DF2A16D61B06FD400E8D0F8 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_cameraTargetDescriptor, bool ___1_hasDepthPrepass, bool ___2_hasNormalPrepass, bool ___3_hasRenderingLayerPrepass, bool ___4_applyMainShadow, bool ___5_applyAdditionalShadow, const RuntimeMethod* method)
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* G_B2_0 = NULL;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* G_B1_0 = NULL;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* G_B3_0 = NULL;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1754>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1755>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1756>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1757>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1758>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1759>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1760>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1761>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1762>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_0 = __this->___m_DeferredLights;
bool L_1 = ___5_applyAdditionalShadow;
if (L_1)
{
G_B2_0 = L_0;
goto IL_000d;
}
G_B1_0 = L_0;
}
{
G_B3_0 = ((AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004*)(NULL));
G_B3_1 = G_B1_0;
goto IL_0013;
}
IL_000d:
{
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_2 = __this->___m_AdditionalLightsShadowCasterPass;
G_B3_0 = L_2;
G_B3_1 = G_B2_0;
}
IL_0013:
{
bool L_3 = ___1_hasDepthPrepass;
bool L_4 = ___2_hasNormalPrepass;
bool L_5 = ___3_hasRenderingLayerPrepass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = __this->___m_DepthTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = __this->___m_ActiveCameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = __this->___m_ActiveCameraColorAttachment;
NullCheck(G_B3_1);
DeferredLights_Setup_m170E14C9E2FB17313DC4FB207B8CA309F77595A9(G_B3_1, G_B3_0, L_3, L_4, L_5, L_6, L_7, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1764>
bool L_9 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
if (!L_9)
{
goto IL_005d;
}
}
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_10 = __this->___m_DeferredLights;
NullCheck(L_10);
bool L_11;
L_11 = DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline(L_10, NULL);
if (!L_11)
{
goto IL_005d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1768>
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* L_12 = __this->___m_GBufferPass;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_13 = ___0_cameraTargetDescriptor;
NullCheck(L_12);
VirtualActionInvoker2< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 >::Invoke(7, L_12, (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL, L_13);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1769>
DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* L_14 = __this->___m_DeferredPass;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_15 = ___0_cameraTargetDescriptor;
NullCheck(L_14);
VirtualActionInvoker2< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 >::Invoke(7, L_14, (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL, L_15);
}
IL_005d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1773>
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* L_16 = __this->___m_GBufferPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1776>
bool L_17 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled;
if (!L_17)
{
goto IL_007e;
}
}
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_18 = __this->___m_DeferredLights;
NullCheck(L_18);
bool L_19;
L_19 = DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline(L_18, NULL);
if (L_19)
{
goto IL_00a1;
}
}
IL_007e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1778>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_20 = __this->___m_GBufferCopyDepthPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_21 = __this->___m_CameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_22 = __this->___m_DepthTexture;
NullCheck(L_20);
CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41(L_20, L_21, L_22, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1779>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_23 = __this->___m_GBufferCopyDepthPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_23, NULL);
}
IL_00a1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1782>
DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* L_24 = __this->___m_DeferredPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_24, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1784>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_25 = __this->___m_RenderOpaqueForwardOnlyPass;
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(__this, L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1785>
return;
}
}
// Method Definition Index: 34910
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 UniversalRenderer_GetRenderPassInputs_m4AFF8701812CE756B125D3306DA8F5D095DD45FE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, bool ___0_isTemporalAAEnabled, bool ___1_postProcessingEnabled, bool ___2_isSceneViewCamera, bool ___3_renderingLayerProvidesByDepthNormalPass, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* V_8 = NULL;
int32_t G_B3_0 = 0;
bool* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
bool* G_B2_1 = NULL;
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
bool* G_B4_2 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1800>
il2cpp_codegen_initobj((&V_0), sizeof(RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1801>
(&V_0)->___requiresDepthNormalAtEvent = ((int32_t)250);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1802>
(&V_0)->___requiresDepthTextureEarliestEvent = ((int32_t)550);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1803>
V_1 = 0;
goto IL_00fc;
}
IL_0027:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1805>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_0;
L_0 = ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline(__this, NULL);
int32_t L_1 = V_1;
NullCheck(L_0);
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_2;
L_2 = List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F(L_0, L_1, List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F_RuntimeMethod_var);
V_2 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1806>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_3 = V_2;
NullCheck(L_3);
int32_t L_4;
L_4 = ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline(L_3, NULL);
V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&1))) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1807>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_5 = V_2;
NullCheck(L_5);
int32_t L_6;
L_6 = ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline(L_5, NULL);
V_4 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_6&2))) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1808>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_7 = V_2;
NullCheck(L_7);
int32_t L_8;
L_8 = ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline(L_7, NULL);
V_5 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_8&4))) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1809>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_9 = V_2;
NullCheck(L_9);
int32_t L_10;
L_10 = ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline(L_9, NULL);
V_6 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_10&8))) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1810>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_11 = V_2;
NullCheck(L_11);
int32_t L_12;
L_12 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_11, NULL);
V_7 = (bool)((((int32_t)L_12) < ((int32_t)((int32_t)300)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1812>
bool* L_13 = (bool*)(&(&V_0)->___requiresDepthTexture);
bool* L_14 = L_13;
int32_t L_15 = *((uint8_t*)L_14);
bool L_16 = V_3;
*((int8_t*)L_14) = (int8_t)((int32_t)(L_15|(int32_t)L_16));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1816>
bool* L_17 = (bool*)(&(&V_0)->___requiresDepthPrepass);
bool* L_18 = L_17;
int32_t L_19 = *((uint8_t*)L_18);
bool L_20 = V_4;
if (L_20)
{
G_B3_0 = L_19;
G_B3_1 = L_18;
goto IL_0095;
}
G_B2_0 = L_19;
G_B2_1 = L_18;
}
{
bool L_21 = V_3;
bool L_22 = V_7;
G_B4_0 = ((int32_t)((int32_t)L_21&(int32_t)L_22));
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0096;
}
IL_0095:
{
G_B4_0 = 1;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0096:
{
*((int8_t*)G_B4_2) = (int8_t)((int32_t)(G_B4_1|G_B4_0));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1818>
bool* L_23 = (bool*)(&(&V_0)->___requiresNormalsTexture);
bool* L_24 = L_23;
int32_t L_25 = *((uint8_t*)L_24);
bool L_26 = V_4;
*((int8_t*)L_24) = (int8_t)((int32_t)(L_25|(int32_t)L_26));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1819>
bool* L_27 = (bool*)(&(&V_0)->___requiresColorTexture);
bool* L_28 = L_27;
int32_t L_29 = *((uint8_t*)L_28);
bool L_30 = V_5;
*((int8_t*)L_28) = (int8_t)((int32_t)(L_29|(int32_t)L_30));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1820>
bool* L_31 = (bool*)(&(&V_0)->___requiresMotionVectors);
bool* L_32 = L_31;
int32_t L_33 = *((uint8_t*)L_32);
bool L_34 = V_6;
*((int8_t*)L_32) = (int8_t)((int32_t)(L_33|(int32_t)L_34));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1821>
bool L_35 = V_3;
if (!L_35)
{
goto IL_00da;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1822>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_36 = V_2;
NullCheck(L_36);
int32_t L_37;
L_37 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_36, NULL);
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_38 = V_0;
int32_t L_39 = L_38.___requiresDepthTextureEarliestEvent;
int32_t L_40;
L_40 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_37, L_39, NULL);
(&V_0)->___requiresDepthTextureEarliestEvent = L_40;
}
IL_00da:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1823>
bool L_41 = V_4;
bool L_42 = V_3;
if (!((int32_t)((int32_t)L_41|(int32_t)L_42)))
{
goto IL_00f8;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1824>
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_43 = V_2;
NullCheck(L_43);
int32_t L_44;
L_44 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_43, NULL);
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_45 = V_0;
int32_t L_46 = L_45.___requiresDepthNormalAtEvent;
int32_t L_47;
L_47 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_44, L_46, NULL);
(&V_0)->___requiresDepthNormalAtEvent = L_47;
}
IL_00f8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1803>
int32_t L_48 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_48, 1));
}
IL_00fc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1803>
int32_t L_49 = V_1;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_50;
L_50 = ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline(__this, NULL);
NullCheck(L_50);
int32_t L_51;
L_51 = List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_inline(L_50, List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var);
if ((((int32_t)L_49) < ((int32_t)L_51)))
{
goto IL_0027;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1828>
bool L_52 = ___0_isTemporalAAEnabled;
if (!L_52)
{
goto IL_0118;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1829>
(&V_0)->___requiresMotionVectors = (bool)1;
}
IL_0118:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1832>
bool L_53 = ___1_postProcessingEnabled;
if (!L_53)
{
goto IL_0156;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1834>
il2cpp_codegen_runtime_class_init_inline(VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* L_54;
L_54 = VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C(NULL);
NullCheck(L_54);
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_55;
L_55 = VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline(L_54, NULL);
NullCheck(L_55);
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_56;
L_56 = VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99(L_55, VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99_RuntimeMethod_var);
V_8 = L_56;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1835>
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_57 = V_8;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_58;
L_58 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_57, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_58)
{
goto IL_0156;
}
}
{
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_59 = V_8;
NullCheck(L_59);
bool L_60;
L_60 = MotionBlur_IsActive_mB06475DA53BAABEA9E9D53D0DA4CC4117E8C9768(L_59, NULL);
if (!L_60)
{
goto IL_0156;
}
}
{
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_61 = V_8;
NullCheck(L_61);
MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* L_62 = L_61->___mode;
NullCheck(L_62);
int32_t L_63;
L_63 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_62);
if ((!(((uint32_t)L_63) == ((uint32_t)1))))
{
goto IL_0156;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1836>
(&V_0)->___requiresMotionVectors = (bool)1;
}
IL_0156:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1840>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_64 = V_0;
bool L_65 = L_64.___requiresMotionVectors;
if (!L_65)
{
goto IL_0183;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1842>
(&V_0)->___requiresDepthTexture = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1843>
MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* L_66 = __this->___m_MotionVectorPass;
NullCheck(L_66);
int32_t L_67;
L_67 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_66, NULL);
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_68 = V_0;
int32_t L_69 = L_68.___requiresDepthTextureEarliestEvent;
int32_t L_70;
L_70 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_67, L_69, NULL);
(&V_0)->___requiresDepthTextureEarliestEvent = L_70;
}
IL_0183:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1851>
bool L_71 = ___3_renderingLayerProvidesByDepthNormalPass;
if (!L_71)
{
goto IL_018f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1852>
(&V_0)->___requiresNormalsTexture = (bool)1;
}
IL_018f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1854>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_72 = V_0;
return L_72;
}
}
// Method Definition Index: 34911
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateCameraRenderTarget_m258AD8B49426280E1DC061A568D6C4EAD74BDB22 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___1_descriptor, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___2_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Profiling_t6DEB870A261B1B24E98EBC18BD0F599A3596BD76_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19AD0C41AB960FE0D2237D2136556223F13ACAC2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A487BAA4556FE46247C9E82FA45126D254491FC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8B3F485C7232D90884130F2900C6FE0697181DF);
s_Il2CppMethodInitialized = true;
}
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_0;
memset((&V_0), 0, sizeof(V_0));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t G_B9_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B14_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B13_0 = NULL;
int32_t G_B15_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B15_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1861>
il2cpp_codegen_runtime_class_init_inline(Profiling_t6DEB870A261B1B24E98EBC18BD0F599A3596BD76_il2cpp_TypeInfo_var);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = ((Profiling_t6DEB870A261B1B24E98EBC18BD0F599A3596BD76_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t6DEB870A261B1B24E98EBC18BD0F599A3596BD76_il2cpp_TypeInfo_var))->___createCameraRenderTarget;
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_0), L_0, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01b5:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_0), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1863>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_1 = __this->___m_ColorBufferSystem;
NullCheck(L_1);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2;
L_2 = RenderTargetBufferSystem_PeekBackBuffer_m5496A9F37497CE9915D760AD5F44FEA5EE304941(L_1, NULL);
if (!L_2)
{
goto IL_0036_1;
}
}
{
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_3 = __this->___m_ColorBufferSystem;
NullCheck(L_3);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = RenderTargetBufferSystem_PeekBackBuffer_m5496A9F37497CE9915D760AD5F44FEA5EE304941(L_3, NULL);
NullCheck(L_4);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_5;
L_5 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_4, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_6;
L_6 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
bool L_7;
L_7 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_5, L_6, NULL);
if (!L_7)
{
goto IL_0080_1;
}
}
IL_0036_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1867>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_8 = __this->___m_ColorBufferSystem;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = ___2_cmd;
NullCheck(L_8);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10;
L_10 = RenderTargetBufferSystem_GetBackBuffer_m5783C133D632176EB13AA0B5651723B212AAE3B1(L_8, L_9, NULL);
__this->___m_ActiveCameraColorAttachment = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActiveCameraColorAttachment), (void*)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1868>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = __this->___m_ActiveCameraColorAttachment;
ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline(__this, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1871>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = ___2_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13 = __this->___m_ActiveCameraColorAttachment;
NullCheck(L_13);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_14;
L_14 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_13, NULL);
NullCheck(L_12);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_12, _stringLiteral19AD0C41AB960FE0D2237D2136556223F13ACAC2, L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1873>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15 = ___2_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16 = __this->___m_ActiveCameraColorAttachment;
NullCheck(L_16);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_17;
L_17 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_16, NULL);
NullCheck(L_15);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_15, _stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF, L_17, NULL);
}
IL_0080_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1876>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = __this->___m_CameraDepthAttachment;
if (!L_18)
{
goto IL_00a3_1;
}
}
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = __this->___m_CameraDepthAttachment;
NullCheck(L_19);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_20;
L_20 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_19, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_21;
L_21 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
bool L_22;
L_22 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_20, L_21, NULL);
if (!L_22)
{
goto IL_01b3_1;
}
}
IL_00a3_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1878>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_23 = ___1_descriptor;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_24 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_23);
V_1 = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1879>
RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539((&V_1), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1880>
RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414((&V_1), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1881>
RenderTextureDescriptor_set_bindMS_m40A5B13ECDCA2A5E916047DACD10A7B04068AB83((&V_1), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1883>
int32_t L_25;
L_25 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_1), NULL);
if ((((int32_t)L_25) <= ((int32_t)1)))
{
goto IL_00d6_1;
}
}
{
int32_t L_26;
L_26 = SystemInfo_get_supportsMultisampledTextures_mC5D33E19F0E42C28563230E477483174766A7A90(NULL);
G_B9_0 = ((!(((uint32_t)L_26) <= ((uint32_t)0)))? 1 : 0);
goto IL_00d7_1;
}
IL_00d6_1:
{
G_B9_0 = 0;
}
IL_00d7_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1887>
if (!G_B9_0)
{
goto IL_010a_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1890>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_27 = ___3_cameraData;
bool L_28;
L_28 = UniversalRenderer_IsDepthPrimingEnabledCompatibilityMode_mED8C7F854BA84B88E980AA61ACE3E59D7DFD2114(__this, L_27, NULL);
if (!L_28)
{
goto IL_00ed_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1891>
RenderTextureDescriptor_set_bindMS_m40A5B13ECDCA2A5E916047DACD10A7B04068AB83((&V_1), (bool)1, NULL);
goto IL_010a_1;
}
IL_00ed_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1893>
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_29;
L_29 = RenderingUtils_MultisampleDepthResolveSupported_mFF310B1C5B2FF3C0B3A4237D4C248398A9F6E6E6(NULL);
if (!L_29)
{
G_B14_0 = (&V_1);
goto IL_0104_1;
}
G_B13_0 = (&V_1);
}
{
int32_t L_30 = __this->___m_CopyDepthMode;
G_B15_0 = ((((int32_t)((((int32_t)L_30) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
G_B15_1 = G_B13_0;
goto IL_0105_1;
}
IL_0104_1:
{
G_B15_0 = 1;
G_B15_1 = G_B14_0;
}
IL_0105_1:
{
RenderTextureDescriptor_set_bindMS_m40A5B13ECDCA2A5E916047DACD10A7B04068AB83(G_B15_1, (bool)G_B15_0, NULL);
}
IL_010a_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1898>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_31;
L_31 = UniversalRenderer_IsGLESDevice_mC7C68769B9C8CE67FFE579A9E67A807BE7DFD3CF(NULL);
if (!L_31)
{
goto IL_0119_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1899>
RenderTextureDescriptor_set_bindMS_m40A5B13ECDCA2A5E916047DACD10A7B04068AB83((&V_1), (bool)0, NULL);
}
IL_0119_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1901>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_1), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1902>
int32_t L_32;
L_32 = UniversalRenderer_get_cameraDepthAttachmentFormat_m8141626870C0408FCCF0E273A3B1AB6B98731AA9(__this, NULL);
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_1), L_32, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1903>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_33 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_CameraDepthAttachment);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_34;
L_34 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_33, (&V_1), 0, 1, 1, (0.0f), _stringLiteralC8B3F485C7232D90884130F2900C6FE0697181DF, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1905>
int32_t L_35;
L_35 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
if ((!(((uint32_t)L_35) == ((uint32_t)2))))
{
goto IL_018a_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1907>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_36 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_CameraDepthAttachment_D3d_11);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_37;
L_37 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_36, (&V_1), 0, 1, 1, (0.0f), _stringLiteral8A487BAA4556FE46247C9E82FA45126D254491FC, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1908>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_38 = ___2_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39 = __this->___m_CameraDepthAttachment;
NullCheck(L_39);
String_t* L_40;
L_40 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_39, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_41 = __this->___m_CameraDepthAttachment_D3d_11;
NullCheck(L_41);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_42;
L_42 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_41, NULL);
NullCheck(L_38);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_38, L_40, L_42, NULL);
goto IL_01a6_1;
}
IL_018a_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1911>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_43 = ___2_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_44 = __this->___m_CameraDepthAttachment;
NullCheck(L_44);
String_t* L_45;
L_45 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_44, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_46 = __this->___m_CameraDepthAttachment;
NullCheck(L_46);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_47;
L_47 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_46, NULL);
NullCheck(L_43);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_43, L_45, L_47, NULL);
}
IL_01a6_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1914>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_48 = ___1_descriptor;
int32_t L_49;
L_49 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&V_1), NULL);
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline(L_48, L_49, NULL);
}
IL_01b3_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1916>
goto IL_01c3;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01c3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1918>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_50 = ___2_cmd;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
ScriptableRenderContext_ExecuteCommandBuffer_mBAE37DFC699B7167A6E2C59012066C44A31E9896((&___0_context), L_50, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1919>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_51 = ___2_cmd;
NullCheck(L_51);
CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_51, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1920>
return;
}
}
// Method Definition Index: 34912
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_PlatformRequiresExplicitMsaaResolve_mCAD62563B9320973A46C0F0E9315ECDC104AD2B6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1932>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1933>
bool L_0;
L_0 = SystemInfo_get_supportsMultisampleAutoResolve_m125066BA8453991299CF37D41E54CC9027679352(NULL);
if (!L_0)
{
goto IL_000e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Application_get_isMobilePlatform_mE0BBFDE72BBFE5877581FA67DDBBFC397608AFCA(NULL);
if (L_1)
{
goto IL_001b;
}
}
IL_000e:
{
int32_t L_2;
L_2 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)((int32_t)16)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_001b:
{
return (bool)0;
}
}
// Method Definition Index: 34913
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_RequiresIntermediateColorTexture_mCDD21A965A88B776903B70A51D7031D2057602DE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_8;
memset((&V_8), 0, sizeof(V_8));
int32_t G_B8_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B14_0 = 0;
int32_t G_B16_0 = 0;
int32_t G_B16_1 = 0;
int32_t G_B18_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B19_0 = 0;
int32_t G_B19_1 = 0;
int32_t G_B21_0 = 0;
int32_t G_B20_0 = 0;
int32_t G_B22_0 = 0;
int32_t G_B22_1 = 0;
int32_t G_B28_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1947>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
int32_t L_1 = L_0->___renderType;
if (L_1)
{
goto IL_0012;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___0_cameraData;
NullCheck(L_2);
bool L_3 = L_2->___resolveFinalTarget;
if (L_3)
{
goto IL_0012;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1948>
return (bool)1;
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1956>
bool L_4;
L_4 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_4)
{
goto IL_001c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1957>
return (bool)1;
}
IL_001c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1959>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = ___0_cameraData;
NullCheck(L_5);
bool L_6;
L_6 = UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D(L_5, NULL);
V_0 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1960>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___0_cameraData;
NullCheck(L_7);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_8 = L_7->___cameraTargetDescriptor;
V_1 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1961>
int32_t L_9;
L_9 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1962>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_10 = ___0_cameraData;
NullCheck(L_10);
int32_t L_11 = L_10->___imageScalingMode;
V_2 = (bool)((!(((uint32_t)L_11) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1963>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___0_cameraData;
bool L_13;
L_13 = UniversalRenderer_IsScalableBufferManagerUsed_mC0A04EF0F5D065234D2D3EDC6EED4AADA5A2A436(__this, L_12, NULL);
V_3 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1964>
int32_t L_14;
L_14 = RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline((&V_1), NULL);
V_4 = (bool)((((int32_t)L_14) == ((int32_t)2))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1965>
if ((((int32_t)L_9) <= ((int32_t)1)))
{
goto IL_0059;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_15;
L_15 = UniversalRenderer_PlatformRequiresExplicitMsaaResolve_mCAD62563B9320973A46C0F0E9315ECDC104AD2B6(NULL);
G_B8_0 = ((int32_t)(L_15));
goto IL_005a;
}
IL_0059:
{
G_B8_0 = 0;
}
IL_005a:
{
V_5 = (bool)G_B8_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1966>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = ___0_cameraData;
NullCheck(L_16);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = L_16->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_18;
L_18 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_17, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_18)
{
goto IL_0070;
}
}
{
bool L_19 = V_0;
G_B11_0 = ((((int32_t)L_19) == ((int32_t)0))? 1 : 0);
goto IL_0071;
}
IL_0070:
{
G_B11_0 = 0;
}
IL_0071:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1967>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_20 = ___0_cameraData;
NullCheck(L_20);
RuntimeObject* L_21 = L_20->___captureActions;
V_6 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_21) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1970>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_22 = ___0_cameraData;
NullCheck(L_22);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_23;
L_23 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_22, NULL);
NullCheck(L_23);
bool L_24;
L_24 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_23, NULL);
if (!L_24)
{
G_B13_0 = G_B11_0;
goto IL_00ac;
}
G_B12_0 = G_B11_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1972>
V_2 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1973>
V_3 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1974>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_25 = ___0_cameraData;
NullCheck(L_25);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_26;
L_26 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_25, NULL);
NullCheck(L_26);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_27;
L_27 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_26, NULL);
V_8 = L_27;
int32_t L_28;
L_28 = RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline((&V_8), NULL);
int32_t L_29;
L_29 = RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline((&V_1), NULL);
V_4 = (bool)((((int32_t)L_28) == ((int32_t)L_29))? 1 : 0);
G_B13_0 = G_B12_0;
}
IL_00ac:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1977>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_30 = ___0_cameraData;
NullCheck(L_30);
bool L_31 = L_30->___postProcessEnabled;
if (!L_31)
{
G_B15_0 = G_B13_0;
goto IL_00c1;
}
G_B14_0 = G_B13_0;
}
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_32 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
bool L_33;
L_33 = PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A(L_32, NULL);
G_B16_0 = ((int32_t)(L_33));
G_B16_1 = G_B14_0;
goto IL_00c2;
}
IL_00c1:
{
G_B16_0 = 0;
G_B16_1 = G_B15_0;
}
IL_00c2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1978>
if (G_B16_0)
{
G_B18_0 = G_B16_1;
goto IL_00cc;
}
G_B17_0 = G_B16_1;
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_34 = ___0_cameraData;
NullCheck(L_34);
bool L_35 = L_34->___requiresOpaqueTexture;
G_B19_0 = ((int32_t)(L_35));
G_B19_1 = G_B17_0;
goto IL_00cd;
}
IL_00cc:
{
G_B19_0 = 1;
G_B19_1 = G_B18_0;
}
IL_00cd:
{
bool L_36 = V_5;
if (((int32_t)(G_B19_0|(int32_t)L_36)))
{
G_B21_0 = G_B19_1;
goto IL_00dd;
}
G_B20_0 = G_B19_1;
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_37 = ___0_cameraData;
NullCheck(L_37);
bool L_38 = L_37->___isDefaultViewport;
G_B22_0 = ((((int32_t)L_38) == ((int32_t)0))? 1 : 0);
G_B22_1 = G_B20_0;
goto IL_00de;
}
IL_00dd:
{
G_B22_0 = 1;
G_B22_1 = G_B21_0;
}
IL_00de:
{
V_7 = (bool)G_B22_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1979>
if (!G_B22_1)
{
goto IL_00e5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1980>
bool L_39 = V_7;
return L_39;
}
IL_00e5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1982>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1983>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1984>
bool L_40 = V_7;
bool L_41 = V_2;
bool L_42 = V_3;
if (((int32_t)(((int32_t)((int32_t)L_40|(int32_t)L_41))|(int32_t)L_42)))
{
goto IL_00fc;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_43 = ___0_cameraData;
NullCheck(L_43);
bool L_44 = L_43->___isHdrEnabled;
if (L_44)
{
goto IL_00fc;
}
}
{
bool L_45 = V_4;
G_B28_0 = ((((int32_t)L_45) == ((int32_t)0))? 1 : 0);
goto IL_00fd;
}
IL_00fc:
{
G_B28_0 = 1;
}
IL_00fd:
{
bool L_46 = V_6;
if (((int32_t)(G_B28_0|(int32_t)L_46)))
{
goto IL_0111;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_47 = ___0_cameraData;
NullCheck(L_47);
bool L_48;
L_48 = UniversalCameraData_get_requireSrgbConversion_m09836AD17C2F9377EB91208CFE48FD6E6787D6FF(L_47, NULL);
if (L_48)
{
goto IL_0111;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_49 = ___1_renderPassInputs;
bool L_50 = L_49->___requiresColorTexture;
return L_50;
}
IL_0111:
{
return (bool)1;
}
}
// Method Definition Index: 34914
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsScalableBufferManagerUsed_mC0A04EF0F5D065234D2D3EDC6EED4AADA5A2A436 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1998>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = L_0->___camera;
NullCheck(L_1);
bool L_2;
L_2 = Camera_get_allowDynamicResolution_mAD3664A7319B2D48FF0D6DCEE6FD7B855F21A79B(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:1999>
float L_3;
L_3 = ScalableBufferManager_get_widthScaleFactor_m544DB29370FFD51C8E445BA407B0199116F79EAC(NULL);
float L_4;
L_4 = fabsf(((float)il2cpp_codegen_subtract(L_3, (1.0f))));
V_0 = (bool)((((float)L_4) > ((float)(9.99999975E-05f)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2000>
float L_5;
L_5 = ScalableBufferManager_get_heightScaleFactor_mD47126B1D94893B4DC53B57D7678631A058A264B(NULL);
float L_6;
L_6 = fabsf(((float)il2cpp_codegen_subtract(L_5, (1.0f))));
V_1 = (bool)((((float)L_6) > ((float)(9.99999975E-05f)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2002>
if (!L_2)
{
goto IL_0041;
}
}
{
bool L_7 = V_0;
bool L_8 = V_1;
return (bool)((int32_t)((int32_t)L_7|(int32_t)L_8));
}
IL_0041:
{
return (bool)0;
}
}
// Method Definition Index: 34915
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_CanCopyDepth_mFE6A5B53C345C192FAC2FF344F766B1AAA227762 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B6_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2007>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_0->___cameraTargetDescriptor);
int32_t L_2;
L_2 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2008>
int32_t L_3;
L_3 = SystemInfo_get_copyTextureSupport_m35C5E2D749B53757DD6F05492B5D79F364F466C2(NULL);
V_0 = (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2009>
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_4;
L_4 = RenderingUtils_SupportsRenderTextureFormat_m8207DAFD2B25005EAB7D7687744DB4F9D6171031(1, NULL);
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2010>
int32_t L_5 = ((((int32_t)L_2) > ((int32_t)1))? 1 : 0);
if (L_5)
{
G_B2_0 = L_5;
goto IL_0026;
}
G_B1_0 = L_5;
}
{
bool L_6 = V_1;
bool L_7 = V_0;
G_B3_0 = ((int32_t)((int32_t)L_6|(int32_t)L_7));
G_B3_1 = G_B1_0;
goto IL_0027;
}
IL_0026:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
}
IL_0027:
{
V_2 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2012>
if (!G_B3_1)
{
goto IL_0034;
}
}
{
int32_t L_8;
L_8 = SystemInfo_get_supportsMultisampledTextures_mC5D33E19F0E42C28563230E477483174766A7A90(NULL);
G_B6_0 = ((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0);
goto IL_0035;
}
IL_0034:
{
G_B6_0 = 0;
}
IL_0035:
{
V_3 = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2015>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_9;
L_9 = UniversalRenderer_IsGLESDevice_mC7C68769B9C8CE67FFE579A9E67A807BE7DFD3CF(NULL);
bool L_10 = V_3;
if (!((int32_t)((int32_t)L_9&(int32_t)L_10)))
{
goto IL_0041;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2016>
return (bool)0;
}
IL_0041:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2018>
bool L_11 = V_2;
bool L_12 = V_3;
return (bool)((int32_t)((int32_t)L_11|(int32_t)L_12));
}
}
// Method Definition Index: 34916
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SwapColorBuffer_mE32AF42C434CE4357050D7C9A930E6C3D99F6CE1 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19AD0C41AB960FE0D2237D2136556223F13ACAC2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2023>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_0 = __this->___m_ColorBufferSystem;
NullCheck(L_0);
RenderTargetBufferSystem_Swap_m3D2279D4D03B17F4BA36717BAB07360C6F2C6D31(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2028>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = __this->___m_ActiveCameraDepthAttachment;
NullCheck(L_1);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2;
L_2 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_3;
L_3 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
bool L_4;
L_4 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_2, L_3, NULL);
if (!L_4)
{
goto IL_003d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2029>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_5 = __this->___m_ColorBufferSystem;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd;
NullCheck(L_5);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7;
L_7 = RenderTargetBufferSystem_GetBackBuffer_m5783C133D632176EB13AA0B5651723B212AAE3B1(L_5, L_6, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = __this->___m_ActiveCameraDepthAttachment;
ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B(__this, L_7, L_8, NULL);
goto IL_004f;
}
IL_003d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2031>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_9 = __this->___m_ColorBufferSystem;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = ___0_cmd;
NullCheck(L_9);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11;
L_11 = RenderTargetBufferSystem_GetBackBuffer_m5783C133D632176EB13AA0B5651723B212AAE3B1(L_9, L_10, NULL);
ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline(__this, L_11, NULL);
}
IL_004f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2034>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_12 = __this->___m_ColorBufferSystem;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = ___0_cmd;
NullCheck(L_12);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14;
L_14 = RenderTargetBufferSystem_GetBackBuffer_m5783C133D632176EB13AA0B5651723B212AAE3B1(L_12, L_13, NULL);
__this->___m_ActiveCameraColorAttachment = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActiveCameraColorAttachment), (void*)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2035>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16 = __this->___m_ActiveCameraColorAttachment;
NullCheck(L_16);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_17;
L_17 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_16, NULL);
NullCheck(L_15);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_15, _stringLiteral19AD0C41AB960FE0D2237D2136556223F13ACAC2, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2037>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = __this->___m_ActiveCameraColorAttachment;
NullCheck(L_19);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_20;
L_20 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_19, NULL);
NullCheck(L_18);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_18, _stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF, L_20, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2038>
return;
}
}
// Method Definition Index: 34917
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* UniversalRenderer_GetCameraColorFrontBuffer_mD762B4E8C102FC1F2A8FECF6AD9F966594DCA491 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2043>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_0 = __this->___m_ColorBufferSystem;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___0_cmd;
NullCheck(L_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2;
L_2 = RenderTargetBufferSystem_GetFrontBuffer_m85150875CDE3FB4ED1E33FFABD9B9F1893DEA2D1(L_0, L_1, NULL);
return L_2;
}
}
// Method Definition Index: 34918
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* UniversalRenderer_GetCameraColorBackBuffer_m113911EC068BAB52B74843A64B19F6027F08BC5B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2049>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_0 = __this->___m_ColorBufferSystem;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___0_cmd;
NullCheck(L_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2;
L_2 = RenderTargetBufferSystem_GetBackBuffer_m5783C133D632176EB13AA0B5651723B212AAE3B1(L_0, L_1, NULL);
return L_2;
}
}
// Method Definition Index: 34919
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_EnableSwapBufferMSAA_m46268BA4610ECFAC79EE94014EAB1510225E6759 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, bool ___0_enable, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2054>
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* L_0 = __this->___m_ColorBufferSystem;
bool L_1 = ___0_enable;
NullCheck(L_0);
RenderTargetBufferSystem_EnableMSAA_mFACEC550EEF2910AC94C1F22C0DA146DBE36F3CA(L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2055>
return;
}
}
// Method Definition Index: 34920
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_supportsNativeRenderPassRendergraphCompiler_m478CD9959D341F18DE789601971D81DD330E3201 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:2057>
return (bool)1;
}
}
// Method Definition Index: 34921
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_DebugHandlerRequireDepthPass_mDD182D383366BB694D4C3A4670349590CB3BEF90 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:13>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_0;
L_0 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_0)
{
goto IL_002c;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_1;
L_1 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___0_cameraData;
NullCheck(L_2);
bool L_3;
L_3 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_2, NULL);
NullCheck(L_1);
bool L_4;
L_4 = DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077(L_1, L_3, NULL);
if (!L_4)
{
goto IL_002c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:15>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_5;
L_5 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_5);
bool L_6;
L_6 = DebugHandler_TryGetFullscreenDebugMode_m5B125CD94DF3367FD65C7AC30E4FE820212CF2CD(L_5, (&V_0), NULL);
if (!L_6)
{
goto IL_002c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:16>
return (bool)1;
}
IL_002c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:19>
return (bool)0;
}
}
// Method Definition Index: 34922
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateDebugTexture_m68831131CA136B92210B453AAEA9F6FFCA1106B3 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_descriptor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22B754493A290BA9AA7D75FFB46FBA288A7C4F4F);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:24>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_0 = ___0_descriptor;
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:25>
RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539((&V_0), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:26>
RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414((&V_0), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:27>
RenderTextureDescriptor_set_bindMS_m40A5B13ECDCA2A5E916047DACD10A7B04068AB83((&V_0), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:28>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:30>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_1;
L_1 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF((&((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphDebugTextureHandle), (&V_0), 0, 1, 1, (0.0f), _stringLiteral22B754493A290BA9AA7D75FFB46FBA288A7C4F4F, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:31>
return;
}
}
// Method Definition Index: 34923
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D UniversalRenderer_CalculateUVRect_m0E0E032110F3E6A40E100EA86D58764A3A57CA28 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, float ___1_width, float ___2_height, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:35>
float L_0 = ___1_width;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
NullCheck(L_1);
int32_t L_2 = L_1->___pixelWidth;
V_0 = ((float)(L_0/((float)L_2)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:36>
float L_3 = ___2_height;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___0_cameraData;
NullCheck(L_4);
int32_t L_5 = L_4->___pixelHeight;
V_1 = ((float)(L_3/((float)L_5)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:38>
float L_6 = V_0;
float L_7 = V_1;
float L_8 = V_0;
float L_9 = V_1;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_10;
memset((&L_10), 0, sizeof(L_10));
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&L_10), ((float)il2cpp_codegen_subtract((1.0f), L_6)), ((float)il2cpp_codegen_subtract((1.0f), L_7)), L_8, L_9, NULL);
return L_10;
}
}
// Method Definition Index: 34924
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D UniversalRenderer_CalculateUVRect_m1F4A7C76745B96407B4D7477C4260888942FBF2B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, int32_t ___1_textureHeightPercent, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:43>
int32_t L_0 = ___1_textureHeightPercent;
float L_1;
L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(((float)(((float)L_0)/(100.0f))), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:44>
float L_2 = L_1;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___0_cameraData;
NullCheck(L_3);
int32_t L_4 = L_3->___pixelWidth;
V_0 = ((float)il2cpp_codegen_multiply(L_2, ((float)L_4)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:45>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = ___0_cameraData;
NullCheck(L_5);
int32_t L_6 = L_5->___pixelHeight;
V_1 = ((float)il2cpp_codegen_multiply(L_2, ((float)L_6)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:47>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___0_cameraData;
float L_8 = V_0;
float L_9 = V_1;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_10;
L_10 = UniversalRenderer_CalculateUVRect_m0E0E032110F3E6A40E100EA86D58764A3A57CA28(__this, L_7, L_8, L_9, NULL);
return L_10;
}
}
// Method Definition Index: 34925
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CorrectForTextureAspectRatio_m251AA2F911AB432CD587462E2633F65F8309782C (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, float* ___0_width, float* ___1_height, float ___2_sourceWidth, float ___3_sourceHeight, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:52>
float L_0 = ___2_sourceWidth;
if ((((float)L_0) == ((float)(0.0f))))
{
goto IL_002b;
}
}
{
float L_1 = ___3_sourceHeight;
if ((((float)L_1) == ((float)(0.0f))))
{
goto IL_002b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:55>
float* L_2 = ___1_height;
float L_3 = *((float*)L_2);
float L_4 = ___2_sourceWidth;
float L_5 = ___3_sourceHeight;
V_0 = ((float)(((float)il2cpp_codegen_multiply(L_3, L_4))/L_5));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:56>
float L_6 = V_0;
float* L_7 = ___0_width;
float L_8 = *((float*)L_7);
if ((!(((float)L_6) > ((float)L_8))))
{
goto IL_0028;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:58>
float* L_9 = ___1_height;
float* L_10 = ___0_width;
float L_11 = *((float*)L_10);
float L_12 = ___3_sourceHeight;
float L_13 = ___2_sourceWidth;
*((float*)L_9) = (float)((float)(((float)il2cpp_codegen_multiply(L_11, L_12))/L_13));
return;
}
IL_0028:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:62>
float* L_14 = ___0_width;
float L_15 = V_0;
*((float*)L_14) = (float)L_15;
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:65>
return;
}
}
// Method Definition Index: 34926
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupRenderGraphFinalPassDebug_m31297C5580E131A70CB443656EFEE55B1ACAF39E (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
float V_4 = 0.0f;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
bool V_8 = false;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_9;
memset((&V_9), 0, sizeof(V_9));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_10;
memset((&V_10), 0, sizeof(V_10));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_11;
memset((&V_11), 0, sizeof(V_11));
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_12;
memset((&V_12), 0, sizeof(V_12));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_13;
memset((&V_13), 0, sizeof(V_13));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_14;
memset((&V_14), 0, sizeof(V_14));
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* V_15 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_16;
memset((&V_16), 0, sizeof(V_16));
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D V_17;
memset((&V_17), 0, sizeof(V_17));
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_18 = NULL;
int32_t V_19 = 0;
int32_t V_20 = 0;
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* V_21 = NULL;
float V_22 = 0.0f;
float V_23 = 0.0f;
float V_24 = 0.0f;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 G_B18_0;
memset((&G_B18_0), 0, sizeof(G_B18_0));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 G_B22_0;
memset((&G_B22_0), 0, sizeof(G_B22_0));
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* G_B27_0 = NULL;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* G_B26_0 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B30_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B29_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B28_0 = NULL;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* G_B33_0 = NULL;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* G_B32_0 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B36_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B35_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B34_0 = NULL;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* G_B39_0 = NULL;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* G_B38_0 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B42_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B41_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B40_0 = NULL;
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* G_B45_0 = NULL;
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* G_B44_0 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B46_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:69>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = ___1_frameData;
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:70>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = ___1_frameData;
NullCheck(L_2);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3;
L_3 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_2, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:72>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_4;
L_4 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_4)
{
goto IL_030c;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_5;
L_5 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = V_1;
NullCheck(L_6);
bool L_7;
L_7 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_6, NULL);
NullCheck(L_5);
bool L_8;
L_8 = DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077(L_5, L_7, NULL);
if (!L_8)
{
goto IL_030c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:74>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:75>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:76>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_9;
L_9 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_9);
bool L_10;
L_10 = DebugHandler_TryGetFullscreenDebugMode_mC4AF0DD2D18FE9BD4B66C25192B07588522F4E9D(L_9, (&V_2), (&V_3), NULL);
if (!L_10)
{
goto IL_0301;
}
}
{
int32_t L_11 = V_2;
if ((!(((uint32_t)L_11) == ((uint32_t)6))))
{
goto IL_0052;
}
}
{
bool L_12;
L_12 = UniversalRenderer_get_usesClusterLightLoop_m82C58F7C6DC2A36F60D3DB5AC742002FF4548EDE(__this, NULL);
if (!L_12)
{
goto IL_0301;
}
}
IL_0052:
{
int32_t L_13 = V_2;
if ((((int32_t)L_13) == ((int32_t)7)))
{
goto IL_0301;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:78>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = V_1;
NullCheck(L_14);
int32_t L_15 = L_14->___pixelWidth;
V_4 = ((float)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:79>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = V_1;
NullCheck(L_16);
int32_t L_17 = L_16->___pixelHeight;
V_5 = ((float)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:81>
int32_t L_18 = V_3;
float L_19;
L_19 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(((float)(((float)L_18)/(100.0f))), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:82>
float L_20 = L_19;
float L_21 = V_5;
V_6 = ((float)il2cpp_codegen_multiply(L_20, L_21));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:83>
float L_22 = V_4;
V_7 = ((float)il2cpp_codegen_multiply(L_20, L_22));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:85>
V_8 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:86>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23;
L_23 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
V_9 = L_23;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:95>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_24 = V_1;
NullCheck(L_24);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_25 = L_24->___cameraTargetDescriptor;
V_11 = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:97>
bool L_26;
L_26 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(((int32_t)48), ((int32_t)18), NULL);
if (!L_26)
{
goto IL_00a9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:98>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_11), ((int32_t)48), NULL);
}
IL_00a9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:100>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_27 = V_11;
UniversalRenderer_CreateDebugTexture_m68831131CA136B92210B453AAEA9F6FFCA1106B3(__this, L_27, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:102>
il2cpp_codegen_initobj((&V_12), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:103>
(&V_12)->___clearOnFirstUse = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:104>
(&V_12)->___discardOnLastUse = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:105>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_28 = ___0_renderGraph;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_29 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphDebugTextureHandle;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_30 = V_12;
NullCheck(L_28);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_31;
L_31 = RenderGraph_ImportTexture_mF35D79456D468AA116B312F7FD5AEDA8920143ED(L_28, L_29, L_30, NULL);
V_13 = L_31;
int32_t L_32 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_32, 1)))
{
case 0:
{
goto IL_00fd;
}
case 1:
{
goto IL_0115;
}
case 2:
{
goto IL_015d;
}
case 3:
{
goto IL_0172;
}
case 4:
{
goto IL_0187;
}
case 5:
{
goto IL_01c4;
}
}
}
{
goto IL_0215;
}
IL_00fd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:112>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_33 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_34 = V_0;
NullCheck(L_34);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_35;
L_35 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_34, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_36 = V_13;
UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4(__this, L_33, L_35, L_36, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:113>
V_8 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:114>
goto IL_0215;
}
IL_0115:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:118>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_37 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_38 = V_0;
NullCheck(L_38);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_39;
L_39 = UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22(L_38, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_40 = V_13;
UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4(__this, L_37, L_39, L_40, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:119>
V_8 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:122>
(&V_9)->___x = (-0.00999999978f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:123>
(&V_9)->___y = (0.00999999978f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:124>
(&V_9)->___z = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:125>
(&V_9)->___w = (1.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:126>
goto IL_0215;
}
IL_015d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:130>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_41 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_42 = V_0;
NullCheck(L_42);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_43;
L_43 = UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455(L_42, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_44 = V_13;
UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4(__this, L_41, L_43, L_44, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:131>
goto IL_0215;
}
IL_0172:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:135>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_45 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_46 = V_0;
NullCheck(L_46);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_47;
L_47 = UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3(L_46, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_48 = V_13;
UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4(__this, L_45, L_47, L_48, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:136>
goto IL_0215;
}
IL_0187:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:141>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:142>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:143>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:144>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:145>
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_49 = __this->___m_LightCookieManager;
V_15 = L_49;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_50 = V_15;
if (!L_50)
{
goto IL_019c;
}
}
{
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_51 = V_15;
NullCheck(L_51);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_52;
L_52 = LightCookieManager_get_AdditionalLightsCookieAtlasTexture_mF6AAADFF78C7FF83A8986BDAFA5AAC16B8133162(L_51, NULL);
if (L_52)
{
goto IL_01a3;
}
}
IL_019c:
{
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_53;
L_53 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
G_B18_0 = L_53;
goto IL_01b4;
}
IL_01a3:
{
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_54 = ___0_renderGraph;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_55 = __this->___m_LightCookieManager;
NullCheck(L_55);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_56;
L_56 = LightCookieManager_get_AdditionalLightsCookieAtlasTexture_mF6AAADFF78C7FF83A8986BDAFA5AAC16B8133162(L_55, NULL);
NullCheck(L_54);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_57;
L_57 = RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7(L_54, L_56, NULL);
G_B18_0 = L_57;
}
IL_01b4:
{
V_14 = G_B18_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:147>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_58 = ___0_renderGraph;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_59 = V_14;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_60 = V_13;
UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4(__this, L_58, L_59, L_60, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:148>
goto IL_0215;
}
IL_01c4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:154>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:155>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:156>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:157>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:158>
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_61 = __this->___m_ForwardLights;
NullCheck(L_61);
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D L_62;
L_62 = ForwardLights_get_reflectionProbeManager_mBAE6F9CD0F0C6510B7273CB5337CEBB411BFF926_inline(L_61, NULL);
V_17 = L_62;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_63;
L_63 = ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline((&V_17), NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_64;
L_64 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_63, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_64)
{
goto IL_01e7;
}
}
{
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_65;
L_65 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
G_B22_0 = L_65;
goto IL_0207;
}
IL_01e7:
{
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_66 = ___0_renderGraph;
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_67 = __this->___m_ForwardLights;
NullCheck(L_67);
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D L_68;
L_68 = ForwardLights_get_reflectionProbeManager_mBAE6F9CD0F0C6510B7273CB5337CEBB411BFF926_inline(L_67, NULL);
V_17 = L_68;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_69;
L_69 = ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline((&V_17), NULL);
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_70;
L_70 = RTHandles_Alloc_m47300A299DB65AE79F29D564BD65769486F02160(L_69, (bool)1, NULL);
NullCheck(L_66);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_71;
L_71 = RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7(L_66, L_70, NULL);
G_B22_0 = L_71;
}
IL_0207:
{
V_16 = G_B22_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:160>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_72 = ___0_renderGraph;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_73 = V_16;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_74 = V_13;
UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4(__this, L_72, L_73, L_74, (bool)0, NULL);
}
IL_0215:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:172>
V_18 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL;
int32_t L_75 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_75, 3)))
{
case 0:
{
goto IL_0235;
}
case 1:
{
goto IL_0257;
}
case 2:
{
goto IL_0279;
}
case 3:
{
goto IL_029b;
}
}
}
{
goto IL_02b8;
}
IL_0235:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:175>
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_76 = __this->___m_AdditionalLightsShadowCasterPass;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_77 = L_76;
if (L_77)
{
G_B27_0 = L_77;
goto IL_0242;
}
G_B26_0 = L_77;
}
{
G_B30_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_0253;
}
IL_0242:
{
NullCheck(G_B27_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_78 = G_B27_0->___m_AdditionalLightsShadowmapHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_79 = L_78;
if (L_79)
{
G_B29_0 = L_79;
goto IL_024e;
}
G_B28_0 = L_79;
}
{
G_B30_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_0253;
}
IL_024e:
{
NullCheck(G_B29_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_80;
L_80 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(G_B29_0, NULL);
G_B30_0 = L_80;
}
IL_0253:
{
V_18 = G_B30_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:175>
goto IL_02b8;
}
IL_0257:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:176>
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_81 = __this->___m_MainLightShadowCasterPass;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_82 = L_81;
if (L_82)
{
G_B33_0 = L_82;
goto IL_0264;
}
G_B32_0 = L_82;
}
{
G_B36_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_0275;
}
IL_0264:
{
NullCheck(G_B33_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_83 = G_B33_0->___m_MainLightShadowmapTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_84 = L_83;
if (L_84)
{
G_B35_0 = L_84;
goto IL_0270;
}
G_B34_0 = L_84;
}
{
G_B36_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_0275;
}
IL_0270:
{
NullCheck(G_B35_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_85;
L_85 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(G_B35_0, NULL);
G_B36_0 = L_85;
}
IL_0275:
{
V_18 = G_B36_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:176>
goto IL_02b8;
}
IL_0279:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:177>
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_86 = __this->___m_LightCookieManager;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* L_87 = L_86;
if (L_87)
{
G_B39_0 = L_87;
goto IL_0286;
}
G_B38_0 = L_87;
}
{
G_B42_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_0297;
}
IL_0286:
{
NullCheck(G_B39_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_88;
L_88 = LightCookieManager_get_AdditionalLightsCookieAtlasTexture_mF6AAADFF78C7FF83A8986BDAFA5AAC16B8133162(G_B39_0, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_89 = L_88;
if (L_89)
{
G_B41_0 = L_89;
goto IL_0292;
}
G_B40_0 = L_89;
}
{
G_B42_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_0297;
}
IL_0292:
{
NullCheck(G_B41_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_90;
L_90 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(G_B41_0, NULL);
G_B42_0 = L_90;
}
IL_0297:
{
V_18 = G_B42_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:177>
goto IL_02b8;
}
IL_029b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:178>
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_91 = __this->___m_ForwardLights;
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_92 = L_91;
if (L_92)
{
G_B45_0 = L_92;
goto IL_02a8;
}
G_B44_0 = L_92;
}
{
G_B46_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
goto IL_02b6;
}
IL_02a8:
{
NullCheck(G_B45_0);
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D L_93;
L_93 = ForwardLights_get_reflectionProbeManager_mBAE6F9CD0F0C6510B7273CB5337CEBB411BFF926_inline(G_B45_0, NULL);
V_17 = L_93;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_94;
L_94 = ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline((&V_17), NULL);
G_B46_0 = L_94;
}
IL_02b6:
{
V_18 = G_B46_0;
}
IL_02b8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:184>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_95 = V_18;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_96;
L_96 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_95, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_96)
{
goto IL_02dc;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:185>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_97 = V_18;
NullCheck(L_97);
int32_t L_98;
L_98 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_97);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_99 = V_18;
NullCheck(L_99);
int32_t L_100;
L_100 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_99);
UniversalRenderer_CorrectForTextureAspectRatio_m251AA2F911AB432CD587462E2633F65F8309782C(__this, (&V_7), (&V_6), ((float)L_98), ((float)L_100), NULL);
}
IL_02dc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:189>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_101 = V_1;
float L_102 = V_7;
float L_103 = V_6;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_104;
L_104 = UniversalRenderer_CalculateUVRect_m0E0E032110F3E6A40E100EA86D58764A3A57CA28(__this, L_101, L_102, L_103, NULL);
V_10 = L_104;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:190>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_105;
L_105 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_106 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphDebugTextureHandle;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_107 = V_10;
bool L_108 = V_8;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_109 = V_9;
NullCheck(L_105);
DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062(L_105, L_106, L_107, L_108, L_109, NULL);
goto IL_030c;
}
IL_0301:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:194>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_110;
L_110 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_110);
DebugHandler_ResetDebugRenderTarget_m05C9F16877A00FE6C9E5BF42432B7780A61748C3(L_110, NULL);
}
IL_030c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:198>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_111;
L_111 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_111)
{
goto IL_03b0;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:200>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_112;
L_112 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_112);
bool L_113;
L_113 = DebugHandler_TryGetFullscreenDebugMode_mC4AF0DD2D18FE9BD4B66C25192B07588522F4E9D(L_112, (&V_19), (&V_20), NULL);
if (L_113)
{
goto IL_03b0;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:202>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_114;
L_114 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_114);
UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* L_115;
L_115 = DebugHandler_get_DebugDisplaySettings_m37F2217F4ED89E755387A4F8A43519AA87C544BD_inline(L_114, NULL);
NullCheck(L_115);
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_116;
L_116 = UniversalRenderPipelineDebugDisplaySettings_get_gpuResidentDrawerSettings_mD831184B9E13367187767609F78A5F124389A382_inline(L_115, NULL);
V_21 = L_116;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:204>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_117 = ___0_renderGraph;
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_118 = V_21;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_119 = V_1;
NullCheck(L_119);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_120 = L_119->___camera;
NullCheck(L_120);
int32_t L_121;
L_121 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_120, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_122 = V_0;
NullCheck(L_122);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_123;
L_123 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_122, NULL);
GPUResidentDrawer_RenderDebugOcclusionTestOverlay_m17664202C62084572F6037B5F1C61E2FE8C0BFD0(L_117, L_118, L_121, L_123, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:206>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_124 = V_1;
NullCheck(L_124);
int32_t L_125 = L_124->___pixelHeight;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_126 = V_1;
NullCheck(L_126);
float L_127 = L_126->___renderScale;
V_22 = ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_125), L_127))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:207>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_128 = V_1;
NullCheck(L_128);
int32_t L_129 = L_128->___pixelHeight;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_130 = V_1;
NullCheck(L_130);
float L_131 = L_130->___renderScale;
V_23 = ((float)il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_129), L_131))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:208>
float L_132 = V_23;
int32_t L_133 = V_20;
V_24 = ((float)(((float)il2cpp_codegen_multiply(L_132, ((float)L_133)))/(100.0f)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:209>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_134 = ___0_renderGraph;
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_135 = V_21;
float L_136 = V_22;
float L_137 = V_23;
float L_138 = V_24;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_139;
memset((&L_139), 0, sizeof(L_139));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_139), ((float)il2cpp_codegen_multiply((0.25f), L_136)), ((float)il2cpp_codegen_subtract(L_137, ((float)il2cpp_codegen_multiply((1.5f), L_138)))), NULL);
float L_140 = V_24;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_141 = V_0;
NullCheck(L_141);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_142;
L_142 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_141, NULL);
GPUResidentDrawer_RenderDebugOccluderOverlay_mB7819CD0C90F839351CE854B2DD297D14F5F830B(L_134, L_135, L_139, L_140, L_142, NULL);
}
IL_03b0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:212>
return;
}
}
// Method Definition Index: 34927
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupAfterPostRenderGraphFinalPassDebug_mE825CC81B182051648A4299E2E8CF084AF4F71C4 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_4;
memset((&V_4), 0, sizeof(V_4));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_5;
memset((&V_5), 0, sizeof(V_5));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_6;
memset((&V_6), 0, sizeof(V_6));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_7;
memset((&V_7), 0, sizeof(V_7));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:216>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = ___1_frameData;
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:217>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = ___1_frameData;
NullCheck(L_2);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3;
L_3 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_2, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:219>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_4;
L_4 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_4)
{
goto IL_00aa;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_5;
L_5 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = V_1;
NullCheck(L_6);
bool L_7;
L_7 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_6, NULL);
NullCheck(L_5);
bool L_8;
L_8 = DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077(L_5, L_7, NULL);
if (!L_8)
{
goto IL_00aa;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:221>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:222>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_9;
L_9 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_9);
bool L_10;
L_10 = DebugHandler_TryGetFullscreenDebugMode_mC4AF0DD2D18FE9BD4B66C25192B07588522F4E9D(L_9, (&V_2), (&V_3), NULL);
if (!L_10)
{
goto IL_00aa;
}
}
{
int32_t L_11 = V_2;
if ((!(((uint32_t)L_11) == ((uint32_t)7))))
{
goto IL_00aa;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:224>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_1;
NullCheck(L_12);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_13 = L_12->___cameraTargetDescriptor;
UniversalRenderer_CreateDebugTexture_m68831131CA136B92210B453AAEA9F6FFCA1106B3(__this, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:226>
il2cpp_codegen_initobj((&V_4), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:227>
(&V_4)->___clearOnFirstUse = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:228>
(&V_4)->___discardOnLastUse = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:229>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_14 = ___0_renderGraph;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphDebugTextureHandle;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_16 = V_4;
NullCheck(L_14);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17;
L_17 = RenderGraph_ImportTexture_mF35D79456D468AA116B312F7FD5AEDA8920143ED(L_14, L_15, L_16, NULL);
V_5 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:230>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_18 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_19 = V_0;
NullCheck(L_19);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_20;
L_20 = UniversalResourceData_get_stpDebugView_m579D1B5D2FBCE54E56373C1B6586C6946DC61382(L_19, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_21 = V_5;
UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4(__this, L_18, L_20, L_21, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:232>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_22 = V_1;
int32_t L_23 = V_3;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_24;
L_24 = UniversalRenderer_CalculateUVRect_m1F4A7C76745B96407B4D7477C4260888942FBF2B(__this, L_22, L_23, NULL);
V_6 = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:233>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_25;
L_25 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
V_7 = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:234>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_26;
L_26 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_27 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphDebugTextureHandle;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_28 = V_6;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_29 = V_7;
NullCheck(L_26);
DebugHandler_SetDebugRenderTarget_mB0AA0EF367846054062ED16DC654D12D51CEB062(L_26, L_27, L_28, (bool)1, L_29, NULL);
}
IL_00aa:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:237>
return;
}
}
// Method Definition Index: 34928
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_BlitToDebugTexture_mA8083ACD242CA3DB059DB67687A137E38661EBD4 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_destination, bool ___3_isSourceTextureColor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraphUtils_t5187325236407C6371A902639432312F5A5E6567_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B8E1B0F84DA0D0088EF3181F66331DE45C70B41);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96BAAD4A81B51FD7271A5B9DAA92E71C9C08F8A3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8478837555741A010697D1C433953E33242C036);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD1084CB06750938DE36B16810EFA215DA4A5E58E);
s_Il2CppMethodInitialized = true;
}
BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:247>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_0;
L_0 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&___1_source), NULL);
if (!L_0)
{
goto IL_004c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:249>
bool L_1 = ___3_isSourceTextureColor;
if (!L_1)
{
goto IL_0025;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:251>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_2 = ___0_renderGraph;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = ___1_source;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_4 = ___2_destination;
il2cpp_codegen_runtime_class_init_inline(RenderGraphUtils_t5187325236407C6371A902639432312F5A5E6567_il2cpp_TypeInfo_var);
RenderGraphUtils_AddCopyPass_m83D3B93ADE538DA285E9CE79FF641EFB7255DA50(L_2, L_3, L_4, _stringLiteralD1084CB06750938DE36B16810EFA215DA4A5E58E, _stringLiteral7B8E1B0F84DA0D0088EF3181F66331DE45C70B41, ((int32_t)251), NULL);
return;
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:255>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:256>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:257>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:258>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5 = ___1_source;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6 = ___2_destination;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___m_DebugBlitMaterial;
il2cpp_codegen_runtime_class_init_inline(BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B_il2cpp_TypeInfo_var);
BlitMaterialParameters__ctor_mF971BA2833FCB6BB12DA8808C5D20696A6382A43((&V_0), L_5, L_6, L_7, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:260>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_8 = ___0_renderGraph;
BlitMaterialParameters_t364CE419AE85D7C8B2F764AD7939AC296A6DB08B L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(RenderGraphUtils_t5187325236407C6371A902639432312F5A5E6567_il2cpp_TypeInfo_var);
RenderGraphUtils_AddBlitPass_mD05B318455299EC1E50C534B568C77B3B438AC7C(L_8, L_9, _stringLiteral96BAAD4A81B51FD7271A5B9DAA92E71C9C08F8A3, _stringLiteral7B8E1B0F84DA0D0088EF3181F66331DE45C70B41, ((int32_t)260), NULL);
return;
}
IL_004c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:265>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_10 = ___0_renderGraph;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11 = ___2_destination;
UniversalRenderer_BlitEmptyTexture_m2B0163EFBACF161B20EBBCD96550DE6CC6EED2CC(__this, L_10, L_11, _stringLiteralB8478837555741A010697D1C433953E33242C036, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:267>
return;
}
}
// Method Definition Index: 34929
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_BlitEmptyTexture_m2B0163EFBACF161B20EBBCD96550DE6CC6EED2CC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_destination, String_t* ___2_passName, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisCopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE_mD23169EF046DF27C1343197021C152EBCF6AA875_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisCopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE_mABF02D77C7133060B85358E8D387B6BC67EE999A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CBlitEmptyTextureU3Eb__156_0_m505AD9345AEE2B04272E88C92C86430E4E4194A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B8E1B0F84DA0D0088EF3181F66331DE45C70B41);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
CopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE* V_1 = NULL;
BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* G_B2_0 = NULL;
RuntimeObject* G_B2_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:271>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
String_t* L_1 = ___2_passName;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = RenderGraph_AddRasterRenderPass_TisCopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE_mABF02D77C7133060B85358E8D387B6BC67EE999A(L_0, L_1, (&V_1), _stringLiteral7B8E1B0F84DA0D0088EF3181F66331DE45C70B41, ((int32_t)271), RenderGraph_AddRasterRenderPass_TisCopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE_mABF02D77C7133060B85358E8D387B6BC67EE999A_RuntimeMethod_var);
V_0 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0063:
{
{
RuntimeObject* L_3 = V_0;
if (!L_3)
{
goto IL_006c;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
}
IL_006c:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:273>
CopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE* L_5 = V_1;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___0_renderGraph;
NullCheck(L_6);
RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* L_7;
L_7 = RenderGraph_get_defaultResources_m9392476073E82DC8F45ED8AB11B271EA471FC206_inline(L_6, NULL);
NullCheck(L_7);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8;
L_8 = RenderGraphDefaultResources_get_blackTexture_m3B0E30D1C8DC5CBE2DD06A57EEF03EB110F637BE_inline(L_7, NULL);
NullCheck(L_5);
L_5->___src = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:274>
CopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE* L_9 = V_1;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = ___1_destination;
NullCheck(L_9);
L_9->___dest = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:275>
RuntimeObject* L_11 = V_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_12 = ___1_destination;
NullCheck(L_11);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_11, L_12, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:277>
RuntimeObject* L_13 = V_0;
NullCheck(L_13);
InterfaceActionInvoker1< bool >::Invoke(11, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_13, (bool)0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:278>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:279>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:280>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:281>
RuntimeObject* L_14 = V_0;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* L_15 = ((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__156_0;
BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* L_16 = L_15;
if (L_16)
{
G_B3_0 = L_16;
G_B3_1 = L_14;
goto IL_005c_1;
}
G_B2_0 = L_16;
G_B2_1 = L_14;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B* L_17 = ((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* L_18 = (BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6*)il2cpp_codegen_object_new(BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m9DCF6C5C46CF40304393CE3057B755F517561008(L_18, L_17, (intptr_t)((void*)U3CU3Ec_U3CBlitEmptyTextureU3Eb__156_0_m505AD9345AEE2B04272E88C92C86430E4E4194A8_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* L_19 = L_18;
((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__156_0 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__156_0), (void*)L_19);
G_B3_0 = L_19;
G_B3_1 = G_B2_1;
}
IL_005c_1:
{
NullCheck(G_B3_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t8DF978FDEA2C5B62356C1C401356467D70EACEC6* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisCopyToDebugTexturePassData_tDE84A21B303D75EC2486798A99BA2C709A5F63CE_mD23169EF046DF27C1343197021C152EBCF6AA875_RuntimeMethod_var, G_B3_1, G_B3_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:282>
goto IL_006d;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_006d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererDebug.cs:283>
return;
}
}
// Method Definition Index: 34930
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* UniversalRenderer_get_currentRenderGraphCameraColorHandle_m21527F9CDAE5748F34E98A46910DA773BA40248C (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:185>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
int32_t L_0 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_CurrentColorHandle;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:186>
return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
}
IL_000a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:188>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_1 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraColorHandles;
int32_t L_2 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_CurrentColorHandle;
NullCheck(L_1);
int32_t L_3 = L_2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// Method Definition Index: 34931
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* UniversalRenderer_get_nextRenderGraphCameraColorHandle_m91A05286A7D7D643695F102723B6F1571A3F2D3F (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:200>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
int32_t L_0 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_CurrentColorHandle;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:201>
return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
}
IL_000a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:203>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
int32_t L_1 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_CurrentColorHandle;
((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_CurrentColorHandle = ((int32_t)(((int32_t)il2cpp_codegen_add(L_1, 1))%2));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:204>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2;
L_2 = UniversalRenderer_get_currentRenderGraphCameraColorHandle_m21527F9CDAE5748F34E98A46910DA773BA40248C(__this, NULL);
return L_2;
}
}
// Method Definition Index: 34932
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CleanupRenderGraphResources_mE911EEC0A02D51128B7C81A885B89545557AEBF6 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B2_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B1_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B5_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B4_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B8_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B7_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B11_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B10_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:218>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_0 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraColorHandles;
NullCheck(L_0);
int32_t L_1 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = L_2;
if (L_3)
{
G_B2_0 = L_3;
goto IL_000d;
}
G_B1_0 = L_3;
}
{
goto IL_0012;
}
IL_000d:
{
NullCheck(G_B2_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B2_0, NULL);
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:219>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_4 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraColorHandles;
NullCheck(L_4);
int32_t L_5 = 1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = L_6;
if (L_7)
{
G_B5_0 = L_7;
goto IL_001f;
}
G_B4_0 = L_7;
}
{
goto IL_0024;
}
IL_001f:
{
NullCheck(G_B5_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B5_0, NULL);
}
IL_0024:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:220>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraDepthHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9 = L_8;
if (L_9)
{
G_B8_0 = L_9;
goto IL_002f;
}
G_B7_0 = L_9;
}
{
goto IL_0034;
}
IL_002f:
{
NullCheck(G_B8_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B8_0, NULL);
}
IL_0034:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:222>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphDebugTextureHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = L_10;
if (L_11)
{
G_B11_0 = L_11;
goto IL_003e;
}
G_B10_0 = L_11;
}
{
return;
}
IL_003e:
{
NullCheck(G_B11_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B11_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:223>
return;
}
}
// Method Definition Index: 34933
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_desc, String_t* ___2_name, bool ___3_clear, int32_t ___4_filterMode, int32_t ___5_wrapMode, const RuntimeMethod* method)
{
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
memset((&V_0), 0, sizeof(V_0));
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B2_0 = NULL;
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B3_1 = NULL;
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B5_0 = NULL;
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B6_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:238>
int32_t L_0;
L_0 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&___1_desc), NULL);
int32_t L_1;
L_1 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&___1_desc), NULL);
TextureDesc__ctor_m363CC70E4CB7757B95BEF8249AAA4AB918FBF5AD((&V_0), L_0, L_1, (bool)0, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:239>
int32_t L_2;
L_2 = RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline((&___1_desc), NULL);
(&V_0)->___dimension = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:240>
bool L_3 = ___3_clear;
(&V_0)->___clearBuffer = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:241>
bool L_4;
L_4 = RenderTextureDescriptor_get_bindMS_mBDC0CE7325E5619AD8CFF213BB0EFBBBC328808A((&___1_desc), NULL);
(&V_0)->___bindTextureMS = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:242>
int32_t L_5;
L_5 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&___1_desc), NULL);
if (L_5)
{
G_B2_0 = (&V_0);
goto IL_004f;
}
G_B1_0 = (&V_0);
}
{
int32_t L_6;
L_6 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0((&___1_desc), NULL);
G_B3_0 = L_6;
G_B3_1 = G_B1_0;
goto IL_0056;
}
IL_004f:
{
int32_t L_7;
L_7 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&___1_desc), NULL);
G_B3_0 = L_7;
G_B3_1 = G_B2_0;
}
IL_0056:
{
G_B3_1->___format = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:243>
int32_t L_8;
L_8 = RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline((&___1_desc), NULL);
(&V_0)->___slices = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:244>
int32_t L_9;
L_9 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&___1_desc), NULL);
(&V_0)->___msaaSamples = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:245>
String_t* L_10 = ___2_name;
(&V_0)->___name = L_10;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:246>
bool L_11;
L_11 = RenderTextureDescriptor_get_enableRandomWrite_m09A97B46F4482C06F4D78678ED87F75A5D01CFF9((&___1_desc), NULL);
(&V_0)->___enableRandomWrite = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:247>
int32_t L_12 = ___4_filterMode;
(&V_0)->___filterMode = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:248>
int32_t L_13 = ___5_wrapMode;
(&V_0)->___wrapMode = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:249>
int32_t L_14;
L_14 = RenderTextureDescriptor_get_shadowSamplingMode_mEDA5D0915E1DF2ED949612B291A20FABD278BF5B_inline((&___1_desc), NULL);
if ((((int32_t)L_14) == ((int32_t)2)))
{
G_B5_0 = (&V_0);
goto IL_00b7;
}
G_B4_0 = (&V_0);
}
{
int32_t L_15;
L_15 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&___1_desc), NULL);
G_B6_0 = ((!(((uint32_t)L_15) <= ((uint32_t)0)))? 1 : 0);
G_B6_1 = G_B4_0;
goto IL_00b8;
}
IL_00b7:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_00b8:
{
G_B6_1->___isShadowMap = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:250>
int32_t L_16;
L_16 = RenderTextureDescriptor_get_vrUsage_m061FAE1190A623B9DEE133F1506ADB23C983F6B0_inline((&___1_desc), NULL);
(&V_0)->___vrUsage = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:251>
bool L_17;
L_17 = RenderTextureDescriptor_get_enableShadingRate_mB3F7F2AADCEF114AD15F6E597FA37A6930219F87((&___1_desc), NULL);
(&V_0)->___enableShadingRate = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:252>
bool L_18;
L_18 = RenderTextureDescriptor_get_useDynamicScale_m84AB51F1599AB6641C254F06EE7431AFBACEF60A((&___1_desc), NULL);
(&V_0)->___useDynamicScale = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:253>
bool L_19;
L_19 = RenderTextureDescriptor_get_useDynamicScaleExplicit_m3738AB9F5FDCCF555A2114ADE85868096533D12D((&___1_desc), NULL);
(&V_0)->___useDynamicScaleExplicit = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:255>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_20 = ___0_renderGraph;
NullCheck(L_20);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_21;
L_21 = RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF(L_20, (&V_0), NULL);
return L_21;
}
}
// Method Definition Index: 34934
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalRenderer_CreateRenderGraphTexture_mC3672468C6E20BAC1444B1292355B0FBA138E324 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_desc, String_t* ___2_name, bool ___3_clear, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_color, int32_t ___5_filterMode, int32_t ___6_wrapMode, bool ___7_discardOnLastUse, const RuntimeMethod* method)
{
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
memset((&V_0), 0, sizeof(V_0));
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B2_0 = NULL;
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:261>
int32_t L_0;
L_0 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&___1_desc), NULL);
int32_t L_1;
L_1 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&___1_desc), NULL);
TextureDesc__ctor_m363CC70E4CB7757B95BEF8249AAA4AB918FBF5AD((&V_0), L_0, L_1, (bool)0, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:262>
int32_t L_2;
L_2 = RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline((&___1_desc), NULL);
(&V_0)->___dimension = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:263>
bool L_3 = ___3_clear;
(&V_0)->___clearBuffer = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:264>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___4_color;
(&V_0)->___clearColor = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:265>
bool L_5;
L_5 = RenderTextureDescriptor_get_bindMS_mBDC0CE7325E5619AD8CFF213BB0EFBBBC328808A((&___1_desc), NULL);
(&V_0)->___bindTextureMS = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:266>
int32_t L_6;
L_6 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&___1_desc), NULL);
if (L_6)
{
G_B2_0 = (&V_0);
goto IL_0058;
}
G_B1_0 = (&V_0);
}
{
int32_t L_7;
L_7 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0((&___1_desc), NULL);
G_B3_0 = L_7;
G_B3_1 = G_B1_0;
goto IL_005f;
}
IL_0058:
{
int32_t L_8;
L_8 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&___1_desc), NULL);
G_B3_0 = L_8;
G_B3_1 = G_B2_0;
}
IL_005f:
{
G_B3_1->___format = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:267>
int32_t L_9;
L_9 = RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline((&___1_desc), NULL);
(&V_0)->___slices = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:268>
int32_t L_10;
L_10 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&___1_desc), NULL);
(&V_0)->___msaaSamples = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:269>
String_t* L_11 = ___2_name;
(&V_0)->___name = L_11;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)L_11);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:270>
bool L_12;
L_12 = RenderTextureDescriptor_get_enableRandomWrite_m09A97B46F4482C06F4D78678ED87F75A5D01CFF9((&___1_desc), NULL);
(&V_0)->___enableRandomWrite = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:271>
int32_t L_13 = ___5_filterMode;
(&V_0)->___filterMode = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:272>
int32_t L_14 = ___6_wrapMode;
(&V_0)->___wrapMode = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:273>
bool L_15;
L_15 = RenderTextureDescriptor_get_enableShadingRate_mB3F7F2AADCEF114AD15F6E597FA37A6930219F87((&___1_desc), NULL);
(&V_0)->___enableShadingRate = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:274>
bool L_16;
L_16 = RenderTextureDescriptor_get_useDynamicScale_m84AB51F1599AB6641C254F06EE7431AFBACEF60A((&___1_desc), NULL);
(&V_0)->___useDynamicScale = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:275>
bool L_17;
L_17 = RenderTextureDescriptor_get_useDynamicScaleExplicit_m3738AB9F5FDCCF555A2114ADE85868096533D12D((&___1_desc), NULL);
(&V_0)->___useDynamicScaleExplicit = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:276>
bool L_18 = ___7_discardOnLastUse;
(&V_0)->___discardBuffer = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:277>
int32_t L_19;
L_19 = RenderTextureDescriptor_get_vrUsage_m061FAE1190A623B9DEE133F1506ADB23C983F6B0_inline((&___1_desc), NULL);
(&V_0)->___vrUsage = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:279>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_20 = ___0_renderGraph;
NullCheck(L_20);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_21;
L_21 = RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF(L_20, (&V_0), NULL);
return L_21;
}
}
// Method Definition Index: 34935
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_RequiresIntermediateAttachments_mF7AD6A2543C46DD29D92D50AFCCBBD410793010A (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, bool ___2_requireCopyFromDepth, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:284>
bool L_0;
L_0 = UniversalRenderer_HasActiveRenderFeatures_m42AF485B27930785B9D708B29223E9C4AD20AFAE(__this, NULL);
if (!L_0)
{
goto IL_0013;
}
}
{
int32_t L_1 = __this->___m_IntermediateTextureMode;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
goto IL_0014;
}
IL_0013:
{
G_B3_0 = 0;
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:285>
bool L_2;
L_2 = UniversalRenderer_HasPassesRequiringIntermediateTexture_m0404A9E4609CC20B45528646743C0F08DFF698BC(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:286>
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Application_get_isEditor_mEAC51E3ACE6DCE438087FB14BD75A3C219D354D0(NULL);
if (!L_3)
{
G_B5_0 = ((int32_t)(G_B3_0|(int32_t)L_2));
goto IL_002a;
}
G_B4_0 = ((int32_t)(G_B3_0|(int32_t)L_2));
}
{
bool L_4;
L_4 = UniversalRenderer_get_usesClusterLightLoop_m82C58F7C6DC2A36F60D3DB5AC742002FF4548EDE(__this, NULL);
G_B6_0 = ((int32_t)(L_4));
G_B6_1 = G_B4_0;
goto IL_002b;
}
IL_002a:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:287>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = ___0_cameraData;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_6 = ___1_renderPassInputs;
bool L_7;
L_7 = UniversalRenderer_RequiresIntermediateColorTexture_mCDD21A965A88B776903B70A51D7031D2057602DE(__this, L_5, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:290>
bool L_8 = ___2_requireCopyFromDepth;
return (bool)((int32_t)(((int32_t)(((int32_t)(G_B6_1|G_B6_0))|(int32_t)L_7))|(int32_t)L_8));
}
}
// Method Definition Index: 34936
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_UpdateCameraHistory_m9D34C95DB2E2A784AA2FA5EFC847D55ED10509FC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B8_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:298>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
if (!L_0)
{
goto IL_006f;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
NullCheck(L_1);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_2;
L_2 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_1, NULL);
if (!L_2)
{
goto IL_006f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:302>
V_0 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:304>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___0_cameraData;
NullCheck(L_3);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_4;
L_4 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_3, NULL);
NullCheck(L_4);
bool L_5;
L_5 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_4, NULL);
if (!L_5)
{
goto IL_002a;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___0_cameraData;
NullCheck(L_6);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_7;
L_7 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_6, NULL);
NullCheck(L_7);
bool L_8;
L_8 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_7, NULL);
G_B5_0 = ((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
goto IL_002b;
}
IL_002a:
{
G_B5_0 = 0;
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:305>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = ___0_cameraData;
NullCheck(L_9);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_10;
L_10 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_9, NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_10, NULL);
V_0 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:307>
if (!G_B5_0)
{
goto IL_003f;
}
}
{
int32_t L_12 = V_0;
G_B8_0 = ((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
goto IL_0040;
}
IL_003f:
{
G_B8_0 = 1;
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:309>
if (!G_B8_0)
{
goto IL_006f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:311>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = ___0_cameraData;
NullCheck(L_13);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_14;
L_14 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:314>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_15 = L_14;
NullCheck(L_15);
UniversalCameraHistory_GatherHistoryRequests_mE57ABEF348847C4E47625E8ECF2BFCC8A43620BF(L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:321>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_16 = L_15;
NullCheck(L_16);
UniversalCameraHistory_ReleaseUnusedHistory_mAA7DD4496716E15F3E95B123F76E77F39A388126(L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:324>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = ___0_cameraData;
NullCheck(L_17);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_18 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_17->___cameraTargetDescriptor);
int32_t L_19;
L_19 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_18, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_20 = ___0_cameraData;
NullCheck(L_20);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_21 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_20->___cameraTargetDescriptor);
int32_t L_22;
L_22 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_21, NULL);
NullCheck(L_16);
UniversalCameraHistory_SwapAndSetReferenceSize_m361F7188EE40A906A4742C776B674F9CC4F8E94C(L_16, L_19, L_22, NULL);
}
IL_006f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:327>
return;
}
}
// Method Definition Index: 34937
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateRenderGraphCameraRenderTargets_m9E5319F3C6D05522A15EBB01A2FBAE74569BF446 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, bool ___1_isCameraTargetOffscreenDepth, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___2_renderPassInputs, bool ___3_requireDepthTexture, bool ___4_requireDepthPrepass, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:338>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:339>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_2);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3;
L_3 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_2, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:340>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4;
L_4 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_4);
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_5;
L_5 = ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_inline(L_4, ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:342>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = V_1;
ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 L_7;
L_7 = UniversalRenderer_GetClearCameraParams_mF6173D0317E1A3467D3F75416B0D117940F46E34(__this, L_6, NULL);
V_2 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:345>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = V_1;
UniversalRenderer_SetupTargetHandles_mF7347E53B3D925839F9355CA20B873CF44E50A09(__this, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:348>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = V_1;
UniversalRenderer_UpdateCameraHistory_m9D34C95DB2E2A784AA2FA5EFC847D55ED10509FC(__this, L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:351>
bool L_10 = ___4_requireDepthPrepass;
if (!L_10)
{
goto IL_0049;
}
}
{
bool L_11;
L_11 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
G_B3_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_004a;
}
IL_0049:
{
G_B3_0 = 0;
}
IL_004a:
{
V_3 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:352>
bool L_12 = V_3;
V_4 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:353>
bool L_13 = ___3_requireDepthTexture;
if (!L_13)
{
goto IL_0058;
}
}
{
bool L_14 = V_3;
G_B6_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
goto IL_0059;
}
IL_0058:
{
G_B6_0 = 0;
}
IL_0059:
{
V_5 = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:357>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = V_1;
NullCheck(L_15);
int32_t L_16 = L_15->___renderType;
if (L_16)
{
goto IL_0072;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:358>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = V_1;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_18 = ___2_renderPassInputs;
bool L_19 = V_5;
bool L_20;
L_20 = UniversalRenderer_RequiresIntermediateAttachments_mF7AD6A2543C46DD29D92D50AFCCBBD410793010A(__this, L_17, L_18, L_19, NULL);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RequiresIntermediateAttachments = L_20;
}
IL_0072:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:361>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_21 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_22 = V_1;
ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 L_23 = V_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_24 = L_23.___clearValue;
bool L_25 = ___1_isCameraTargetOffscreenDepth;
UniversalRenderer_ImportBackBuffers_m33C20E35C3F3CB540F9190971704FFB1279E4B0C(__this, L_21, L_22, L_24, L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:364>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_26 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RequiresIntermediateAttachments;
if (!L_26)
{
goto IL_00a1;
}
}
{
bool L_27 = ___1_isCameraTargetOffscreenDepth;
if (L_27)
{
goto IL_00a1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:366>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_28 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_29 = V_1;
ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 L_30 = V_2;
bool L_31 = L_30.___mustClearColor;
ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 L_32 = V_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_33 = L_32.___clearValue;
UniversalRenderer_CreateIntermediateCameraColorAttachment_m21BF43588DCD8CA317666F9E31CBA37E8E0E2264(__this, L_28, L_29, L_31, L_33, NULL);
goto IL_00a8;
}
IL_00a1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:370>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_34 = V_0;
NullCheck(L_34);
UniversalResourceData_set_activeColorID_m9648D8CF015BBD319302EE191DDB37465909FF5E_inline(L_34, 1, NULL);
}
IL_00a8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:374>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_35 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RequiresIntermediateAttachments;
if (!L_35)
{
goto IL_00c7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:376>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_36 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_37 = V_1;
ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 L_38 = V_2;
bool L_39 = L_38.___mustClearDepth;
ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 L_40 = V_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_41 = L_40.___clearValue;
bool L_42 = V_4;
UniversalRenderer_CreateIntermediateCameraDepthAttachment_m0EE3F135D4C232BA02083ADA7B81491D328451B8(__this, L_36, L_37, L_39, L_41, L_42, NULL);
goto IL_00ce;
}
IL_00c7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:380>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_43 = V_0;
NullCheck(L_43);
UniversalResourceData_set_activeDepthID_m3C54B35293AB348253C548FC543613F718144D65_inline(L_43, 1, NULL);
}
IL_00ce:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:383>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_44 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_45 = V_1;
NullCheck(L_45);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_46 = L_45->___cameraTargetDescriptor;
bool L_47 = V_4;
UniversalRenderer_CreateCameraDepthCopyTexture_m667862B708280F65159B6A2F40D0AC06432D1FCC(__this, L_44, L_46, L_47, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:385>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_48 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_49 = V_1;
NullCheck(L_49);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_50 = L_49->___cameraTargetDescriptor;
UniversalRenderer_CreateCameraNormalsTexture_m042F60B671C1CB4B2611BA9111C6DA4982C2D1F8(__this, L_48, L_50, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:387>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_51 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_52 = V_1;
NullCheck(L_52);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_53 = L_52->___cameraTargetDescriptor;
UniversalRenderer_CreateMotionVectorTextures_m72237BC7E2B54E782378DE848715F4F420D20E19(__this, L_51, L_53, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:389>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_54 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_55 = V_1;
NullCheck(L_55);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_56 = L_55->___cameraTargetDescriptor;
UniversalRenderer_CreateRenderingLayersTexture_m94EE4FC0D8AB6C7212B80196B6141EC1BB246823(__this, L_54, L_56, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:391>
bool L_57 = ___1_isCameraTargetOffscreenDepth;
if (L_57)
{
goto IL_0114;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:392>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_58 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_59 = V_1;
NullCheck(L_59);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_60 = L_59->___cameraTargetDescriptor;
UniversalRenderer_CreateAfterPostProcessTexture_m4EEF91F884FA786DD3E15D0ABB2FFB9A137430CE(__this, L_58, L_60, NULL);
}
IL_0114:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:393>
return;
}
}
// Method Definition Index: 34938
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 UniversalRenderer_GetClearCameraParams_mF6173D0317E1A3467D3F75416B0D117940F46E34 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_2;
memset((&V_2), 0, sizeof(V_2));
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_3 = NULL;
int32_t G_B3_0 = 0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B7_0;
memset((&G_B7_0), 0, sizeof(G_B7_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:411>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
int32_t L_1 = L_0->___renderType;
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:412>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___0_cameraData;
NullCheck(L_2);
int32_t L_3 = L_2->___renderType;
if (!L_3)
{
goto IL_001a;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___0_cameraData;
NullCheck(L_4);
bool L_5 = L_4->___clearDepth;
G_B3_0 = ((int32_t)(L_5));
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 1;
}
IL_001b:
{
V_1 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:416>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___0_cameraData;
NullCheck(L_6);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = L_6->___camera;
NullCheck(L_7);
int32_t L_8;
L_8 = Camera_get_clearFlags_mA74F538C124B391EF03C46A50CA7FF7B505B7602(L_7, NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)4))))
{
goto IL_0038;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = ___0_cameraData;
NullCheck(L_9);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10 = L_9->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_11)
{
goto IL_0040;
}
}
IL_0038:
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___0_cameraData;
NullCheck(L_12);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = L_12->___backgroundColor;
G_B7_0 = L_13;
goto IL_0045;
}
IL_0040:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14;
L_14 = Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline(NULL);
G_B7_0 = L_14;
}
IL_0045:
{
V_2 = G_B7_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:426>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = ___0_cameraData;
NullCheck(L_15);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_16 = L_15->___camera;
bool L_17;
L_17 = ScriptableRenderer_IsSceneFilteringEnabled_m177DE9C0DEEB440C7DC82C3431930EB2C6FE489D(__this, L_16, NULL);
if (!L_17)
{
goto IL_0062;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:428>
(&V_2)->___a = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:429>
V_1 = (bool)0;
}
IL_0062:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:433>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_18 = ___0_cameraData;
NullCheck(L_18);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_19 = L_18->___renderer;
NullCheck(L_19);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_20;
L_20 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(L_19, NULL);
V_3 = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:434>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_21 = V_3;
if (!L_21)
{
goto IL_00b4;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_22 = V_3;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_23 = ___0_cameraData;
NullCheck(L_23);
bool L_24;
L_24 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_23, NULL);
NullCheck(L_22);
bool L_25;
L_25 = DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077(L_22, L_24, NULL);
if (!L_25)
{
goto IL_00b4;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_26 = V_3;
NullCheck(L_26);
bool L_27;
L_27 = DebugHandler_get_IsScreenClearNeeded_m4DA090FCE3573491D7A885AE93051F554C87C496(L_26, NULL);
if (!L_27)
{
goto IL_00b4;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:436>
V_0 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:437>
V_1 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:438>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_28;
L_28 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_28)
{
goto IL_00b4;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_29;
L_29 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_30 = ___0_cameraData;
NullCheck(L_30);
bool L_31;
L_31 = UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51(L_30, NULL);
NullCheck(L_29);
bool L_32;
L_32 = DebugHandler_IsActiveForCamera_mAAAF88FA94FF91A19A7CE1898EB0295997045077(L_29, L_31, NULL);
if (!L_32)
{
goto IL_00b4;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:440>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_33;
L_33 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
NullCheck(L_33);
bool L_34;
L_34 = DebugHandler_TryGetScreenClearColor_m619E4FB0A12C3D326CC27F2088D4F4E454BC5C46(L_33, (&V_2), NULL);
}
IL_00b4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:444>
bool L_35 = V_0;
bool L_36 = V_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_37 = V_2;
ClearCameraParams_t9D9AC16E497E97B1C9E9E7E5081009BDEBC3B516 L_38;
memset((&L_38), 0, sizeof(L_38));
ClearCameraParams__ctor_mA6717E08C180BDAB8269B1722F799A9F1432258A((&L_38), L_35, L_36, L_37, NULL);
return L_38;
}
}
// Method Definition Index: 34939
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupTargetHandles_mF7347E53B3D925839F9355CA20B873CF44E50A09 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1891FEDCC8F9D1066816BB96D2FC428EC30438AB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7BDDA8530BBBFA60A4AB63033AB7392593414D6);
s_Il2CppMethodInitialized = true;
}
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_0;
memset((&V_0), 0, sizeof(V_0));
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_1;
memset((&V_1), 0, sizeof(V_1));
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:449>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = L_0->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_2)
{
goto IL_0016;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_3;
L_3 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
G_B3_0 = L_3;
goto IL_0021;
}
IL_0016:
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___0_cameraData;
NullCheck(L_4);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_5 = L_4->___targetTexture;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_6;
memset((&L_6), 0, sizeof(L_6));
RenderTargetIdentifier__ctor_mD6E20FA134EEBCE40A8B5E64C505DE8A0DC96BDF((&L_6), L_5, NULL);
G_B3_0 = L_6;
}
IL_0021:
{
V_0 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:450>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___0_cameraData;
NullCheck(L_7);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_8 = L_7->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_9)
{
goto IL_0038;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_10;
L_10 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(3, NULL);
G_B6_0 = L_10;
goto IL_0043;
}
IL_0038:
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = ___0_cameraData;
NullCheck(L_11);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_12 = L_11->___targetTexture;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_13;
memset((&L_13), 0, sizeof(L_13));
RenderTargetIdentifier__ctor_mD6E20FA134EEBCE40A8B5E64C505DE8A0DC96BDF((&L_13), L_12, NULL);
G_B6_0 = L_13;
}
IL_0043:
{
V_1 = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:453>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = ___0_cameraData;
NullCheck(L_14);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_15;
L_15 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_14, NULL);
NullCheck(L_15);
bool L_16;
L_16 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_15, NULL);
if (!L_16)
{
goto IL_0069;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:455>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = ___0_cameraData;
NullCheck(L_17);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_18;
L_18 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_17, NULL);
NullCheck(L_18);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_19;
L_19 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_18, NULL);
V_0 = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:456>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_20 = ___0_cameraData;
NullCheck(L_20);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_21;
L_21 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_20, NULL);
NullCheck(L_21);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_22;
L_22 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_21, NULL);
V_1 = L_22;
}
IL_0069:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:460>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_23 = __this->___m_TargetColorHandle;
if (L_23)
{
goto IL_0084;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:462>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_24 = V_0;
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25;
L_25 = RTHandles_Alloc_mBC3081E1BB6BBE2F7722B13009D5D30DAD5DD67A(L_24, _stringLiteralE7BDDA8530BBBFA60A4AB63033AB7392593414D6, NULL);
__this->___m_TargetColorHandle = L_25;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetColorHandle), (void*)L_25);
goto IL_00a3;
}
IL_0084:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:464>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26 = __this->___m_TargetColorHandle;
NullCheck(L_26);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_27;
L_27 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_26, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_28 = V_0;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_29;
L_29 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_27, L_28, NULL);
if (!L_29)
{
goto IL_00a3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:466>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_30 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_TargetColorHandle);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_31 = V_0;
RTHandleStaticHelpers_SetRTHandleUserManagedWrapper_mC550F8602CF14819A9EDC41A6F15E6991AF1F51F(L_30, L_31, NULL);
}
IL_00a3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:469>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_32 = __this->___m_TargetDepthHandle;
if (L_32)
{
goto IL_00bd;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:471>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_33 = V_1;
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_34;
L_34 = RTHandles_Alloc_mBC3081E1BB6BBE2F7722B13009D5D30DAD5DD67A(L_33, _stringLiteral1891FEDCC8F9D1066816BB96D2FC428EC30438AB, NULL);
__this->___m_TargetDepthHandle = L_34;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TargetDepthHandle), (void*)L_34);
return;
}
IL_00bd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:473>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_35 = __this->___m_TargetDepthHandle;
NullCheck(L_35);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_36;
L_36 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_35, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_37 = V_1;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_38;
L_38 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_36, L_37, NULL);
if (!L_38)
{
goto IL_00dc;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:475>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_39 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_TargetDepthHandle);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_40 = V_1;
RTHandleStaticHelpers_SetRTHandleUserManagedWrapper_mC550F8602CF14819A9EDC41A6F15E6991AF1F51F(L_39, L_40, NULL);
}
IL_00dc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:477>
return;
}
}
// Method Definition Index: 34940
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupRenderingLayers_mF15F7908D74B4B09D99302D57B6A9B91550F803F (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, int32_t ___0_msaaSamples, const RuntimeMethod* method)
{
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B2_0 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B3_1 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B5_0 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* G_B6_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:482>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:483>
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* L_0;
L_0 = ScriptableRenderer_get_rendererFeatures_m2473415AE63D3735ACBD7BF7CAEA7CB0315A7057_inline(__this, NULL);
int32_t L_1 = ___0_msaaSamples;
int32_t* L_2 = (int32_t*)(&__this->___m_RenderingLayersEvent);
int32_t* L_3 = (int32_t*)(&__this->___m_RenderingLayersMaskSize);
bool L_4;
L_4 = RenderingLayerUtils_RequireRenderingLayers_m88841B769DC8BB23B87AAC7391835CBB010FB8A0(__this, L_0, L_1, L_2, L_3, NULL);
__this->___m_RequiresRenderingLayer = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:485>
bool L_5 = __this->___m_RequiresRenderingLayer;
if (!L_5)
{
G_B2_0 = __this;
goto IL_0033;
}
G_B1_0 = __this;
}
{
int32_t L_6 = __this->___m_RenderingLayersEvent;
G_B3_0 = ((((int32_t)L_6) == ((int32_t)1))? 1 : 0);
G_B3_1 = G_B1_0;
goto IL_0034;
}
IL_0033:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
}
IL_0034:
{
NullCheck(G_B3_1);
G_B3_1->___m_RenderingLayerProvidesRenderObjectPass = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:486>
bool L_7 = __this->___m_RequiresRenderingLayer;
if (!L_7)
{
G_B5_0 = __this;
goto IL_004d;
}
G_B4_0 = __this;
}
{
int32_t L_8 = __this->___m_RenderingLayersEvent;
G_B6_0 = ((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
G_B6_1 = G_B4_0;
goto IL_004e;
}
IL_004d:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_004e:
{
NullCheck(G_B6_1);
G_B6_1->___m_RenderingLayerProvidesByDepthNormalPass = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:488>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_9 = __this->___m_DeferredLights;
if (!L_9)
{
goto IL_007d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:490>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_10 = __this->___m_DeferredLights;
int32_t L_11 = __this->___m_RenderingLayersMaskSize;
NullCheck(L_10);
DeferredLights_set_RenderingLayerMaskSize_mB9B14D022CA82F95C96D75FE4AE70F236524EAF0_inline(L_10, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:491>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_12 = __this->___m_DeferredLights;
bool L_13 = __this->___m_RequiresRenderingLayer;
NullCheck(L_12);
DeferredLights_set_UseDecalLayers_m48CF0FFD99554C5A6CD003A3DA198FD237D2C792_inline(L_12, L_13, NULL);
}
IL_007d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:493>
return;
}
}
// Method Definition Index: 34941
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetupRenderGraphLights_m0AD660D5FA65220C408276CB8386A149E2E052ED (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___1_renderingData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___3_lightData, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:497>
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_0 = __this->___m_ForwardLights;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_1 = ___0_renderGraph;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_2 = ___1_renderingData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___2_cameraData;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_4 = ___3_lightData;
NullCheck(L_0);
ForwardLights_SetupRenderGraphLights_m8DD6A93C7328F7AC9643F411868B23FD50DCC8D1(L_0, L_1, L_2, L_3, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:498>
bool L_5;
L_5 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_5)
{
goto IL_0038;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:500>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_6 = __this->___m_DeferredLights;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_7 = ___0_renderGraph;
NullCheck(L_7);
bool L_8;
L_8 = RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline(L_7, NULL);
NullCheck(L_6);
DeferredLights_set_UseFramebufferFetch_m0E61E73277944085077DC409A6F2D5D0FD830D3B_inline(L_6, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:501>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_9 = __this->___m_DeferredLights;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_10 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = ___2_cameraData;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_12 = ___3_lightData;
NullCheck(L_9);
DeferredLights_SetupRenderGraphLights_mD8DD7D13D3E65298F5DE28E5DAFCE186495CE3A0(L_9, L_10, L_11, L_12, NULL);
}
IL_0038:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:503>
return;
}
}
// Method Definition Index: 34942
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_RenderRawColorDepthHistory_mCAC5C020FD7B777F00800F9540CD45BC7EF59AF3 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___2_resourceData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_GetHistoryForWrite_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m3F178618CBD7A621CDF8566199D3FBD105C08230_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_GetHistoryForWrite_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m8D5CA8543CBD8DDCF528B2E93AB295B3F2BAAB4B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_IsAccessRequested_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m5AD41D014D98EBCD942792B81AEB45DD0B95AE1A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalCameraHistory_IsAccessRequested_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mA9F01657812C24B782351F1FD15AD358179188FD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBADFFE553338E60D3B9423A1E8132DA6D5EC950B);
s_Il2CppMethodInitialized = true;
}
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_3;
memset((&V_3), 0, sizeof(V_3));
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* V_4 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_5;
memset((&V_5), 0, sizeof(V_5));
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* V_6 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_7;
memset((&V_7), 0, sizeof(V_7));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_8;
memset((&V_8), 0, sizeof(V_8));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t G_B6_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:509>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___1_cameraData;
if (!L_0)
{
goto IL_016d;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___1_cameraData;
NullCheck(L_1);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_2;
L_2 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_1, NULL);
if (!L_2)
{
goto IL_016d;
}
}
{
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_3 = ___2_resourceData;
if (!L_3)
{
goto IL_016d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:511>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___1_cameraData;
NullCheck(L_4);
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_5;
L_5 = UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline(L_4, NULL);
V_0 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:513>
V_1 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:514>
V_2 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:516>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___1_cameraData;
NullCheck(L_6);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_7;
L_7 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_6, NULL);
NullCheck(L_7);
bool L_8;
L_8 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_7, NULL);
if (!L_8)
{
goto IL_003f;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = ___1_cameraData;
NullCheck(L_9);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_10;
L_10 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_9, NULL);
NullCheck(L_10);
bool L_11;
L_11 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_10, NULL);
G_B6_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
goto IL_0040;
}
IL_003f:
{
G_B6_0 = 0;
}
IL_0040:
{
V_1 = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:517>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___1_cameraData;
NullCheck(L_12);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_13;
L_13 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_12, NULL);
NullCheck(L_13);
int32_t L_14;
L_14 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_13, NULL);
V_2 = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:520>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_15 = V_0;
NullCheck(L_15);
bool L_16;
L_16 = UniversalCameraHistory_IsAccessRequested_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m5AD41D014D98EBCD942792B81AEB45DD0B95AE1A(L_15, UniversalCameraHistory_IsAccessRequested_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m5AD41D014D98EBCD942792B81AEB45DD0B95AE1A_RuntimeMethod_var);
if (!L_16)
{
goto IL_00b8;
}
}
{
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_17 = ___2_resourceData;
NullCheck(L_17);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18;
L_18 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_17, NULL);
V_3 = L_18;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_19;
L_19 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_3), NULL);
if (!L_19)
{
goto IL_00b8;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:522>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_20 = V_0;
NullCheck(L_20);
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_21;
L_21 = UniversalCameraHistory_GetHistoryForWrite_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m3F178618CBD7A621CDF8566199D3FBD105C08230(L_20, UniversalCameraHistory_GetHistoryForWrite_TisRawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_m3F178618CBD7A621CDF8566199D3FBD105C08230_RuntimeMethod_var);
V_4 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:523>
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_22 = V_4;
if (!L_22)
{
goto IL_00b8;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:525>
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_23 = V_4;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_24 = ___1_cameraData;
NullCheck(L_24);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_25 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_24->___cameraTargetDescriptor);
bool L_26 = V_1;
NullCheck(L_23);
bool L_27;
L_27 = RawColorHistory_Update_m02EE6975AB952BC96437665B016E13928CE5FB2C(L_23, L_25, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:526>
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_28 = V_4;
int32_t L_29 = V_2;
NullCheck(L_28);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_30;
L_30 = RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24(L_28, L_29, NULL);
if (!L_30)
{
goto IL_00b8;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:528>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_31 = ___0_renderGraph;
RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* L_32 = V_4;
int32_t L_33 = V_2;
NullCheck(L_32);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_34;
L_34 = RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24(L_32, L_33, NULL);
NullCheck(L_31);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_35;
L_35 = RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7(L_31, L_34, NULL);
V_5 = L_35;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:530>
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* L_36 = __this->___m_HistoryRawColorCopyPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_37 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_38;
L_38 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_39 = ___2_resourceData;
NullCheck(L_39);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_40;
L_40 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_39, NULL);
V_3 = L_40;
NullCheck(L_36);
CopyColorPass_RenderToExistingTexture_mBCEF9CCECCA0DC0F9995C0BACDB7DDEE719F531B(L_36, L_37, L_38, (&V_5), (&V_3), 0, NULL);
}
IL_00b8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:535>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_41 = V_0;
NullCheck(L_41);
bool L_42;
L_42 = UniversalCameraHistory_IsAccessRequested_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mA9F01657812C24B782351F1FD15AD358179188FD(L_41, UniversalCameraHistory_IsAccessRequested_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_mA9F01657812C24B782351F1FD15AD358179188FD_RuntimeMethod_var);
if (!L_42)
{
goto IL_016d;
}
}
{
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_43 = ___2_resourceData;
NullCheck(L_43);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_44;
L_44 = UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020(L_43, NULL);
V_3 = L_44;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_45;
L_45 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_3), NULL);
if (!L_45)
{
goto IL_016d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:537>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_46 = V_0;
NullCheck(L_46);
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_47;
L_47 = UniversalCameraHistory_GetHistoryForWrite_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m8D5CA8543CBD8DDCF528B2E93AB295B3F2BAAB4B(L_46, UniversalCameraHistory_GetHistoryForWrite_TisRawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_m8D5CA8543CBD8DDCF528B2E93AB295B3F2BAAB4B_RuntimeMethod_var);
V_6 = L_47;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:538>
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_48 = V_6;
if (!L_48)
{
goto IL_016d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:540>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_49 = __this->___m_HistoryRawDepthCopyPass;
NullCheck(L_49);
bool L_50;
L_50 = CopyDepthPass_get_CopyToDepth_m20AB41CB33D9C3E6382D33DC91324299A052577E_inline(L_49, NULL);
if (L_50)
{
goto IL_0118;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:543>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_51 = ___1_cameraData;
NullCheck(L_51);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_52 = L_51->___cameraTargetDescriptor;
V_7 = L_52;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:544>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_7), ((int32_t)49), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:545>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_7), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:546>
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_53 = V_6;
bool L_54 = V_1;
NullCheck(L_53);
bool L_55;
L_55 = RawDepthHistory_Update_m51B3E7EAE417A25A0CF2DEFD49F9D99F22E3376C(L_53, (&V_7), L_54, NULL);
goto IL_0133;
}
IL_0118:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:550>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_56 = ___1_cameraData;
NullCheck(L_56);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_57 = L_56->___cameraTargetDescriptor;
V_8 = L_57;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:551>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_8), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:552>
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_58 = V_6;
bool L_59 = V_1;
NullCheck(L_58);
bool L_60;
L_60 = RawDepthHistory_Update_m51B3E7EAE417A25A0CF2DEFD49F9D99F22E3376C(L_58, (&V_8), L_59, NULL);
}
IL_0133:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:555>
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_61 = V_6;
int32_t L_62 = V_2;
NullCheck(L_61);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_63;
L_63 = RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A(L_61, L_62, NULL);
if (!L_63)
{
goto IL_016d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:557>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_64 = ___0_renderGraph;
RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* L_65 = V_6;
int32_t L_66 = V_2;
NullCheck(L_65);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_67;
L_67 = RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A(L_65, L_66, NULL);
NullCheck(L_64);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_68;
L_68 = RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7(L_64, L_67, NULL);
V_9 = L_68;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:560>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_69 = __this->___m_HistoryRawDepthCopyPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_70 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_71;
L_71 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_72 = V_9;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_73 = ___2_resourceData;
NullCheck(L_73);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_74;
L_74 = UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020(L_73, NULL);
NullCheck(L_69);
CopyDepthPass_Render_m066FCDFE271A66CEF737EF23262933D19F7BE6AD(L_69, L_70, L_71, L_72, L_74, (bool)0, _stringLiteralBADFFE553338E60D3B9423A1E8132DA6D5EC950B, NULL);
}
IL_016d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:565>
return;
}
}
// Method Definition Index: 34943
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnBeginRenderGraphFrame_mB6B23E17BB7D13B0BE9AE3948CB1AE32523E6AAB (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:572>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:573>
NullCheck(L_1);
UniversalResourceDataBase_InitFrame_mE7FFAAD9C749BD762ABBB5289F6F4DF80DEB3270(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:574>
return;
}
}
// Method Definition Index: 34944
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnRecordRenderGraph_m2F6D2A452F948538CFF3766639BFDFE1A6008F0B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_1 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_2 = NULL;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* V_3 = NULL;
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* V_4 = NULL;
bool V_5 = false;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:578>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:580>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_2);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_3;
L_3 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_2, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:581>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4;
L_4 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_4);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5;
L_5 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_4, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:582>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6;
L_6 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_6);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_7;
L_7 = ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline(L_6, ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
V_3 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:583>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_8;
L_8 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_8);
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_9;
L_9 = ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_inline(L_8, ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
V_4 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:585>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_10 = ___0_renderGraph;
NullCheck(L_10);
bool L_11;
L_11 = RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline(L_10, NULL);
((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)__this)->___useRenderPassEnabled = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:587>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_12 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = V_2;
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
MotionVectorRenderPass_SetRenderGraphMotionVectorGlobalMatrices_m08CE778EDBFD766D9C782FD3E4A8F7AB331344FA(L_12, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:589>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_14 = ___0_renderGraph;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_15 = V_1;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = V_2;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_17 = V_3;
UniversalRenderer_SetupRenderGraphLights_m0AD660D5FA65220C408276CB8386A149E2E052ED(__this, L_14, L_15, L_16, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:591>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_18 = V_2;
NullCheck(L_18);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_19 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_18->___cameraTargetDescriptor);
int32_t L_20;
L_20 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline(L_19, NULL);
UniversalRenderer_SetupRenderingLayers_mF15F7908D74B4B09D99302D57B6A9B91550F803F(__this, L_20, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:593>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_21 = V_2;
NullCheck(L_21);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_22 = L_21->___camera;
NullCheck(L_22);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_23;
L_23 = Camera_get_targetTexture_mC856D7FF8351476068D04E245E4F08F5C56A55BD(L_22, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_24;
L_24 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_23, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_24)
{
goto IL_0093;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_25 = V_2;
NullCheck(L_25);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_26 = L_25->___camera;
NullCheck(L_26);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_27;
L_27 = Camera_get_targetTexture_mC856D7FF8351476068D04E245E4F08F5C56A55BD(L_26, NULL);
NullCheck(L_27);
int32_t L_28;
L_28 = RenderTexture_get_format_m58556ABB91A1FADA8044BEEA2E8C55280768CF35(L_27, NULL);
G_B3_0 = ((((int32_t)L_28) == ((int32_t)1))? 1 : 0);
goto IL_0094;
}
IL_0093:
{
G_B3_0 = 0;
}
IL_0094:
{
V_5 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:595>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_29 = V_2;
NullCheck(L_29);
bool L_30;
L_30 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(L_29, NULL);
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_31 = V_4;
NullCheck(L_31);
bool L_32 = L_31->___isEnabled;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_33 = V_2;
NullCheck(L_33);
bool L_34;
L_34 = UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D(L_33, NULL);
bool L_35 = __this->___m_RenderingLayerProvidesByDepthNormalPass;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_36;
L_36 = UniversalRenderer_GetRenderPassInputs_m4AFF8701812CE756B125D3306DA8F5D095DD45FE(__this, L_30, L_32, L_34, L_35, NULL);
V_6 = L_36;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:597>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_37 = V_2;
NullCheck(L_37);
bool L_38 = L_37->___postProcessEnabled;
if (!L_38)
{
goto IL_00cc;
}
}
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_39 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
bool L_40;
L_40 = PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A(L_39, NULL);
G_B6_0 = ((int32_t)(L_40));
goto IL_00cd;
}
IL_00cc:
{
G_B6_0 = 0;
}
IL_00cd:
{
V_7 = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:598>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = V_2;
bool L_42 = V_7;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_43;
L_43 = UniversalRenderer_RequireDepthTexture_m1EED5F13C5D0CA030681D3E5DAD6A60DC21D1460(L_41, (&V_6), L_42, NULL);
V_8 = L_43;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:599>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_44 = V_2;
bool L_45 = V_8;
bool L_46;
L_46 = UniversalRenderer_RequirePrepassForTextures_m9B1A5CEC8A5914A08C0C04733A505472C28C4B01(__this, L_44, (&V_6), L_45, NULL);
V_9 = L_46;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:601>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_47 = V_2;
int32_t L_48 = __this->___m_DepthPrimingMode;
bool L_49 = V_8;
bool L_50 = V_9;
bool L_51;
L_51 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
bool L_52;
L_52 = UniversalRenderer_IsDepthPrimingEnabledRenderGraph_m444745ECCF31128650A489BD2D4699284C9B49ED(L_47, (&V_6), L_48, L_49, L_50, L_51, NULL);
ScriptableRenderer_set_useDepthPriming_mE19B00F9BB6CBA3158241891FF40EEC1B842486C_inline(__this, L_52, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:603>
bool L_53 = V_9;
if (L_53)
{
goto IL_0112;
}
}
{
bool L_54;
L_54 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
G_B9_0 = ((int32_t)(L_54));
goto IL_0113;
}
IL_0112:
{
G_B9_0 = 1;
}
IL_0113:
{
V_10 = (bool)G_B9_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:605>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_55 = ___0_renderGraph;
bool L_56 = V_5;
bool L_57 = V_8;
bool L_58 = V_10;
UniversalRenderer_CreateRenderGraphCameraRenderTargets_m9E5319F3C6D05522A15EBB01A2FBAE74569BF446(__this, L_55, L_56, (&V_6), L_57, L_58, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:607>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_59;
L_59 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:610>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_60 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_60, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:612>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_61 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_62 = V_0;
NullCheck(L_62);
bool L_63;
L_63 = UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190(L_62, NULL);
ScriptableRenderer_SetupRenderGraphCameraProperties_m3E5931E8D2DA72A04E0261A5008F927648049EBF(__this, L_61, L_63, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:617>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_64 = V_2;
NullCheck(L_64);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_65 = L_64->___renderer;
bool L_66;
L_66 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
NullCheck(L_65);
ScriptableRenderer_set_useDepthPriming_mE19B00F9BB6CBA3158241891FF40EEC1B842486C_inline(L_65, L_66, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:619>
bool L_67 = V_5;
if (!L_67)
{
goto IL_0160;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:621>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_68 = ___0_renderGraph;
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_69 = ___1_context;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_70 = V_0;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_71 = V_2;
UniversalRenderer_OnOffscreenDepthTextureRendering_mC5115BB1BD1819AF7A78B5096FB17F23C15B21D0(__this, L_68, L_69, L_70, L_71, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:622>
return;
}
IL_0160:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:625>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_72 = ___0_renderGraph;
UniversalRenderer_OnBeforeRendering_mD7EA676A0704A40B8CFF746F94E5B06477FECA74(__this, L_72, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:627>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_73 = ___0_renderGraph;
ScriptableRenderer_BeginRenderGraphXRRendering_m14CE82CD94B6628438B6BC8152771FDEAAB632D4(__this, L_73, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:629>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_74 = ___0_renderGraph;
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_75 = ___1_context;
bool L_76 = V_10;
bool L_77 = V_8;
UniversalRenderer_OnMainRendering_m231783D40B84656BB5132ECF7B8ECD1CBD41C61E(__this, L_74, L_75, (&V_6), L_76, L_77, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:631>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_78 = ___0_renderGraph;
bool L_79 = V_7;
UniversalRenderer_OnAfterRendering_m90B0DEAC4650EB1DC6949DA23C0B0F0F21B6F6FC(__this, L_78, L_79, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:633>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_80 = ___0_renderGraph;
ScriptableRenderer_EndRenderGraphXRRendering_mAE45602722F94A46E3EDCFCCBCBAE367A6BDB813(__this, L_80, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:634>
return;
}
}
// Method Definition Index: 34945
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnEndRenderGraphFrame_m0FE064D2278BCB1C96D9E62018A62CDD832744D1 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:641>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:642>
NullCheck(L_1);
UniversalResourceDataBase_EndFrame_mB04EF52162D13080B5D8707FB2F3E4D222030678(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:643>
return;
}
}
// Method Definition Index: 34946
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnFinishRenderGraphRendering_m8DC6193672E167CA0E5B71086FC86AD5FCBB9D17 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:647>
bool L_0;
L_0 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:648>
DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* L_1 = __this->___m_DeferredPass;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = ___0_cmd;
NullCheck(L_1);
VirtualActionInvoker1< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(8, L_1, L_2);
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:650>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_3 = __this->___m_CopyDepthPass;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___0_cmd;
NullCheck(L_3);
VirtualActionInvoker1< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(8, L_3, L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:651>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_5 = __this->___m_DepthNormalPrepass;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd;
NullCheck(L_5);
VirtualActionInvoker1< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(8, L_5, L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:652>
return;
}
}
// Method Definition Index: 34947
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_supportsGPUOcclusion_m45EC871942CE73034DF6923670ECB7F6ED94D561 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7BA9B667DF2AB159F72DA2C7ED8D56F85C261B5);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B2_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:668>
int32_t L_0;
L_0 = SystemInfo_get_graphicsDeviceVendorID_m9806D2F3459612C9FFE1A152BEB6BFB9D02C3309(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:670>
int32_t L_1 = ((((int32_t)((((int32_t)L_0) == ((int32_t)((int32_t)20803)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
if (L_1)
{
G_B3_0 = L_1;
goto IL_002b;
}
G_B1_0 = L_1;
}
{
bool L_2 = __this->___m_IssuedGPUOcclusionUnsupportedMsg;
if (L_2)
{
G_B3_0 = G_B1_0;
goto IL_002b;
}
G_B2_0 = G_B1_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:672>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralC7BA9B667DF2AB159F72DA2C7ED8D56F85C261B5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:673>
__this->___m_IssuedGPUOcclusionUnsupportedMsg = (bool)1;
G_B3_0 = G_B2_0;
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:676>
return (bool)G_B3_0;
}
}
// Method Definition Index: 34948
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnOffscreenDepthTextureRendering_mC5115BB1BD1819AF7A78B5096FB17F23C15B21D0 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___1_context, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___2_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClearTargetsPass_tE871E7860C82F1575110F27E9D5505D71C1E8D0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:684>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
NullCheck(L_0);
bool L_1;
L_1 = RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline(L_0, NULL);
if (L_1)
{
goto IL_0022;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:685>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_2 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_3 = ___2_resourceData;
NullCheck(L_3);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_4;
L_4 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_3, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_5 = ___2_resourceData;
NullCheck(L_5);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6;
L_6 = UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179(L_5, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___3_cameraData;
NullCheck(L_7);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = L_7->___backgroundColor;
il2cpp_codegen_runtime_class_init_inline(ClearTargetsPass_tE871E7860C82F1575110F27E9D5505D71C1E8D0E_il2cpp_TypeInfo_var);
ClearTargetsPass_Render_m6D8C18E9E3343A6BFDAF920B9FD44B67CCCAB79C(L_2, L_4, L_6, 2, L_8, NULL);
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:687>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_9 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mC0B3716CDF203EAECD6665C1A87083AD1A139B8E(__this, L_9, ((int32_t)50), ((int32_t)250), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:688>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_10 = __this->___m_RenderOpaqueForwardPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_11 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_12;
L_12 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_13;
L_13 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_14 = ___2_resourceData;
NullCheck(L_14);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_15;
L_15 = UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179(L_14, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_16;
L_16 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17;
L_17 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_10);
DrawObjectsPass_Render_m93D2C4B8294B4351A8F7036CB63F2F0310ADCC7A(L_10, L_11, L_12, L_13, L_15, L_16, L_17, (-1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:689>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_18 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mC0B3716CDF203EAECD6665C1A87083AD1A139B8E(__this, L_18, ((int32_t)300), ((int32_t)450), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:693>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_19 = __this->___m_RenderTransparentForwardPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_20 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_21;
L_21 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_22;
L_22 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_23 = ___2_resourceData;
NullCheck(L_23);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_24;
L_24 = UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179(L_23, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_25;
L_25 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_26;
L_26 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_19);
DrawObjectsPass_Render_m93D2C4B8294B4351A8F7036CB63F2F0310ADCC7A(L_19, L_20, L_21, L_22, L_24, L_25, L_26, (-1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:694>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_27 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mC0B3716CDF203EAECD6665C1A87083AD1A139B8E(__this, L_27, ((int32_t)500), ((int32_t)1000), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:695>
return;
}
}
// Method Definition Index: 34949
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnBeforeRendering_mD7EA676A0704A40B8CFF746F94E5B06477FECA74 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_1 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_2 = NULL;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* V_3 = NULL;
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* V_4 = NULL;
bool V_5 = false;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t G_B9_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:699>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:700>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_2);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_3;
L_3 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_2, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:701>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4;
L_4 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_4);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5;
L_5 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_4, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:702>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6;
L_6 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_6);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_7;
L_7 = ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline(L_6, ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
V_3 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:703>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_8;
L_8 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_8);
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_9;
L_9 = ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_inline(L_8, ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var);
V_4 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:705>
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* L_10 = __this->___m_ForwardLights;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_11 = V_1;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_2;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_13 = V_3;
NullCheck(L_10);
ForwardLights_PreSetup_m36E83BFF9138AAAB527974A1434578B7534F247C(L_10, L_11, L_12, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:707>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_14 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_14, ((int32_t)50), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:709>
V_5 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:711>
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_15 = __this->___m_MainLightShadowCasterPass;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_16 = V_1;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = V_2;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_18 = V_3;
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_19 = V_4;
NullCheck(L_15);
bool L_20;
L_20 = MainLightShadowCasterPass_Setup_mBE7DBA64DB246FF091229EC1B945D516D2868CDC(L_15, L_16, L_17, L_18, L_19, NULL);
if (!L_20)
{
goto IL_0084;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:713>
V_5 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:714>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_21 = V_0;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* L_22 = __this->___m_MainLightShadowCasterPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_23 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_24;
L_24 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_22);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_25;
L_25 = MainLightShadowCasterPass_Render_m3FF52791F1B4A2D12C50839271DA19041D83CE66(L_22, L_23, L_24, NULL);
NullCheck(L_21);
UniversalResourceData_set_mainShadowsTexture_mBA6285A38871F6E95BEF8A91671AEF214D5F8A7B(L_21, L_25, NULL);
}
IL_0084:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:717>
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_26 = __this->___m_AdditionalLightsShadowCasterPass;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_27 = V_1;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_28 = V_2;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_29 = V_3;
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_30 = V_4;
NullCheck(L_26);
bool L_31;
L_31 = AdditionalLightsShadowCasterPass_Setup_m9C5B61E95030586B23CAAB21138BCC0A9B4741FD(L_26, L_27, L_28, L_29, L_30, NULL);
if (!L_31)
{
goto IL_00b1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:719>
V_5 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:720>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_32 = V_0;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_33 = __this->___m_AdditionalLightsShadowCasterPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_34 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_35;
L_35 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_33);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_36;
L_36 = AdditionalLightsShadowCasterPass_Render_m44D50FAB5CAE5F5B15431C12D32BAF9E293D35EC(L_33, L_34, L_35, NULL);
NullCheck(L_32);
UniversalResourceData_set_additionalShadowsTexture_m91158AA301538F20CD90868927370378CC5BAAD2(L_32, L_36, NULL);
}
IL_00b1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:725>
bool L_37 = V_5;
if (!L_37)
{
goto IL_00c2;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:726>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_38 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_39 = V_0;
NullCheck(L_39);
bool L_40;
L_40 = UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190(L_39, NULL);
ScriptableRenderer_SetupRenderGraphCameraProperties_m3E5931E8D2DA72A04E0261A5008F927648049EBF(__this, L_38, L_40, NULL);
}
IL_00c2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:728>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_41 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_41, ((int32_t)100), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:730>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_42 = V_2;
NullCheck(L_42);
bool L_43 = L_42->___postProcessEnabled;
if (!L_43)
{
goto IL_00e0;
}
}
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_44 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
bool L_45;
L_45 = PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A(L_44, NULL);
G_B9_0 = ((int32_t)(L_45));
goto IL_00e1;
}
IL_00e0:
{
G_B9_0 = 0;
}
IL_00e1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:731>
if (!G_B9_0)
{
goto IL_0104;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:734>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_46 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_47;
L_47 = PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C_inline(L_46, NULL);
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_48 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_49;
L_49 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_47);
ColorGradingLutPass_Render_m2B8A33D1B77668DDF0FCDC52CB40784A9BBE5EBB(L_47, L_48, L_49, (&V_6), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:735>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_50 = V_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_51 = V_6;
NullCheck(L_50);
UniversalResourceData_set_internalColorLut_mBF67ECEA3F570B77198FDB713DE7A12511562E8B(L_50, L_51, NULL);
}
IL_0104:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:737>
return;
}
}
// Method Definition Index: 34950
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_UpdateInstanceOccluders_mF66D7599FC170AACC4BBFA29C123FA88061DE79B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthTexture, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_mED105F1DB197E159F07DE41446F0203180C8A441_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_m066B480F835EDE1819C9F5F060705A32090F88DB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_UpdateInstanceOccluders_mF66D7599FC170AACC4BBFA29C123FA88061DE79B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123 V_3;
memset((&V_3), 0, sizeof(V_3));
Span_1_tBABB2D63897F271C24C07BA851A911176740FE74 V_4;
memset((&V_4), 0, sizeof(V_4));
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123 V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
int32_t V_7 = 0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_8;
memset((&V_8), 0, sizeof(V_8));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_9;
memset((&V_9), 0, sizeof(V_9));
OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7 V_10;
memset((&V_10), 0, sizeof(V_10));
int32_t G_B3_0 = 0;
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* G_B5_0 = NULL;
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* G_B6_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:749>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___1_cameraData;
NullCheck(L_0);
int32_t L_1 = L_0->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___1_cameraData;
NullCheck(L_2);
float L_3 = L_2->___renderScale;
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_1), L_3)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:750>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___1_cameraData;
NullCheck(L_4);
int32_t L_5 = L_4->___pixelHeight;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___1_cameraData;
NullCheck(L_6);
float L_7 = L_6->___renderScale;
V_1 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_5), L_7)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:751>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___1_cameraData;
NullCheck(L_8);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_9;
L_9 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_8, NULL);
NullCheck(L_9);
bool L_10;
L_10 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_9, NULL);
if (!L_10)
{
goto IL_003a;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = ___1_cameraData;
NullCheck(L_11);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_12;
L_12 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_11, NULL);
NullCheck(L_12);
bool L_13;
L_13 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_12, NULL);
G_B3_0 = ((int32_t)(L_13));
goto IL_003b;
}
IL_003a:
{
G_B3_0 = 0;
}
IL_003b:
{
V_2 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:752>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:753>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:754>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:755>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:756>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:757>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:758>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = ___1_cameraData;
NullCheck(L_14);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = L_14->___camera;
NullCheck(L_15);
int32_t L_16;
L_16 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_15, NULL);
OccluderParameters__ctor_mBBA1CD9856BD109C9F1D18715B28E2DA95CE83D9((&V_5), L_16, NULL);
bool L_17 = V_2;
if (L_17)
{
G_B5_0 = (&V_5);
goto IL_0056;
}
G_B4_0 = (&V_5);
}
{
G_B6_0 = 1;
G_B6_1 = G_B4_0;
goto IL_0057;
}
IL_0056:
{
G_B6_0 = 2;
G_B6_1 = G_B5_0;
}
IL_0057:
{
G_B6_1->___subviewCount = G_B6_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18 = ___2_depthTexture;
(&V_5)->___depthTexture = L_18;
int32_t L_19 = V_0;
int32_t L_20 = V_1;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_21;
memset((&L_21), 0, sizeof(L_21));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_21), L_19, L_20, NULL);
(&V_5)->___depthSize = L_21;
bool L_22 = V_2;
(&V_5)->___depthIsArray = L_22;
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123 L_23 = V_5;
V_3 = L_23;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:759>
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123 L_24 = V_3;
int32_t L_25 = L_24.___subviewCount;
V_6 = L_25;
int32_t L_26 = V_6;
uint32_t L_27 = sizeof(OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7);
if ((uintptr_t)((uintptr_t)L_26) * (uintptr_t)L_27 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), UniversalRenderer_UpdateInstanceOccluders_mF66D7599FC170AACC4BBFA29C123FA88061DE79B_RuntimeMethod_var);
intptr_t L_28 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_26), (int32_t)L_27));
int8_t* L_29 = (int8_t*) (L_28 ? alloca(L_28) : NULL);
memset(L_29, 0, L_28);
int32_t L_30 = V_6;
Span_1_tBABB2D63897F271C24C07BA851A911176740FE74 L_31;
memset((&L_31), 0, sizeof(L_31));
Span_1__ctor_mED105F1DB197E159F07DE41446F0203180C8A441_inline((&L_31), (void*)(L_29), L_30, Span_1__ctor_mED105F1DB197E159F07DE41446F0203180C8A441_RuntimeMethod_var);
V_4 = L_31;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:760>
V_7 = 0;
goto IL_010d;
}
IL_009f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:762>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_32 = ___1_cameraData;
int32_t L_33 = V_7;
NullCheck(L_32);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_34;
L_34 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_32, L_33, NULL);
V_8 = L_34;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:763>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_35 = ___1_cameraData;
int32_t L_36 = V_7;
NullCheck(L_35);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37;
L_37 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_35, L_36, NULL);
V_9 = L_37;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:764>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:765>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:766>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:767>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:768>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:769>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:770>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:771>
int32_t L_38 = V_7;
OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7* L_39;
L_39 = il2cpp_span_get_item((OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7*)((Il2CppByReference*)&(((&V_4))->____pointer))->value, (L_38), ((&V_4))->____length);
int32_t L_40 = V_7;
OccluderSubviewUpdate__ctor_m482C60BE94ECE0B1F15E930936345D9F60E399A8((&V_10), L_40, NULL);
int32_t L_41 = V_7;
(&V_10)->___depthSliceIndex = L_41;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_42 = V_8;
(&V_10)->___viewMatrix = L_42;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_43;
L_43 = Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD((&V_8), NULL);
(&V_10)->___invViewMatrix = L_43;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_44 = V_9;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_45;
L_45 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_44, (bool)1, NULL);
(&V_10)->___gpuProjMatrix = L_45;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_46;
L_46 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
(&V_10)->___viewOffsetWorldSpace = L_46;
OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7 L_47 = V_10;
*(OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7*)L_39 = L_47;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:760>
int32_t L_48 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_48, 1));
}
IL_010d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:760>
int32_t L_49 = V_7;
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123 L_50 = V_3;
int32_t L_51 = L_50.___subviewCount;
if ((((int32_t)L_49) < ((int32_t)L_51)))
{
goto IL_009f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:773>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_52 = ___0_renderGraph;
Span_1_tBABB2D63897F271C24C07BA851A911176740FE74 L_53 = V_4;
ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 L_54;
L_54 = Span_1_op_Implicit_m066B480F835EDE1819C9F5F060705A32090F88DB(L_53, Span_1_op_Implicit_m066B480F835EDE1819C9F5F060705A32090F88DB_RuntimeMethod_var);
GPUResidentDrawer_UpdateInstanceOccluders_mD2F1BAB128CEB6B6A731FEA876A1E08A31C98B30(L_52, (&V_3), L_54, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:774>
return;
}
}
// Method Definition Index: 34951
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, int32_t ___2_occlusionTest, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_mC579312D00B4AB1FF0C634D2A740E584622C69FA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_op_Implicit_m590B4B6A19448C32E505CB656EDBF5DE30F744F2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842 V_2;
memset((&V_2), 0, sizeof(V_2));
Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206 V_3;
memset((&V_3), 0, sizeof(V_3));
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842 V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
int32_t V_6 = 0;
SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026 V_7;
memset((&V_7), 0, sizeof(V_7));
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* G_B8_0 = NULL;
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* G_B7_0 = NULL;
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* G_B9_0 = NULL;
int32_t G_B10_0 = 0;
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* G_B10_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:778>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___1_cameraData;
NullCheck(L_0);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_1;
L_1 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_1, NULL);
if (!L_2)
{
goto IL_001a;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___1_cameraData;
NullCheck(L_3);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_4;
L_4 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_3, NULL);
NullCheck(L_4);
bool L_5;
L_5 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_4, NULL);
G_B3_0 = ((int32_t)(L_5));
goto IL_001b;
}
IL_001a:
{
G_B3_0 = 0;
}
IL_001b:
{
V_0 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:779>
bool L_6 = V_0;
if (L_6)
{
goto IL_0022;
}
}
{
G_B6_0 = 1;
goto IL_0023;
}
IL_0022:
{
G_B6_0 = 2;
}
IL_0023:
{
V_1 = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:780>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:781>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:782>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:783>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___1_cameraData;
NullCheck(L_7);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8 = L_7->___camera;
NullCheck(L_8);
int32_t L_9;
L_9 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_8, NULL);
int32_t L_10 = ___2_occlusionTest;
OcclusionCullingSettings__ctor_mE814849AC60B1DC1AC17E02F1AF2128DF38FE95A((&V_4), L_9, L_10, NULL);
bool L_11 = V_0;
if (!L_11)
{
G_B8_0 = (&V_4);
goto IL_0043;
}
G_B7_0 = (&V_4);
}
{
bool L_12;
L_12 = SystemInfo_get_supportsMultiview_m0383848166005935673B6774D9C9ECE1A12802BC(NULL);
if (!L_12)
{
G_B9_0 = G_B7_0;
goto IL_0046;
}
G_B8_0 = G_B7_0;
}
IL_0043:
{
G_B10_0 = 1;
G_B10_1 = G_B8_0;
goto IL_0047;
}
IL_0046:
{
G_B10_0 = 2;
G_B10_1 = G_B9_0;
}
IL_0047:
{
G_B10_1->___instanceMultiplier = G_B10_0;
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842 L_13 = V_4;
V_2 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:784>
int32_t L_14 = V_1;
V_5 = L_14;
int32_t L_15 = V_5;
uint32_t L_16 = sizeof(SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026);
if ((uintptr_t)((uintptr_t)L_15) * (uintptr_t)L_16 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57_RuntimeMethod_var);
intptr_t L_17 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_15), (int32_t)L_16));
int8_t* L_18 = (int8_t*) (L_17 ? alloca(L_17) : NULL);
memset(L_18, 0, L_17);
int32_t L_19 = V_5;
Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206 L_20;
memset((&L_20), 0, sizeof(L_20));
Span_1__ctor_mC579312D00B4AB1FF0C634D2A740E584622C69FA_inline((&L_20), (void*)(L_18), L_19, Span_1__ctor_mC579312D00B4AB1FF0C634D2A740E584622C69FA_RuntimeMethod_var);
V_3 = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:785>
V_6 = 0;
goto IL_009a;
}
IL_006b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:787>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:788>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:789>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:790>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:791>
int32_t L_21 = V_6;
SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026* L_22;
L_22 = il2cpp_span_get_item((SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026*)((Il2CppByReference*)&(((&V_3))->____pointer))->value, (L_21), ((&V_3))->____length);
il2cpp_codegen_initobj((&V_7), sizeof(SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026));
(&V_7)->___cullingSplitIndex = 0;
int32_t L_23 = V_6;
(&V_7)->___occluderSubviewIndex = L_23;
SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026 L_24 = V_7;
*(SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026*)L_22 = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:785>
int32_t L_25 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_009a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:785>
int32_t L_26 = V_6;
int32_t L_27 = V_1;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_006b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:793>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_28 = ___0_renderGraph;
Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206 L_29 = V_3;
ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 L_30;
L_30 = Span_1_op_Implicit_m590B4B6A19448C32E505CB656EDBF5DE30F744F2(L_29, Span_1_op_Implicit_m590B4B6A19448C32E505CB656EDBF5DE30F744F2_RuntimeMethod_var);
GPUResidentDrawer_InstanceOcclusionTest_m0DD4F0A4685967C617984FBCE5A0B99A35790AFE(L_28, (&V_2), L_30, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:794>
return;
}
}
// Method Definition Index: 34952
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_RecordCustomPassesWithDepthCopyAndMotion_m8ED4AC522231A4E2D132BF9EA30A7C58D5005F8B (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, int32_t ___2_earliestDepthReadEvent, int32_t ___3_currentEvent, bool ___4_renderMotionVectors, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:803>
int32_t L_0 = ___3_currentEvent;
int32_t L_1 = ___2_earliestDepthReadEvent;
ScriptableRenderer_CalculateSplitEventRange_m574AD0348B58BFCD03C177E3B46ACAE8310D8D9D(__this, L_0, L_1, (&V_0), (&V_1), (&V_2), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:805>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_2 = ___0_renderGraph;
int32_t L_3 = V_0;
int32_t L_4 = V_1;
ScriptableRenderer_RecordCustomRenderGraphPassesInEventRange_m33A833837BC676068A0FC66E0FB6E20B5401EC6A(__this, L_2, L_3, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:807>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_5 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_6 = ___1_resourceData;
bool L_7 = ___4_renderMotionVectors;
UniversalRenderer_ExecuteScheduledDepthCopyWithMotion_m99C936C3D7B62C247F135245128E63BF51C968BA(__this, L_5, L_6, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:809>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_8 = ___0_renderGraph;
int32_t L_9 = V_1;
int32_t L_10 = V_2;
ScriptableRenderer_RecordCustomRenderGraphPassesInEventRange_m33A833837BC676068A0FC66E0FB6E20B5401EC6A(__this, L_8, L_9, L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:810>
return;
}
}
// Method Definition Index: 34953
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_AllowPartialDepthNormalsPrepass_m9EC3C54D9FD99282A53F4EDC2DF92578422B87B0 (bool ___0_isDeferred, int32_t ___1_requiresDepthNormalEvent, bool ___2_useDepthPriming, const RuntimeMethod* method)
{
int32_t G_B5_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:820>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:821>
bool L_0 = ___0_isDeferred;
if (!L_0)
{
goto IL_001b;
}
}
{
int32_t L_1 = ___1_requiresDepthNormalEvent;
if ((((int32_t)((int32_t)220)) > ((int32_t)L_1)))
{
goto IL_0018;
}
}
{
int32_t L_2 = ___1_requiresDepthNormalEvent;
G_B5_0 = ((((int32_t)((((int32_t)L_2) > ((int32_t)((int32_t)250)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_001c;
}
IL_0018:
{
G_B5_0 = 0;
goto IL_001c;
}
IL_001b:
{
G_B5_0 = 0;
}
IL_001c:
{
bool L_3 = ___2_useDepthPriming;
return (bool)((int32_t)(G_B5_0&(int32_t)L_3));
}
}
// Method Definition Index: 34954
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderer_CalculateDepthCopySchedule_m897581CF71391E7085DB8CC983AE593CA2573114 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, int32_t ___0_earliestDepthReadEvent, bool ___1_hasFullPrepass, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:861>
int32_t L_0 = ___0_earliestDepthReadEvent;
if ((((int32_t)L_0) < ((int32_t)((int32_t)300))))
{
goto IL_0011;
}
}
{
int32_t L_1 = __this->___m_CopyDepthMode;
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_001c;
}
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:866>
bool L_2 = ___1_hasFullPrepass;
if (!L_2)
{
goto IL_0018;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:869>
V_0 = 1;
goto IL_0053;
}
IL_0018:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:874>
V_0 = 2;
goto IL_0053;
}
IL_001c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:881>
int32_t L_3 = ___0_earliestDepthReadEvent;
if ((((int32_t)L_3) < ((int32_t)((int32_t)500))))
{
goto IL_002c;
}
}
{
int32_t L_4 = __this->___m_CopyDepthMode;
if (L_4)
{
goto IL_003c;
}
}
IL_002c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:883>
int32_t L_5 = ___0_earliestDepthReadEvent;
if ((((int32_t)L_5) >= ((int32_t)((int32_t)400))))
{
goto IL_0038;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:884>
V_0 = 3;
goto IL_0053;
}
IL_0038:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:886>
V_0 = 4;
goto IL_0053;
}
IL_003c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:888>
int32_t L_6 = ___0_earliestDepthReadEvent;
if ((((int32_t)L_6) < ((int32_t)((int32_t)550))))
{
goto IL_004d;
}
}
{
int32_t L_7 = __this->___m_CopyDepthMode;
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_0051;
}
}
IL_004d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:890>
V_0 = 5;
goto IL_0053;
}
IL_0051:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:897>
V_0 = 6;
}
IL_0053:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:900>
int32_t L_8 = V_0;
return L_8;
}
}
// Method Definition Index: 34955
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 UniversalRenderer_CalculateTextureCopySchedules_m47E3E2A336FDC1926E2D8577CA4112E1896F5508 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, bool ___2_requiresDepthPrepass, bool ___3_hasFullPrepass, bool ___4_requireDepthTexture, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B4_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B14_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:912>
V_0 = 6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:915>
bool L_0 = ___4_requireDepthTexture;
if (!L_0)
{
goto IL_0026;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:918>
bool L_1 = ___2_requiresDepthPrepass;
if (!L_1)
{
goto IL_0011;
}
}
{
bool L_2;
L_2 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
G_B4_0 = ((int32_t)(L_2));
goto IL_0012;
}
IL_0011:
{
G_B4_0 = 1;
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:920>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:921>
if (G_B4_0)
{
goto IL_0017;
}
}
{
G_B7_0 = 0;
goto IL_0025;
}
IL_0017:
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_3 = ___1_renderPassInputs;
int32_t L_4 = L_3->___requiresDepthTextureEarliestEvent;
bool L_5 = ___3_hasFullPrepass;
int32_t L_6;
L_6 = UniversalRenderer_CalculateDepthCopySchedule_m897581CF71391E7085DB8CC983AE593CA2573114(__this, L_4, L_5, NULL);
G_B7_0 = ((int32_t)(L_6));
}
IL_0025:
{
V_0 = G_B7_0;
}
IL_0026:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:924>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___0_cameraData;
NullCheck(L_7);
bool L_8 = L_7->___requiresOpaqueTexture;
if (L_8)
{
goto IL_0036;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_9 = ___1_renderPassInputs;
bool L_10 = L_9->___requiresColorTexture;
G_B11_0 = ((int32_t)(L_10));
goto IL_0037;
}
IL_0036:
{
G_B11_0 = 1;
}
IL_0037:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:927>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:928>
if (G_B11_0)
{
goto IL_003c;
}
}
{
G_B14_0 = 1;
goto IL_003d;
}
IL_003c:
{
G_B14_0 = 0;
}
IL_003d:
{
V_1 = G_B14_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:932>
int32_t L_11 = V_0;
(&V_2)->___depth = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:933>
int32_t L_12 = V_1;
(&V_2)->___color = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:935>
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_13 = V_2;
return L_13;
}
}
// Method Definition Index: 34956
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CopyDepthToDepthTexture_mC4F7B63E3F9E5D1350C543A0D3B02102DEA73EFF (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBADFFE553338E60D3B9423A1E8132DA6D5EC950B);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:940>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_0 = __this->___m_CopyDepthPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_1 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_3 = ___1_resourceData;
NullCheck(L_3);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_4;
L_4 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_3, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_5 = ___1_resourceData;
NullCheck(L_5);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6;
L_6 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_5, NULL);
NullCheck(L_0);
CopyDepthPass_Render_m066FCDFE271A66CEF737EF23262933D19F7BE6AD(L_0, L_1, L_2, L_4, L_6, (bool)1, _stringLiteralBADFFE553338E60D3B9423A1E8132DA6D5EC950B, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:941>
return;
}
}
// Method Definition Index: 34957
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_RenderMotionVectors_m95832FA5D612B9148B7FF34CD86B1556EF029AD7 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:945>
MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* L_0 = __this->___m_MotionVectorPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_1 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_3 = ___1_resourceData;
NullCheck(L_3);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_4;
L_4 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_3, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_5 = ___1_resourceData;
NullCheck(L_5);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6;
L_6 = UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22(L_5, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_7 = ___1_resourceData;
NullCheck(L_7);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8;
L_8 = UniversalResourceData_get_motionVectorDepth_mC40565B1A67E7057259B73DB1E8ECBD9937E061A(L_7, NULL);
NullCheck(L_0);
MotionVectorRenderPass_Render_mECEC83850619AB6BFEFC980AE275A280985A73EC(L_0, L_1, L_2, L_4, L_6, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:946>
return;
}
}
// Method Definition Index: 34958
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_ExecuteScheduledDepthCopyWithMotion_m99C936C3D7B62C247F135245128E63BF51C968BA (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, bool ___2_renderMotionVectors, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:950>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1 = ___1_resourceData;
UniversalRenderer_CopyDepthToDepthTexture_mC4F7B63E3F9E5D1350C543A0D3B02102DEA73EFF(__this, L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:952>
bool L_2 = ___2_renderMotionVectors;
if (!L_2)
{
goto IL_0013;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:953>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_3 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_4 = ___1_resourceData;
UniversalRenderer_RenderMotionVectors_m95832FA5D612B9148B7FF34CD86B1556EF029AD7(__this, L_3, L_4, NULL);
}
IL_0013:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:954>
return;
}
}
// Method Definition Index: 34959
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnMainRendering_m231783D40B84656BB5132ECF7B8ECD1CBD41C61E (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___1_context, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___2_renderPassInputs, bool ___3_requiresPrepass, bool ___4_requireDepthTexture, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClearTargetsPass_tE871E7860C82F1575110F27E9D5505D71C1E8D0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisSkybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441_mB3DA0FE8D3E694E5E4720100E597349CD7080BCA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_1 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_2 = NULL;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
bool V_8 = false;
int32_t V_9 = 0;
bool V_10 = false;
int32_t V_11 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_12;
memset((&V_12), 0, sizeof(V_12));
bool V_13 = false;
int32_t V_14 = 0;
int32_t V_15 = 0;
uint32_t V_16 = 0;
bool V_17 = false;
bool V_18 = false;
int32_t V_19 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_20;
memset((&V_20), 0, sizeof(V_20));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_21;
memset((&V_21), 0, sizeof(V_21));
bool V_22 = false;
int32_t V_23 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_24;
memset((&V_24), 0, sizeof(V_24));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_25;
memset((&V_25), 0, sizeof(V_25));
int32_t V_26 = 0;
uint32_t V_27 = 0;
bool V_28 = false;
int32_t V_29 = 0;
bool V_30 = false;
int32_t V_31 = 0;
int32_t V_32 = 0;
uint32_t V_33 = 0;
int32_t V_34 = 0;
Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441* V_35 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_36 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_37;
memset((&V_37), 0, sizeof(V_37));
int32_t V_38 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_39;
memset((&V_39), 0, sizeof(V_39));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_40;
memset((&V_40), 0, sizeof(V_40));
int32_t G_B8_0 = 0;
int32_t G_B10_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B11_1 = 0;
int32_t G_B16_0 = 0;
int32_t G_B19_0 = 0;
int32_t G_B24_0 = 0;
int32_t G_B30_0 = 0;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* G_B35_0 = NULL;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* G_B34_0 = NULL;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* G_B38_0 = NULL;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* G_B37_0 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 G_B43_0;
memset((&G_B43_0), 0, sizeof(G_B43_0));
int32_t G_B49_0 = 0;
int32_t G_B54_0 = 0;
int32_t G_B57_0 = 0;
int32_t G_B56_0 = 0;
int32_t G_B58_0 = 0;
int32_t G_B58_1 = 0;
int32_t G_B77_0 = 0;
int32_t G_B82_0 = 0;
int32_t G_B86_0 = 0;
int32_t G_B99_0 = 0;
int32_t G_B104_0 = 0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B121_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:958>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_1;
L_1 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_0, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:959>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_2);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_3;
L_3 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_2, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:960>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4;
L_4 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_4);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5;
L_5 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_4, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:961>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6;
L_6 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_6);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_7;
L_7 = ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline(L_6, ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
V_3 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:962>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_8;
L_8 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_8);
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_9;
L_9 = ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_inline(L_8, ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:964>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_10 = ___0_renderGraph;
NullCheck(L_10);
bool L_11;
L_11 = RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline(L_10, NULL);
if (L_11)
{
goto IL_006a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:966>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_2;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
int32_t L_13;
L_13 = ScriptableRenderer_GetCameraClearFlag_m4B266C72886FD41512F25AF2EF1939AB275B3F3A(L_12, NULL);
V_11 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:968>
int32_t L_14 = V_11;
if (!L_14)
{
goto IL_006a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:969>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_15 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_16 = V_1;
NullCheck(L_16);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17;
L_17 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_16, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_18 = V_1;
NullCheck(L_18);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_19;
L_19 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_18, NULL);
int32_t L_20 = V_11;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_21 = V_2;
NullCheck(L_21);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_22 = L_21->___backgroundColor;
il2cpp_codegen_runtime_class_init_inline(ClearTargetsPass_tE871E7860C82F1575110F27E9D5505D71C1E8D0E_il2cpp_TypeInfo_var);
ClearTargetsPass_Render_m6D8C18E9E3343A6BFDAF920B9FD44B67CCCAB79C(L_15, L_17, L_19, L_20, L_22, NULL);
}
IL_006a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:972>
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_23 = V_0;
NullCheck(L_23);
bool L_24;
L_24 = UniversalRenderingData_get_stencilLodCrossFadeEnabled_m65423530015994CA5B73B0B1BA470CF789078922_inline(L_23, NULL);
if (!L_24)
{
goto IL_0085;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:973>
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* L_25 = __this->___m_StencilCrossFadeRenderPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_26 = ___0_renderGraph;
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_27 = ___1_context;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_28 = V_1;
NullCheck(L_28);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_29;
L_29 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_28, NULL);
NullCheck(L_25);
StencilCrossFadeRenderPass_Render_m17026C36FE78568068D9C52E1BB1EB615B542B70(L_25, L_26, L_27, L_29, NULL);
}
IL_0085:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:975>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_30 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_30, ((int32_t)150), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:977>
bool L_31 = ___3_requiresPrepass;
if (!L_31)
{
goto IL_00a0;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_32 = ___2_renderPassInputs;
bool L_33 = L_32->___requiresNormalsTexture;
G_B8_0 = ((((int32_t)L_33) == ((int32_t)0))? 1 : 0);
goto IL_00a1;
}
IL_00a0:
{
G_B8_0 = 0;
}
IL_00a1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:978>
bool L_34 = ___3_requiresPrepass;
if (!L_34)
{
G_B10_0 = G_B8_0;
goto IL_00ad;
}
G_B9_0 = G_B8_0;
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_35 = ___2_renderPassInputs;
bool L_36 = L_35->___requiresNormalsTexture;
G_B11_0 = ((int32_t)(L_36));
G_B11_1 = G_B9_0;
goto IL_00ae;
}
IL_00ad:
{
G_B11_0 = 0;
G_B11_1 = G_B10_0;
}
IL_00ae:
{
V_4 = (bool)G_B11_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:983>
if (G_B11_1)
{
goto IL_00d5;
}
}
{
bool L_37 = V_4;
if (!L_37)
{
goto IL_00d2;
}
}
{
bool L_38;
L_38 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_39 = ___2_renderPassInputs;
int32_t L_40 = L_39->___requiresDepthNormalAtEvent;
bool L_41;
L_41 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_42;
L_42 = UniversalRenderer_AllowPartialDepthNormalsPrepass_m9EC3C54D9FD99282A53F4EDC2DF92578422B87B0(L_38, L_40, L_41, NULL);
G_B16_0 = ((((int32_t)L_42) == ((int32_t)0))? 1 : 0);
goto IL_00d6;
}
IL_00d2:
{
G_B16_0 = 0;
goto IL_00d6;
}
IL_00d5:
{
G_B16_0 = 1;
}
IL_00d6:
{
V_5 = (bool)G_B16_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:985>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_43 = V_2;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_44 = ___2_renderPassInputs;
bool L_45 = ___3_requiresPrepass;
bool L_46 = V_5;
bool L_47 = ___4_requireDepthTexture;
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_48;
L_48 = UniversalRenderer_CalculateTextureCopySchedules_m47E3E2A336FDC1926E2D8577CA4112E1896F5508(__this, L_43, L_44, L_45, L_46, L_47, NULL);
V_6 = L_48;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:990>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:991>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_49 = ___2_renderPassInputs;
int32_t L_50 = L_49->___requiresDepthNormalAtEvent;
if ((((int32_t)((int32_t)220)) > ((int32_t)L_50)))
{
goto IL_0107;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_51 = ___2_renderPassInputs;
int32_t L_52 = L_51->___requiresDepthNormalAtEvent;
G_B19_0 = ((((int32_t)((((int32_t)L_52) > ((int32_t)((int32_t)250)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0108;
}
IL_0107:
{
G_B19_0 = 0;
}
IL_0108:
{
V_7 = (bool)G_B19_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:992>
bool L_53 = ___3_requiresPrepass;
if (!L_53)
{
goto IL_0120;
}
}
{
bool L_54;
L_54 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_54)
{
goto IL_011d;
}
}
{
bool L_55 = V_7;
G_B24_0 = ((((int32_t)L_55) == ((int32_t)0))? 1 : 0);
goto IL_0121;
}
IL_011d:
{
G_B24_0 = 1;
goto IL_0121;
}
IL_0120:
{
G_B24_0 = 0;
}
IL_0121:
{
V_8 = (bool)G_B24_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:994>
V_9 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:996>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_56 = V_2;
NullCheck(L_56);
bool L_57 = L_56->___useGPUOcclusionCulling;
if (!L_57)
{
goto IL_0145;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:998>
bool L_58 = V_8;
if (!L_58)
{
goto IL_0137;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1000>
V_9 = 1;
goto IL_0145;
}
IL_0137:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1004>
bool L_59;
L_59 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (L_59)
{
goto IL_0142;
}
}
{
G_B30_0 = 2;
goto IL_0143;
}
IL_0142:
{
G_B30_0 = 3;
}
IL_0143:
{
V_9 = G_B30_0;
}
IL_0145:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1009>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_60 = V_2;
NullCheck(L_60);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_61;
L_61 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_60, NULL);
NullCheck(L_61);
bool L_62;
L_62 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_61, NULL);
if (!L_62)
{
goto IL_018a;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_63 = V_2;
NullCheck(L_63);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_64;
L_64 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_63, NULL);
NullCheck(L_64);
bool L_65;
L_65 = XRPass_get_hasMotionVectorPass_m1F33C209CC4ACFC8F5413583A15FC90C2CC0A288_inline(L_64, NULL);
if (!L_65)
{
goto IL_018a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1012>
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* L_66 = __this->___m_XRDepthMotionPass;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* L_67 = L_66;
if (L_67)
{
G_B35_0 = L_67;
goto IL_016b;
}
G_B34_0 = L_67;
}
{
goto IL_0172;
}
IL_016b:
{
NullCheck(G_B35_0);
XRDepthMotionPass_Update_m1371A105D2D0A0B346F61A5E1685550D74F5D034(G_B35_0, (&V_2), NULL);
}
IL_0172:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1015>
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* L_68 = __this->___m_XRDepthMotionPass;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* L_69 = L_68;
if (L_69)
{
G_B38_0 = L_69;
goto IL_017e;
}
G_B37_0 = L_69;
}
{
goto IL_018a;
}
IL_017e:
{
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_70 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_71;
L_71 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(G_B38_0);
XRDepthMotionPass_Render_mAA1BCA770D026C7835F34FA340EDAFB1CFA0FB09(G_B38_0, L_70, L_71, NULL);
}
IL_018a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1019>
bool L_72 = ___3_requiresPrepass;
if (!L_72)
{
goto IL_0287;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1021>
bool L_73;
L_73 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
if (L_73)
{
goto IL_01a1;
}
}
{
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_74 = V_1;
NullCheck(L_74);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_75;
L_75 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_74, NULL);
G_B43_0 = L_75;
goto IL_01a7;
}
IL_01a1:
{
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_76 = V_1;
NullCheck(L_76);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_77;
L_77 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_76, NULL);
G_B43_0 = L_77;
}
IL_01a7:
{
V_12 = G_B43_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1024>
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_78 = V_0;
NullCheck(L_78);
bool L_79;
L_79 = UniversalRenderingData_get_stencilLodCrossFadeEnabled_m65423530015994CA5B73B0B1BA470CF789078922_inline(L_78, NULL);
bool L_80 = V_4;
if (!((int32_t)((int32_t)L_79&(int32_t)L_80)))
{
goto IL_01cf;
}
}
{
bool L_81;
L_81 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
if (L_81)
{
goto IL_01cf;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1025>
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* L_82 = __this->___m_StencilCrossFadeRenderPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_83 = ___0_renderGraph;
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_84 = ___1_context;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_85 = V_1;
NullCheck(L_85);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_86;
L_86 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_85, NULL);
NullCheck(L_82);
StencilCrossFadeRenderPass_Render_m17026C36FE78568068D9C52E1BB1EB615B542B70(L_82, L_83, L_84, L_86, NULL);
}
IL_01cf:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1027>
int32_t L_87 = V_9;
V_13 = (bool)((((int32_t)L_87) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1028>
bool L_88 = V_13;
if (L_88)
{
goto IL_01dd;
}
}
{
G_B49_0 = 1;
goto IL_01de;
}
IL_01dd:
{
G_B49_0 = 2;
}
IL_01de:
{
V_14 = G_B49_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1029>
V_15 = 0;
goto IL_027e;
}
IL_01e8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1031>
V_16 = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1032>
bool L_89 = V_13;
if (!L_89)
{
goto IL_020c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1036>
int32_t L_90 = V_15;
if (!L_90)
{
goto IL_01f6;
}
}
{
G_B54_0 = 2;
goto IL_01f7;
}
IL_01f6:
{
G_B54_0 = 1;
}
IL_01f7:
{
V_19 = G_B54_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1037>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_91 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_92 = V_2;
int32_t L_93 = V_19;
UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57(__this, L_91, L_92, L_93, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1038>
int32_t L_94 = V_19;
uint32_t L_95;
L_95 = OcclusionTestMethods_GetBatchLayerMask_m1CC038C215B2531DDD0A4C8AF03E2DC518A43D09(L_94, NULL);
V_16 = L_95;
}
IL_020c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1043>
int32_t L_96 = V_15;
int32_t L_97 = V_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1047>
int32_t L_98 = ((((int32_t)L_96) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_97, 1))))? 1 : 0);
if (!L_98)
{
G_B57_0 = L_98;
goto IL_0222;
}
G_B56_0 = L_98;
}
{
bool L_99;
L_99 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
G_B58_0 = ((((int32_t)L_99) == ((int32_t)0))? 1 : 0);
G_B58_1 = G_B56_0;
goto IL_0223;
}
IL_0222:
{
G_B58_0 = 0;
G_B58_1 = G_B57_0;
}
IL_0223:
{
V_17 = (bool)G_B58_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1051>
bool L_100 = V_5;
V_18 = (bool)((int32_t)(G_B58_1&(int32_t)L_100));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1053>
bool L_101 = V_4;
if (!L_101)
{
goto IL_0245;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1054>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_102 = ___0_renderGraph;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_103 = ___2_renderPassInputs;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_104 = (*(RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036*)L_103);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_105 = V_12;
uint32_t L_106 = V_16;
bool L_107 = V_17;
bool L_108 = V_18;
UniversalRenderer_DepthNormalPrepassRender_m878CE51B154CC43B4A43DDB4BD89B7AB009E6804(__this, L_102, L_104, L_105, L_106, L_107, L_108, NULL);
goto IL_025d;
}
IL_0245:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1056>
DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* L_109 = __this->___m_DepthPrepass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_110 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_111;
L_111 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
uint32_t L_112 = V_16;
bool L_113 = V_17;
NullCheck(L_109);
DepthOnlyPass_Render_m7AEA11F13524C54B2165B7ACB9EE599120B8FD5B(L_109, L_110, L_111, (&V_12), L_112, L_113, NULL);
}
IL_025d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1058>
bool L_114 = V_13;
if (!L_114)
{
goto IL_0278;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1062>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_115 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_116 = V_2;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_117 = V_12;
UniversalRenderer_UpdateInstanceOccluders_mF66D7599FC170AACC4BBFA29C123FA88061DE79B(__this, L_115, L_116, L_117, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1063>
int32_t L_118 = V_15;
if (!L_118)
{
goto IL_0278;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1064>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_119 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_120 = V_2;
UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57(__this, L_119, L_120, 1, NULL);
}
IL_0278:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1029>
int32_t L_121 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add(L_121, 1));
}
IL_027e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1029>
int32_t L_122 = V_15;
int32_t L_123 = V_14;
if ((((int32_t)L_122) < ((int32_t)L_123)))
{
goto IL_01e8;
}
}
IL_0287:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1072>
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_124 = V_6;
int32_t L_125 = L_124.___depth;
if ((!(((uint32_t)L_125) == ((uint32_t)1))))
{
goto IL_02a1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1073>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_126 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_127 = V_1;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_128 = ___2_renderPassInputs;
bool L_129 = L_128->___requiresMotionVectors;
UniversalRenderer_ExecuteScheduledDepthCopyWithMotion_m99C936C3D7B62C247F135245128E63BF51C968BA(__this, L_126, L_127, L_129, NULL);
goto IL_02ba;
}
IL_02a1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1074>
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_130 = V_6;
int32_t L_131 = L_130.___depth;
if (L_131)
{
goto IL_02ba;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_132 = ___2_renderPassInputs;
bool L_133 = L_132->___requiresMotionVectors;
if (!L_133)
{
goto IL_02ba;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1075>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_134 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_135 = V_1;
UniversalRenderer_RenderMotionVectors_m95832FA5D612B9148B7FF34CD86B1556EF029AD7(__this, L_134, L_135, NULL);
}
IL_02ba:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1077>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_136 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_136, ((int32_t)200), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1080>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_137 = V_2;
NullCheck(L_137);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_138;
L_138 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_137, NULL);
NullCheck(L_138);
bool L_139;
L_139 = XRPass_get_hasValidOcclusionMesh_m2D0E0A44FDDB87C8FE82A3D0996E7282A08FDD2C(L_138, NULL);
if (!L_139)
{
goto IL_02f9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1081>
XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* L_140 = __this->___m_XROcclusionMeshPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_141 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_142;
L_142 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_143 = V_1;
NullCheck(L_143);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_144;
L_144 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_143, NULL);
V_20 = L_144;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_145 = V_1;
NullCheck(L_145);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_146;
L_146 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_145, NULL);
V_21 = L_146;
NullCheck(L_140);
XROcclusionMeshPass_Render_mD31F03FB79EE50FAA84CC32E863816D354C73B77(L_140, L_141, L_142, (&V_20), (&V_21), NULL);
}
IL_02f9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1084>
bool L_147;
L_147 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_147)
{
goto IL_04b3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1086>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_148 = __this->___m_DeferredLights;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_149 = __this->___m_AdditionalLightsShadowCasterPass;
NullCheck(L_148);
DeferredLights_Setup_mBC63A3C3A9F627B4699EACD8DC583E962B269552_inline(L_148, L_149, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1089>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_150 = __this->___m_DeferredLights;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_151 = ___0_renderGraph;
NullCheck(L_151);
bool L_152;
L_152 = RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline(L_151, NULL);
NullCheck(L_150);
DeferredLights_set_UseFramebufferFetch_m0E61E73277944085077DC409A6F2D5D0FD830D3B_inline(L_150, L_152, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1090>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_153 = __this->___m_DeferredLights;
bool L_154 = V_4;
NullCheck(L_153);
DeferredLights_set_HasNormalPrepass_m9A48F38DB115BE3A378B0C739A71B7C79F8BB87A_inline(L_153, L_154, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1091>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_155 = __this->___m_DeferredLights;
bool L_156 = ___3_requiresPrepass;
NullCheck(L_155);
DeferredLights_set_HasDepthPrepass_mC5A7DA505F2960D7A54B4A7989892792514C8C9E_inline(L_155, L_156, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1092>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_157 = __this->___m_DeferredLights;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_158 = V_3;
NullCheck(L_157);
DeferredLights_ResolveMixedLightingMode_mA24B6B6CF7B4841C84EA5FF7333FFF74999059B7(L_157, L_158, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1095>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_159 = __this->___m_DeferredLights;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_160 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_161 = V_1;
NullCheck(L_159);
DeferredLights_CreateGbufferResourcesRenderGraph_mCC78DB05E9FE2759EAFA3869AE41E0BCE6A8C22A(L_159, L_160, L_161, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1096>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_162 = V_1;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_163 = __this->___m_DeferredLights;
NullCheck(L_163);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_164;
L_164 = DeferredLights_get_GbufferTextureHandles_mB7EE69C751B51951B19CF45ABE17F176FF4443AD_inline(L_163, NULL);
NullCheck(L_162);
UniversalResourceData_set_gBuffer_m34C1D6FD7475114C502D0CDAB9AF6517732986D0(L_162, L_164, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1099>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_165 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_165, ((int32_t)210), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1101>
int32_t L_166 = V_9;
V_22 = (bool)((((int32_t)L_166) == ((int32_t)3))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1102>
bool L_167 = V_22;
if (L_167)
{
goto IL_0384;
}
}
{
G_B77_0 = 1;
goto IL_0385;
}
IL_0384:
{
G_B77_0 = 2;
}
IL_0385:
{
V_23 = G_B77_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1103>
V_26 = 0;
goto IL_0405;
}
IL_038c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1105>
V_27 = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1106>
bool L_168 = V_22;
if (!L_168)
{
goto IL_03b0;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1110>
int32_t L_169 = V_26;
if (!L_169)
{
goto IL_039a;
}
}
{
G_B82_0 = 2;
goto IL_039b;
}
IL_039a:
{
G_B82_0 = 1;
}
IL_039b:
{
V_29 = G_B82_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1111>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_170 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_171 = V_2;
int32_t L_172 = V_29;
UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57(__this, L_170, L_171, L_172, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1112>
int32_t L_173 = V_29;
uint32_t L_174;
L_174 = OcclusionTestMethods_GetBatchLayerMask_m1CC038C215B2531DDD0A4C8AF03E2DC518A43D09(L_173, NULL);
V_27 = L_174;
}
IL_03b0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1117>
bool L_175 = V_4;
if (!L_175)
{
goto IL_03bb;
}
}
{
bool L_176 = V_5;
G_B86_0 = ((((int32_t)L_176) == ((int32_t)0))? 1 : 0);
goto IL_03bc;
}
IL_03bb:
{
G_B86_0 = 0;
}
IL_03bc:
{
V_28 = (bool)G_B86_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1118>
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* L_177 = __this->___m_GBufferPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_178 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_179;
L_179 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_180 = V_1;
NullCheck(L_180);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_181;
L_181 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_180, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_182 = V_1;
NullCheck(L_182);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_183;
L_183 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_182, NULL);
bool L_184 = V_28;
uint32_t L_185 = V_27;
NullCheck(L_177);
GBufferPass_Render_mCA689E0AEE9096AFB276D02D3BB36BF4F1552C28(L_177, L_178, L_179, L_181, L_183, L_184, L_185, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1120>
bool L_186 = V_22;
if (!L_186)
{
goto IL_03ff;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1124>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_187 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_188 = V_2;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_189 = V_1;
NullCheck(L_189);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_190;
L_190 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_189, NULL);
UniversalRenderer_UpdateInstanceOccluders_mF66D7599FC170AACC4BBFA29C123FA88061DE79B(__this, L_187, L_188, L_190, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1125>
int32_t L_191 = V_26;
if (!L_191)
{
goto IL_03ff;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1126>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_192 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_193 = V_2;
UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57(__this, L_192, L_193, 1, NULL);
}
IL_03ff:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1103>
int32_t L_194 = V_26;
V_26 = ((int32_t)il2cpp_codegen_add(L_194, 1));
}
IL_0405:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1103>
int32_t L_195 = V_26;
int32_t L_196 = V_23;
if ((((int32_t)L_195) < ((int32_t)L_196)))
{
goto IL_038c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1133>
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_197 = V_6;
int32_t L_198 = L_197.___depth;
if ((!(((uint32_t)L_198) == ((uint32_t)2))))
{
goto IL_0425;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1134>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_199 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_200 = V_1;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_201 = ___2_renderPassInputs;
bool L_202 = L_201->___requiresMotionVectors;
UniversalRenderer_ExecuteScheduledDepthCopyWithMotion_m99C936C3D7B62C247F135245128E63BF51C968BA(__this, L_199, L_200, L_202, NULL);
goto IL_0435;
}
IL_0425:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1135>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_203 = ___0_renderGraph;
NullCheck(L_203);
bool L_204;
L_204 = RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline(L_203, NULL);
if (L_204)
{
goto IL_0435;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1136>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_205 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_206 = V_1;
UniversalRenderer_CopyDepthToDepthTexture_mC4F7B63E3F9E5D1350C543A0D3B02102DEA73EFF(__this, L_205, L_206, NULL);
}
IL_0435:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1138>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_207 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mC0B3716CDF203EAECD6665C1A87083AD1A139B8E(__this, L_207, ((int32_t)220), ((int32_t)230), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1140>
DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* L_208 = __this->___m_DeferredPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_209 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_210;
L_210 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_211 = V_1;
NullCheck(L_211);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_212;
L_212 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_211, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_213 = V_1;
NullCheck(L_213);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_214;
L_214 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_213, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_215 = V_1;
NullCheck(L_215);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_216;
L_216 = UniversalResourceData_get_gBuffer_m8A136731C2349D1F96F57648CF599BDC1982D579(L_215, NULL);
NullCheck(L_208);
DeferredPass_Render_mD322E0CC017143B78BF1B19CD7B593F9E99616E8(L_208, L_209, L_210, L_212, L_214, L_216, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1142>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_217 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mC0B3716CDF203EAECD6665C1A87083AD1A139B8E(__this, L_217, ((int32_t)240), ((int32_t)250), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1144>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_218 = V_1;
NullCheck(L_218);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_219;
L_219 = UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3(L_218, NULL);
V_24 = L_219;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1145>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_220 = V_1;
NullCheck(L_220);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_221;
L_221 = UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455(L_220, NULL);
V_25 = L_221;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1146>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_222 = __this->___m_RenderOpaqueForwardOnlyPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_223 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_224;
L_224 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_225 = V_1;
NullCheck(L_225);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_226;
L_226 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_225, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_227 = V_1;
NullCheck(L_227);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_228;
L_228 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_227, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_229 = V_24;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_230 = V_25;
NullCheck(L_222);
DrawObjectsPass_Render_m93D2C4B8294B4351A8F7036CB63F2F0310ADCC7A(L_222, L_223, L_224, L_226, L_228, L_229, L_230, (-1), NULL);
goto IL_05a4;
}
IL_04b3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1150>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_231 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mC0B3716CDF203EAECD6665C1A87083AD1A139B8E(__this, L_231, ((int32_t)210), ((int32_t)250), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1152>
int32_t L_232 = V_9;
V_30 = (bool)((((int32_t)L_232) == ((int32_t)2))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1153>
bool L_233 = V_30;
if (L_233)
{
goto IL_04d2;
}
}
{
G_B99_0 = 1;
goto IL_04d3;
}
IL_04d2:
{
G_B99_0 = 2;
}
IL_04d3:
{
V_31 = G_B99_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1154>
V_32 = 0;
goto IL_059b;
}
IL_04dd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1156>
V_33 = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1157>
bool L_234 = V_30;
if (!L_234)
{
goto IL_0501;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1161>
int32_t L_235 = V_32;
if (!L_235)
{
goto IL_04eb;
}
}
{
G_B104_0 = 2;
goto IL_04ec;
}
IL_04eb:
{
G_B104_0 = 1;
}
IL_04ec:
{
V_34 = G_B104_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1162>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_236 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_237 = V_2;
int32_t L_238 = V_34;
UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57(__this, L_236, L_237, L_238, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1163>
int32_t L_239 = V_34;
uint32_t L_240;
L_240 = OcclusionTestMethods_GetBatchLayerMask_m1CC038C215B2531DDD0A4C8AF03E2DC518A43D09(L_239, NULL);
V_33 = L_240;
}
IL_0501:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1166>
bool L_241 = __this->___m_RenderingLayerProvidesRenderObjectPass;
if (!L_241)
{
goto IL_054a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1168>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1169>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1170>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1171>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1172>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1173>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1174>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1175>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1176>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1177>
DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* L_242 = __this->___m_RenderOpaqueForwardWithRenderingLayersPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_243 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_244;
L_244 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_245 = V_1;
NullCheck(L_245);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_246;
L_246 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_245, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_247 = V_1;
NullCheck(L_247);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_248;
L_248 = UniversalResourceData_get_renderingLayersTexture_mD1DA84A88300CF3D97F518E197F19EA09ABF50BC(L_247, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_249 = V_1;
NullCheck(L_249);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_250;
L_250 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_249, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_251 = V_1;
NullCheck(L_251);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_252;
L_252 = UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3(L_251, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_253 = V_1;
NullCheck(L_253);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_254;
L_254 = UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455(L_253, NULL);
int32_t L_255 = __this->___m_RenderingLayersMaskSize;
uint32_t L_256 = V_33;
NullCheck(L_242);
DrawObjectsWithRenderingLayersPass_Render_m8C4DA95E12CE24989890167A76B0474151E4EFAC(L_242, L_243, L_244, L_246, L_248, L_250, L_252, L_254, L_255, L_256, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1178>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_257 = ___0_renderGraph;
UniversalRenderer_SetRenderingLayersGlobalTextures_mD995977402820366EA37FD350F411B6FC4CE8421(__this, L_257, NULL);
goto IL_0576;
}
IL_054a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1182>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1183>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1184>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1185>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1186>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1187>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1188>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1189>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_258 = __this->___m_RenderOpaqueForwardPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_259 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_260;
L_260 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_261 = V_1;
NullCheck(L_261);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_262;
L_262 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_261, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_263 = V_1;
NullCheck(L_263);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_264;
L_264 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_263, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_265 = V_1;
NullCheck(L_265);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_266;
L_266 = UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3(L_265, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_267 = V_1;
NullCheck(L_267);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_268;
L_268 = UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455(L_267, NULL);
uint32_t L_269 = V_33;
NullCheck(L_258);
DrawObjectsPass_Render_m93D2C4B8294B4351A8F7036CB63F2F0310ADCC7A(L_258, L_259, L_260, L_262, L_264, L_266, L_268, L_269, NULL);
}
IL_0576:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1192>
bool L_270 = V_30;
if (!L_270)
{
goto IL_0595;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1196>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_271 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_272 = V_2;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_273 = V_1;
NullCheck(L_273);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_274;
L_274 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_273, NULL);
UniversalRenderer_UpdateInstanceOccluders_mF66D7599FC170AACC4BBFA29C123FA88061DE79B(__this, L_271, L_272, L_274, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1197>
int32_t L_275 = V_32;
if (!L_275)
{
goto IL_0595;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1198>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_276 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_277 = V_2;
UniversalRenderer_InstanceOcclusionTest_m8A20B7D6B8AAF809E43B1546BB1BE423B83F5F57(__this, L_276, L_277, 1, NULL);
}
IL_0595:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1154>
int32_t L_278 = V_32;
V_32 = ((int32_t)il2cpp_codegen_add(L_278, 1));
}
IL_059b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1154>
int32_t L_279 = V_32;
int32_t L_280 = V_31;
if ((((int32_t)L_279) < ((int32_t)L_280)))
{
goto IL_04dd;
}
}
IL_05a4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1203>
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_281 = V_6;
int32_t L_282 = L_281.___depth;
if ((!(((uint32_t)L_282) == ((uint32_t)3))))
{
goto IL_05c9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1204>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_283 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_284 = V_1;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_285 = ___2_renderPassInputs;
int32_t L_286 = L_285->___requiresDepthTextureEarliestEvent;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_287 = ___2_renderPassInputs;
bool L_288 = L_287->___requiresMotionVectors;
UniversalRenderer_RecordCustomPassesWithDepthCopyAndMotion_m8ED4AC522231A4E2D132BF9EA30A7C58D5005F8B(__this, L_283, L_284, L_286, ((int32_t)300), L_288, NULL);
goto IL_05d5;
}
IL_05c9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1206>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_289 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_289, ((int32_t)300), NULL);
}
IL_05d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1208>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_290 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_290, ((int32_t)350), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1210>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_291 = V_2;
NullCheck(L_291);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_292 = L_291->___camera;
NullCheck(L_292);
int32_t L_293;
L_293 = Camera_get_clearFlags_mA74F538C124B391EF03C46A50CA7FF7B505B7602(L_292, NULL);
if ((!(((uint32_t)L_293) == ((uint32_t)1))))
{
goto IL_064b;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_294 = V_2;
NullCheck(L_294);
int32_t L_295 = L_294->___renderType;
if ((((int32_t)L_295) == ((int32_t)1)))
{
goto IL_064b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1212>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_296 = V_2;
NullCheck(L_296);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_297 = L_296->___camera;
NullCheck(L_297);
bool L_298;
L_298 = Component_TryGetComponent_TisSkybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441_mB3DA0FE8D3E694E5E4720100E597349CD7080BCA(L_297, (&V_35), Component_TryGetComponent_TisSkybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441_mB3DA0FE8D3E694E5E4720100E597349CD7080BCA_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1213>
Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441* L_299 = V_35;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_300;
L_300 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_299, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_300)
{
goto IL_0617;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_301;
L_301 = RenderSettings_get_skybox_m1738CCDBAFAA20797D174DB97066440B10FBCE6F(NULL);
G_B121_0 = L_301;
goto IL_061e;
}
IL_0617:
{
Skybox_tB3C6FDB5DCB4633B155B7A80045542B7C3388441* L_302 = V_35;
NullCheck(L_302);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_303;
L_303 = Skybox_get_material_m8575E583E00DC4B2CC8C129FB1F5501A6557B781(L_302, NULL);
G_B121_0 = L_303;
}
IL_061e:
{
V_36 = G_B121_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1214>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_304 = V_36;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_305;
L_305 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_304, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_305)
{
goto IL_064b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1215>
DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* L_306 = __this->___m_DrawSkyboxPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_307 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_308;
L_308 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_309 = ___1_context;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_310 = V_1;
NullCheck(L_310);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_311;
L_311 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_310, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_312 = V_1;
NullCheck(L_312);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_313;
L_313 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_312, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_314 = V_36;
NullCheck(L_306);
DrawSkyboxPass_Render_m354B29DDFE59DEF5316041FC5490B16FC30981BB(L_306, L_307, L_308, L_309, L_311, L_313, L_314, NULL);
}
IL_064b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1218>
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_315 = V_6;
int32_t L_316 = L_315.___depth;
if ((!(((uint32_t)L_316) == ((uint32_t)4))))
{
goto IL_0663;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1219>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_317 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_318 = V_1;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_319 = ___2_renderPassInputs;
bool L_320 = L_319->___requiresMotionVectors;
UniversalRenderer_ExecuteScheduledDepthCopyWithMotion_m99C936C3D7B62C247F135245128E63BF51C968BA(__this, L_317, L_318, L_320, NULL);
}
IL_0663:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1221>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_321 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_321, ((int32_t)400), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1223>
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_322 = V_6;
int32_t L_323 = L_322.___color;
if (L_323)
{
goto IL_06ad;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1225>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_324 = V_1;
NullCheck(L_324);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_325;
L_325 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_324, NULL);
V_37 = L_325;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1226>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_326;
L_326 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
NullCheck(L_326);
int32_t L_327;
L_327 = UniversalRenderPipelineAsset_get_opaqueDownsampling_mFC12352FAF21B6FA4F9718CE89E0116D7CE36A3F_inline(L_326, NULL);
V_38 = L_327;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1228>
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* L_328 = __this->___m_CopyColorPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_329 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_330;
L_330 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
int32_t L_331 = V_38;
NullCheck(L_328);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_332;
L_332 = CopyColorPass_Render_m4DA7651DC9BEBDCEC170B0427065340D2F75D444(L_328, L_329, L_330, (&V_39), (&V_37), L_331, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1229>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_333 = V_1;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_334 = V_39;
NullCheck(L_333);
UniversalResourceData_set_cameraOpaqueTexture_mF7741E53161F1AB91303F6EB30A8A86CB0412CFC(L_333, L_334, NULL);
}
IL_06ad:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1232>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_335 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_335, ((int32_t)450), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1247>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_336 = __this->___m_RenderTransparentForwardPass;
TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* L_337 = __this->___m_TransparentSettingsPass;
NullCheck(L_337);
bool L_338;
L_338 = TransparentSettingsPass_Setup_mF37A3761883AACCF280D7F962FAF4AB60848413C(L_337, NULL);
NullCheck(L_336);
L_336->___m_ShouldTransparentsReceiveShadows = (bool)((((int32_t)L_338) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1248>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1249>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1250>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1251>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1252>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1253>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1254>
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* L_339 = __this->___m_RenderTransparentForwardPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_340 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_341;
L_341 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_342 = V_1;
NullCheck(L_342);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_343;
L_343 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_342, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_344 = V_1;
NullCheck(L_344);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_345;
L_345 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_344, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_346 = V_1;
NullCheck(L_346);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_347;
L_347 = UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3(L_346, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_348 = V_1;
NullCheck(L_348);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_349;
L_349 = UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455(L_348, NULL);
NullCheck(L_339);
DrawObjectsPass_Render_m93D2C4B8294B4351A8F7036CB63F2F0310ADCC7A(L_339, L_340, L_341, L_343, L_345, L_347, L_349, (-1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1257>
TextureCopySchedules_t2183B46108A4B4F260E7D87A79000556C127ABB2 L_350 = V_6;
int32_t L_351 = L_350.___depth;
if ((!(((uint32_t)L_351) == ((uint32_t)5))))
{
goto IL_0722;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1258>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_352 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_353 = V_1;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_354 = ___2_renderPassInputs;
int32_t L_355 = L_354->___requiresDepthTextureEarliestEvent;
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_356 = ___2_renderPassInputs;
bool L_357 = L_356->___requiresMotionVectors;
UniversalRenderer_RecordCustomPassesWithDepthCopyAndMotion_m8ED4AC522231A4E2D132BF9EA30A7C58D5005F8B(__this, L_352, L_353, L_355, ((int32_t)500), L_357, NULL);
goto IL_072e;
}
IL_0722:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1260>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_358 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_358, ((int32_t)500), NULL);
}
IL_072e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1262>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
bool L_359;
L_359 = ScriptableRenderContext_HasInvokeOnRenderObjectCallbacks_mCA39401C700BE320DF7DFD42710512D31199FF95((&___1_context), NULL);
if (!L_359)
{
goto IL_074f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1263>
InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* L_360 = __this->___m_OnRenderObjectCallbackPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_361 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_362 = V_1;
NullCheck(L_362);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_363;
L_363 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_362, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_364 = V_1;
NullCheck(L_364);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_365;
L_365 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_364, NULL);
NullCheck(L_360);
InvokeOnRenderObjectCallbackPass_Render_m282F92AB5EE01F0286226642ECC3E36D6A0E602B(L_360, L_361, L_363, L_365, NULL);
}
IL_074f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1274>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_366 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_367 = V_2;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_368 = V_1;
UniversalRenderer_RenderRawColorDepthHistory_mCAC5C020FD7B777F00800F9540CD45BC7EF59AF3(__this, L_366, L_367, L_368, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1276>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_369 = V_2;
NullCheck(L_369);
bool L_370;
L_370 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_369, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1277>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_371 = V_2;
NullCheck(L_371);
bool L_372;
L_372 = UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F(L_371, NULL);
V_10 = L_372;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1278>
bool L_373 = V_10;
if (!((int32_t)((int32_t)L_370&(int32_t)L_373)))
{
goto IL_078d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1281>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_374 = __this->___m_DrawOffscreenUIPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_375 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_376;
L_376 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
int32_t L_377;
L_377 = UniversalRenderer_get_cameraDepthAttachmentFormat_m8141626870C0408FCCF0E273A3B1AB6B98731AA9(__this, NULL);
NullCheck(L_374);
DrawScreenSpaceUIPass_RenderOffscreen_m4E46C2047ACB4BABE19A9A3CD77690E27D074157(L_374, L_375, L_376, L_377, (&V_40), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1282>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_378 = V_1;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_379 = V_40;
NullCheck(L_378);
UniversalResourceData_set_overlayUITexture_m403C3D16DD0B533058AF1CCFC2CD569FFBF22B99(L_378, L_379, NULL);
}
IL_078d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1284>
return;
}
}
// Method Definition Index: 34960
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_OnAfterRendering_m90B0DEAC4650EB1DC6949DA23C0B0F0F21B6F6FC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, bool ___1_applyPostProcessing, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugDisplaySettings_1_get_Instance_m6C56D7F9230F1B79878679208F04EE70F413D93B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugDisplaySettings_1_tF9BB40752190C9012A404A38AD943959A102497A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3COnAfterRenderingU3Eb__213_0_m9E880EEDDE48A567871B1482FE333FC24480D34E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41952C69A170DC68DEC8606D00F6606A370DBCAA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58B6BF3B42C2685388BEF56802C121B7B706AFB3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD95C421DC1A7D701DDD7D8BD51DEDA1CBA7ACFA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC92F8FDEB3FFC1C7C287FF4FE518A8D677E0272D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7B41412E1D9EBEFD4D660695CB7AAEE55E4B089);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_9 = NULL;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_13;
memset((&V_13), 0, sizeof(V_13));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_14;
memset((&V_14), 0, sizeof(V_14));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_15;
memset((&V_15), 0, sizeof(V_15));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_16;
memset((&V_16), 0, sizeof(V_16));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_17;
memset((&V_17), 0, sizeof(V_17));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_18;
memset((&V_18), 0, sizeof(V_18));
bool V_19 = false;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_20;
memset((&V_20), 0, sizeof(V_20));
bool V_21 = false;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_22;
memset((&V_22), 0, sizeof(V_22));
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_23;
memset((&V_23), 0, sizeof(V_23));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_24;
memset((&V_24), 0, sizeof(V_24));
bool V_25 = false;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_26;
memset((&V_26), 0, sizeof(V_26));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_27;
memset((&V_27), 0, sizeof(V_27));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_28;
memset((&V_28), 0, sizeof(V_28));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_29;
memset((&V_29), 0, sizeof(V_29));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_30;
memset((&V_30), 0, sizeof(V_30));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_31;
memset((&V_31), 0, sizeof(V_31));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_32;
memset((&V_32), 0, sizeof(V_32));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_33;
memset((&V_33), 0, sizeof(V_33));
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* G_B2_0 = NULL;
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* G_B1_0 = NULL;
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* G_B4_0 = NULL;
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* G_B3_0 = NULL;
int32_t G_B7_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B20_0 = 0;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* G_B22_0 = NULL;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* G_B22_1 = NULL;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* G_B21_0 = NULL;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* G_B21_1 = NULL;
int32_t G_B26_0 = 0;
int32_t G_B29_0 = 0;
int32_t G_B32_0 = 0;
int32_t G_B39_0 = 0;
int32_t G_B46_0 = 0;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B48_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B47_0 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 G_B49_0;
memset((&G_B49_0), 0, sizeof(G_B49_0));
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B49_1 = NULL;
int32_t G_B69_0 = 0;
int32_t G_B78_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1288>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1289>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2;
L_2 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_2);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_3;
L_3 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_2, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1290>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4;
L_4 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_4);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5;
L_5 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_4, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1291>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6;
L_6 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_6);
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_7;
L_7 = ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_inline(L_6, ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1294>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = V_1;
NullCheck(L_8);
bool L_9 = L_8->___resolveFinalTarget;
if (!L_9)
{
G_B2_0 = L_7;
goto IL_0044;
}
G_B1_0 = L_7;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1295>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_10 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_11;
L_11 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalRenderer_SetupRenderGraphFinalPassDebug_m31297C5580E131A70CB443656EFEE55B1ACAF39E(__this, L_10, L_11, NULL);
G_B2_0 = G_B1_0;
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1298>
il2cpp_codegen_runtime_class_init_inline(DebugDisplaySettings_1_tF9BB40752190C9012A404A38AD943959A102497A_il2cpp_TypeInfo_var);
UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* L_12;
L_12 = DebugDisplaySettings_1_get_Instance_m6C56D7F9230F1B79878679208F04EE70F413D93B(DebugDisplaySettings_1_get_Instance_m6C56D7F9230F1B79878679208F04EE70F413D93B_RuntimeMethod_var);
NullCheck(L_12);
DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3* L_13;
L_13 = UniversalRenderPipelineDebugDisplaySettings_get_renderingSettings_m97737CDDE93484CC032281F18A59EB5D0CB7DCC6_inline(L_12, NULL);
NullCheck(L_13);
int32_t L_14;
L_14 = DebugDisplaySettingsRendering_get_sceneOverrideMode_m4D5732DD1FD1413E5802B83A60BF22B06E96BB01_inline(L_13, NULL);
V_2 = (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1300>
bool L_15 = V_2;
if (!L_15)
{
G_B4_0 = G_B2_0;
goto IL_0074;
}
G_B3_0 = G_B2_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1301>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_16 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_17;
L_17 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_18 = V_0;
NullCheck(L_18);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_19;
L_19 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_18, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_20 = V_0;
NullCheck(L_20);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_21;
L_21 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_20, NULL);
ScriptableRenderer_DrawRenderGraphGizmos_m5CD865A671163A6993207A3582E6E966302770A1(__this, L_16, L_17, L_19, L_21, 0, NULL);
G_B4_0 = G_B3_0;
}
IL_0074:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1303>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_22 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_22, ((int32_t)550), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1306>
NullCheck(G_B4_0);
bool L_23 = G_B4_0->___isEnabled;
if (!L_23)
{
goto IL_0094;
}
}
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_24 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
bool L_25;
L_25 = PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A(L_24, NULL);
G_B7_0 = ((int32_t)(L_25));
goto IL_0095;
}
IL_0094:
{
G_B7_0 = 0;
}
IL_0095:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1314>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1315>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1316>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1317>
if (!G_B7_0)
{
goto IL_00db;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_26 = V_1;
NullCheck(L_26);
bool L_27 = L_26->___resolveFinalTarget;
if (!L_27)
{
goto IL_00db;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_28 = V_1;
NullCheck(L_28);
int32_t L_29 = L_28->___antialiasing;
if ((((int32_t)L_29) == ((int32_t)1)))
{
goto IL_00d8;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_30 = V_1;
NullCheck(L_30);
int32_t L_31 = L_30->___imageScalingMode;
if ((!(((uint32_t)L_31) == ((uint32_t)1))))
{
goto IL_00b9;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_32 = V_1;
NullCheck(L_32);
int32_t L_33 = L_32->___upscalingFilter;
if (L_33)
{
goto IL_00d8;
}
}
IL_00b9:
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_34 = V_1;
NullCheck(L_34);
bool L_35;
L_35 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(L_34, NULL);
if (!L_35)
{
goto IL_00d5;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_36 = V_1;
NullCheck(L_36);
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_37 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&L_36->___taaSettings);
float L_38;
L_38 = Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline(L_37, NULL);
G_B17_0 = ((((float)L_38) > ((float)(0.0f)))? 1 : 0);
goto IL_00dc;
}
IL_00d5:
{
G_B17_0 = 0;
goto IL_00dc;
}
IL_00d8:
{
G_B17_0 = 1;
goto IL_00dc;
}
IL_00db:
{
G_B17_0 = 0;
}
IL_00dc:
{
V_3 = (bool)G_B17_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1318>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_39 = V_1;
NullCheck(L_39);
RuntimeObject* L_40 = L_39->___captureActions;
if (!L_40)
{
goto IL_00ed;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = V_1;
NullCheck(L_41);
bool L_42 = L_41->___resolveFinalTarget;
G_B20_0 = ((int32_t)(L_42));
goto IL_00ee;
}
IL_00ed:
{
G_B20_0 = 0;
}
IL_00ee:
{
V_4 = (bool)G_B20_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1320>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_43;
L_43 = ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_44 = ((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__213_0;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_45 = L_44;
if (L_45)
{
G_B22_0 = L_45;
G_B22_1 = L_43;
goto IL_0115;
}
G_B21_0 = L_45;
G_B21_1 = L_43;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var);
U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B* L_46 = ((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9;
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_47 = (Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F*)il2cpp_codegen_object_new(Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F_il2cpp_TypeInfo_var);
Predicate_1__ctor_mFE18533B43A6BC452856BD26C1B09EA48B30D596(L_47, L_46, (intptr_t)((void*)U3CU3Ec_U3COnAfterRenderingU3Eb__213_0_m9E880EEDDE48A567871B1482FE333FC24480D34E_RuntimeMethod_var), NULL);
Predicate_1_tDA2CE3363E0111BA17BFCC1AEBFB72B6F673BE0F* L_48 = L_47;
((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__213_0 = L_48;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t114D43095CC4E03878798ED5A9513EA64ED9D96B_il2cpp_TypeInfo_var))->___U3CU3E9__213_0), (void*)L_48);
G_B22_0 = L_48;
G_B22_1 = G_B21_1;
}
IL_0115:
{
NullCheck(G_B22_1);
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_49;
L_49 = List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15(G_B22_1, G_B22_0, List_1_Find_mCF0F67356936720756670310CA0745FA7C88DF15_RuntimeMethod_var);
V_5 = (bool)((!(((RuntimeObject*)(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0*)L_49) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1322>
bool L_50 = V_4;
if (L_50)
{
goto IL_012d;
}
}
{
bool L_51 = V_5;
if (L_51)
{
goto IL_012d;
}
}
{
bool L_52 = V_3;
G_B26_0 = ((((int32_t)L_52) == ((int32_t)0))? 1 : 0);
goto IL_012e;
}
IL_012d:
{
G_B26_0 = 0;
}
IL_012e:
{
V_6 = (bool)G_B26_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1323>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_53;
L_53 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
if (!L_53)
{
goto IL_014e;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_54;
L_54 = ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_55 = V_1;
NullCheck(L_55);
bool L_56 = L_55->___resolveFinalTarget;
NullCheck(L_54);
bool L_57;
L_57 = DebugHandler_HDRDebugViewIsActive_m0A83B379FC91626D9428077FE120808084B33C57(L_54, L_56, NULL);
G_B29_0 = ((((int32_t)L_57) == ((int32_t)0))? 1 : 0);
goto IL_014f;
}
IL_014e:
{
G_B29_0 = 1;
}
IL_014f:
{
V_7 = (bool)G_B29_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1324>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_58 = V_0;
NullCheck(L_58);
int32_t L_59;
L_59 = UniversalResourceData_get_activeDepthID_m6D6706D1E13015B8E4E0CDE866067E41738403C6_inline(L_58, NULL);
V_8 = (bool)((((int32_t)L_59) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1326>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_60 = V_1;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_61;
L_61 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_60, NULL);
V_9 = L_61;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1327>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_62 = V_9;
if (!L_62)
{
goto IL_0177;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_63 = V_9;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_64 = V_1;
NullCheck(L_64);
bool L_65 = L_64->___resolveFinalTarget;
NullCheck(L_63);
bool L_66;
L_66 = DebugHandler_WriteToDebugScreenTexture_m238B0FD053CE5540FD5A64BF47C06456486A31B7(L_63, L_65, NULL);
G_B32_0 = ((int32_t)(L_66));
goto IL_0178;
}
IL_0177:
{
G_B32_0 = 0;
}
IL_0178:
{
V_10 = (bool)G_B32_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1329>
bool L_67 = V_10;
if (!L_67)
{
goto IL_01e6;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1331>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_68 = V_1;
NullCheck(L_68);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_69 = L_68->___cameraTargetDescriptor;
V_13 = L_69;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1332>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_70 = V_1;
NullCheck(L_70);
int32_t L_71 = L_70->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_72 = V_1;
NullCheck(L_72);
int32_t L_73 = L_72->___pixelHeight;
il2cpp_codegen_runtime_class_init_inline(DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var);
DebugHandler_ConfigureColorDescriptorForDebugScreen_m9F4EDFBDBA77ED4822ABAD3A8AE0081F8FF090BE((&V_13), L_71, L_73, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1333>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_74 = V_0;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_75 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_76 = V_13;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_77;
L_77 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_75, L_76, _stringLiteralF7B41412E1D9EBEFD4D660695CB7AAEE55E4B089, (bool)0, 0, 1, NULL);
NullCheck(L_74);
UniversalResourceData_set_debugScreenColor_mECE9D0FCCBCD3057DAE27167B48BA4AE08E7942F(L_74, L_77, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1335>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_78 = V_1;
NullCheck(L_78);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_79 = L_78->___cameraTargetDescriptor;
V_14 = L_79;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1336>
int32_t L_80;
L_80 = UniversalRenderer_get_cameraDepthAttachmentFormat_m8141626870C0408FCCF0E273A3B1AB6B98731AA9(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_81 = V_1;
NullCheck(L_81);
int32_t L_82 = L_81->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_83 = V_1;
NullCheck(L_83);
int32_t L_84 = L_83->___pixelHeight;
DebugHandler_ConfigureDepthDescriptorForDebugScreen_mFD0A128FDCB2FB1A9C3EB6C99AB1774B2AA2E240((&V_14), L_80, L_82, L_84, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1337>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_85 = V_0;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_86 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_87 = V_14;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_88;
L_88 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_86, L_87, _stringLiteralBD95C421DC1A7D701DDD7D8BD51DEDA1CBA7ACFA, (bool)0, 0, 1, NULL);
NullCheck(L_85);
UniversalResourceData_set_debugScreenDepth_m99F65B056EA92145D55CA6A0F7601C7602CA3564(L_85, L_88, NULL);
}
IL_01e6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1342>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_89 = V_0;
NullCheck(L_89);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_90;
L_90 = UniversalResourceData_get_afterPostProcessColor_m7A3CF95BAFF499CDB988D20DD99A653BF0F79632(L_89, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1344>
bool L_91 = ___1_applyPostProcessing;
if (!L_91)
{
goto IL_035c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1346>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_92 = V_0;
NullCheck(L_92);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_93;
L_93 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_92, NULL);
V_15 = L_93;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1347>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_94 = V_0;
NullCheck(L_94);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_95;
L_95 = UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D(L_94, NULL);
V_16 = L_95;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1348>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_96 = V_0;
NullCheck(L_96);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_97;
L_97 = UniversalResourceData_get_internalColorLut_m651E3BDE3D2CE42CC0C6FF85603FCE02DFDD556F(L_96, NULL);
V_17 = L_97;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1349>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_98 = V_0;
NullCheck(L_98);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_99;
L_99 = UniversalResourceData_get_overlayUITexture_mBFFD811ED88215835864479DF5EFACC676A38B0E(L_98, NULL);
V_18 = L_99;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1351>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_100 = V_1;
NullCheck(L_100);
bool L_101 = L_100->___resolveFinalTarget;
if (!L_101)
{
goto IL_0225;
}
}
{
bool L_102 = V_3;
if (L_102)
{
goto IL_0225;
}
}
{
bool L_103 = V_5;
G_B39_0 = ((((int32_t)L_103) == ((int32_t)0))? 1 : 0);
goto IL_0226;
}
IL_0225:
{
G_B39_0 = 0;
}
IL_0226:
{
V_19 = (bool)G_B39_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1354>
bool L_104 = V_19;
if (!L_104)
{
goto IL_0235;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1356>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_105 = V_16;
V_20 = L_105;
goto IL_02fb;
}
IL_0235:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1360>
il2cpp_codegen_initobj((&V_22), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1361>
(&V_22)->___clearOnFirstUse = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1362>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_106;
L_106 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
(&V_22)->___clearColor = L_106;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1363>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_107 = V_1;
NullCheck(L_107);
bool L_108 = L_107->___resolveFinalTarget;
(&V_22)->___discardOnLastUse = L_108;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1365>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_109 = V_1;
NullCheck(L_109);
bool L_110;
L_110 = UniversalCameraData_IsSTPEnabled_m80D14EF3FEB9F992B5CAB79DBD980A0488C2B595(L_109, NULL);
if (!L_110)
{
goto IL_02b5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1370>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_111 = V_0;
NullCheck(L_111);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_112;
L_112 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_111, NULL);
V_24 = L_112;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_113 = ___0_renderGraph;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_114;
L_114 = TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D((&V_24), L_113, NULL);
V_23 = L_114;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1371>
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
PostProcessPass_MakeCompatible_m7B455F7A3924BE86441379D72A184B137F294D32((&V_23), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1373>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_115 = V_1;
NullCheck(L_115);
int32_t L_116 = L_115->___pixelWidth;
(&V_23)->___width = L_116;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1374>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_117 = V_1;
NullCheck(L_117);
int32_t L_118 = L_117->___pixelHeight;
(&V_23)->___height = L_118;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1375>
(&V_23)->___name = _stringLiteral41952C69A170DC68DEC8606D00F6606A370DBCAA;
Il2CppCodeGenWriteBarrier((void**)(&(&V_23)->___name), (void*)_stringLiteral41952C69A170DC68DEC8606D00F6606A370DBCAA);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1377>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_119 = V_0;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_120 = ___0_renderGraph;
NullCheck(L_120);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_121;
L_121 = RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF(L_120, (&V_23), NULL);
NullCheck(L_119);
UniversalResourceData_set_cameraColor_mC0A0E87F10C70367AB22232DD4354706D8DADA45(L_119, L_121, NULL);
goto IL_02f3;
}
IL_02b5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1381>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_122 = V_1;
NullCheck(L_122);
bool L_123 = L_122->___resolveFinalTarget;
if (!L_123)
{
goto IL_02c8;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_124 = V_1;
NullCheck(L_124);
int32_t L_125 = L_124->___renderType;
G_B46_0 = ((((int32_t)L_125) == ((int32_t)0))? 1 : 0);
goto IL_02c9;
}
IL_02c8:
{
G_B46_0 = 0;
}
IL_02c9:
{
V_25 = (bool)G_B46_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1383>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1384>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1385>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_126 = V_0;
bool L_127 = V_25;
if (L_127)
{
G_B48_0 = L_126;
goto IL_02e0;
}
G_B47_0 = L_126;
}
{
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_128 = ___0_renderGraph;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_129;
L_129 = UniversalRenderer_get_nextRenderGraphCameraColorHandle_m91A05286A7D7D643695F102723B6F1571A3F2D3F(__this, NULL);
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_130 = V_22;
NullCheck(L_128);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_131;
L_131 = RenderGraph_ImportTexture_mF35D79456D468AA116B312F7FD5AEDA8920143ED(L_128, L_129, L_130, NULL);
G_B49_0 = L_131;
G_B49_1 = G_B47_0;
goto IL_02ee;
}
IL_02e0:
{
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_132 = ___0_renderGraph;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_133 = V_15;
NullCheck(L_132);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_134;
L_134 = RenderGraph_CreateTexture_m1341BD84A2A893E2998A30E13FC5072CC2C768FF(L_132, L_133, _stringLiteralC92F8FDEB3FFC1C7C287FF4FE518A8D677E0272D, (bool)0, NULL);
G_B49_0 = L_134;
G_B49_1 = G_B48_0;
}
IL_02ee:
{
NullCheck(G_B49_1);
UniversalResourceData_set_cameraColor_mC0A0E87F10C70367AB22232DD4354706D8DADA45(G_B49_1, G_B49_0, NULL);
}
IL_02f3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1388>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_135 = V_0;
NullCheck(L_135);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_136;
L_136 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_135, NULL);
V_20 = L_136;
}
IL_02fb:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1393>
bool L_137 = V_10;
bool L_138 = V_19;
if (!((int32_t)((int32_t)L_137&(int32_t)L_138)))
{
goto IL_030a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1396>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_139 = V_0;
NullCheck(L_139);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_140;
L_140 = UniversalResourceData_get_debugScreenColor_m8B5EA8881B8D593A599E382027C41C03E886389E(L_139, NULL);
V_20 = L_140;
}
IL_030a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1399>
bool L_141 = V_6;
bool L_142 = V_7;
V_21 = (bool)((int32_t)((int32_t)L_141&(int32_t)L_142));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1400>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_143 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_144;
L_144 = PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4_inline(L_143, NULL);
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_145 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_146;
L_146 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
bool L_147 = V_3;
bool L_148 = V_10;
bool L_149 = V_21;
NullCheck(L_144);
PostProcessPass_RenderPostProcessingRenderGraph_m6AA24A8A5B56B8E4213F06ED719E8C39B98F6367(L_144, L_145, L_146, (&V_15), (&V_17), (&V_18), (&V_20), L_147, L_148, L_149, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1403>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_150 = V_1;
NullCheck(L_150);
bool L_151 = L_150->___resolveFinalTarget;
if (!L_151)
{
goto IL_034a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1404>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_152 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_153;
L_153 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalRenderer_SetupAfterPostRenderGraphFinalPassDebug_mE825CC81B182051648A4299E2E8CF084AF4F71C4(__this, L_152, L_153, NULL);
}
IL_034a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1406>
bool L_154 = V_19;
if (!L_154)
{
goto IL_035c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1408>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_155 = V_0;
NullCheck(L_155);
UniversalResourceData_set_activeColorID_m9648D8CF015BBD319302EE191DDB37465909FF5E_inline(L_155, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1409>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_156 = V_0;
NullCheck(L_156);
UniversalResourceData_set_activeDepthID_m3C54B35293AB348253C548FC543613F718144D65_inline(L_156, 1, NULL);
}
IL_035c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1413>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_157 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_157, ((int32_t)600), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1415>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_158 = V_1;
NullCheck(L_158);
RuntimeObject* L_159 = L_158->___captureActions;
if (!L_159)
{
goto IL_0382;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1417>
CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* L_160 = __this->___m_CapturePass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_161 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_162;
L_162 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_160);
VirtualActionInvoker2< RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* >::Invoke(11, L_160, L_161, L_162);
}
IL_0382:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1420>
bool L_163 = V_3;
if (!L_163)
{
goto IL_03d6;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1422>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_164 = V_0;
NullCheck(L_164);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_165;
L_165 = UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D(L_164, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1423>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_166 = V_0;
NullCheck(L_166);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_167;
L_167 = UniversalResourceData_get_overlayUITexture_mBFFD811ED88215835864479DF5EFACC676A38B0E(L_166, NULL);
V_26 = L_167;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1426>
V_27 = L_165;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1428>
bool L_168 = V_10;
if (!L_168)
{
goto IL_03a1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1431>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_169 = V_0;
NullCheck(L_169);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_170;
L_170 = UniversalResourceData_get_debugScreenColor_m8B5EA8881B8D593A599E382027C41C03E886389E(L_169, NULL);
V_27 = L_170;
}
IL_03a1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1435>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_171 = V_0;
NullCheck(L_171);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_172;
L_172 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_171, NULL);
V_28 = L_172;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1436>
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* L_173 = (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*)(&__this->___m_PostProcessPasses);
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_174;
L_174 = PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D_inline(L_173, NULL);
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_175 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_176;
L_176 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
bool L_177 = V_7;
NullCheck(L_174);
PostProcessPass_RenderFinalPassRenderGraph_mAAF6D040030D4381AFDDD50D46D99C39054715FB(L_174, L_175, L_176, (&V_28), (&V_26), (&V_27), L_177, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1438>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_178 = V_0;
NullCheck(L_178);
UniversalResourceData_set_activeColorID_m9648D8CF015BBD319302EE191DDB37465909FF5E_inline(L_178, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1439>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_179 = V_0;
NullCheck(L_179);
UniversalResourceData_set_activeDepthID_m3C54B35293AB348253C548FC543613F718144D65_inline(L_179, 1, NULL);
}
IL_03d6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1442>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1443>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1444>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1445>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1446>
bool L_180 = V_3;
if (L_180)
{
goto IL_03ea;
}
}
{
bool L_181 = ___1_applyPostProcessing;
if (!L_181)
{
goto IL_03e7;
}
}
{
bool L_182 = V_5;
if (L_182)
{
goto IL_03e7;
}
}
{
bool L_183 = V_4;
G_B69_0 = ((((int32_t)L_183) == ((int32_t)0))? 1 : 0);
goto IL_03eb;
}
IL_03e7:
{
G_B69_0 = 0;
goto IL_03eb;
}
IL_03ea:
{
G_B69_0 = 1;
}
IL_03eb:
{
V_11 = (bool)G_B69_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1448>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_184 = V_0;
NullCheck(L_184);
bool L_185;
L_185 = UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190(L_184, NULL);
if (L_185)
{
goto IL_044c;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_186 = V_1;
NullCheck(L_186);
bool L_187 = L_186->___resolveFinalTarget;
if (!L_187)
{
goto IL_044c;
}
}
{
bool L_188 = V_11;
if (L_188)
{
goto IL_044c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1450>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_189 = V_0;
NullCheck(L_189);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_190;
L_190 = UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D(L_189, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1451>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_191 = V_0;
NullCheck(L_191);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_192;
L_192 = UniversalResourceData_get_overlayUITexture_mBFFD811ED88215835864479DF5EFACC676A38B0E(L_191, NULL);
V_29 = L_192;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1452>
V_30 = L_190;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1454>
bool L_193 = V_10;
if (!L_193)
{
goto IL_041d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1457>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_194 = V_0;
NullCheck(L_194);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_195;
L_195 = UniversalResourceData_get_debugScreenColor_m8B5EA8881B8D593A599E382027C41C03E886389E(L_194, NULL);
V_30 = L_195;
}
IL_041d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1461>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_196 = V_0;
NullCheck(L_196);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_197;
L_197 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_196, NULL);
V_31 = L_197;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1465>
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* L_198 = __this->___m_FinalBlitPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_199 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_200;
L_200 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_201 = V_1;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_202 = V_29;
NullCheck(L_198);
FinalBlitPass_Render_m7ADBAFE8DAF01C9162BB1B6290E92E008F8732F6(L_198, L_199, L_200, L_201, (&V_31), (&V_30), L_202, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1466>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_203 = V_0;
NullCheck(L_203);
UniversalResourceData_set_activeColorID_m9648D8CF015BBD319302EE191DDB37465909FF5E_inline(L_203, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1467>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_204 = V_0;
NullCheck(L_204);
UniversalResourceData_set_activeDepthID_m3C54B35293AB348253C548FC543613F718144D65_inline(L_204, 1, NULL);
}
IL_044c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1471>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_205 = ___0_renderGraph;
ScriptableRenderer_RecordCustomRenderGraphPasses_mEB65C512A6F6D4AA794BC59F17E805800257DAA4(__this, L_205, ((int32_t)1000), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1475>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_206 = V_1;
NullCheck(L_206);
bool L_207;
L_207 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_206, NULL);
if (!L_207)
{
goto IL_0468;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_208 = V_1;
NullCheck(L_208);
bool L_209 = L_208->___isLastBaseCamera;
G_B78_0 = ((int32_t)(L_209));
goto IL_0469;
}
IL_0468:
{
G_B78_0 = 0;
}
IL_0469:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1476>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_210 = V_1;
NullCheck(L_210);
bool L_211;
L_211 = UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F(L_210, NULL);
V_12 = L_211;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1477>
if (!G_B78_0)
{
goto IL_04b1;
}
}
{
bool L_212 = V_12;
if (L_212)
{
goto IL_04b1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1479>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_213 = V_0;
NullCheck(L_213);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_214;
L_214 = UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179(L_213, NULL);
V_32 = L_214;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1480>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_215 = V_0;
NullCheck(L_215);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_216;
L_216 = UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D(L_215, NULL);
V_33 = L_216;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1482>
bool L_217 = V_10;
if (!L_217)
{
goto IL_049b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1485>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_218 = V_0;
NullCheck(L_218);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_219;
L_219 = UniversalResourceData_get_debugScreenColor_m8B5EA8881B8D593A599E382027C41C03E886389E(L_218, NULL);
V_33 = L_219;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1486>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_220 = V_0;
NullCheck(L_220);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_221;
L_221 = UniversalResourceData_get_debugScreenDepth_m88D1E965941364262F08F8C321E8FBF63B5FC136(L_220, NULL);
V_32 = L_221;
}
IL_049b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1489>
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* L_222 = __this->___m_DrawOverlayUIPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_223 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_224;
L_224 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_222);
DrawScreenSpaceUIPass_RenderOverlay_m7048B0A6CBCD4AD916DA93B1AAC639F1232BB7A0(L_222, L_223, L_224, (&V_33), (&V_32), NULL);
}
IL_04b1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1493>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_225 = V_1;
NullCheck(L_225);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_226;
L_226 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_225, NULL);
NullCheck(L_226);
bool L_227;
L_227 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_226, NULL);
if (!L_227)
{
goto IL_050b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1496>
bool L_228 = V_8;
if (L_228)
{
goto IL_050b;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_229 = V_1;
NullCheck(L_229);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_230;
L_230 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_229, NULL);
NullCheck(L_230);
bool L_231;
L_231 = XRPass_get_copyDepth_m234A91AEB854C3E6F8CB10D187DE343E1CF42BF8_inline(L_230, NULL);
if (!L_231)
{
goto IL_050b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1498>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_232 = __this->___m_XRCopyDepthPass;
NullCheck(L_232);
CopyDepthPass_set_CopyToDepthXR_m2DEB7D27740F68E694C3E0117DE8102562EF1CD4_inline(L_232, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1499>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_233 = __this->___m_XRCopyDepthPass;
NullCheck(L_233);
CopyDepthPass_set_MsaaSamples_mE86AA6AF92C2B0E809DD62702CF9E5DE827831B9_inline(L_233, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1500>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_234 = __this->___m_XRCopyDepthPass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_235 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_236;
L_236 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_237 = V_0;
NullCheck(L_237);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_238;
L_238 = UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179(L_237, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_239 = V_0;
NullCheck(L_239);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_240;
L_240 = UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020(L_239, NULL);
NullCheck(L_234);
CopyDepthPass_Render_m066FCDFE271A66CEF737EF23262933D19F7BE6AD(L_234, L_235, L_236, L_238, L_240, (bool)0, _stringLiteral58B6BF3B42C2685388BEF56802C121B7B706AFB3, NULL);
}
IL_050b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1505>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_241 = V_9;
if (!L_241)
{
goto IL_051d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1507>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_242 = V_0;
NullCheck(L_242);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_243;
L_243 = UniversalResourceData_get_overlayUITexture_mBFFD811ED88215835864479DF5EFACC676A38B0E(L_242, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1508>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_244 = V_0;
NullCheck(L_244);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_245;
L_245 = UniversalResourceData_get_debugScreenColor_m8B5EA8881B8D593A599E382027C41C03E886389E(L_244, NULL);
}
IL_051d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1513>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_246 = V_1;
NullCheck(L_246);
bool L_247 = L_246->___resolveFinalTarget;
if (!L_247)
{
goto IL_055d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1526>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_248 = V_1;
NullCheck(L_248);
bool L_249;
L_249 = UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D(L_248, NULL);
if (!L_249)
{
goto IL_0540;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1527>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_250 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_251;
L_251 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_252 = V_0;
NullCheck(L_252);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_253;
L_253 = UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D(L_252, NULL);
ScriptableRenderer_DrawRenderGraphWireOverlay_m4A2EC2BDD847B810BA22571A97D7F140784BAD35(__this, L_250, L_251, L_253, NULL);
}
IL_0540:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1529>
bool L_254 = V_2;
if (!L_254)
{
goto IL_055d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1530>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_255 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_256;
L_256 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_257 = V_0;
NullCheck(L_257);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_258;
L_258 = UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D(L_257, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_259 = V_0;
NullCheck(L_259);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_260;
L_260 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_259, NULL);
ScriptableRenderer_DrawRenderGraphGizmos_m5CD865A671163A6993207A3582E6E966302770A1(__this, L_255, L_256, L_258, L_260, 1, NULL);
}
IL_055d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1532>
return;
}
}
// Method Definition Index: 34961
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_RequirePrepassForTextures_m9B1A5CEC8A5914A08C0C04733A505472C28C4B01 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, bool ___2_requireDepthTexture, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1537>
bool L_0 = ___2_requireDepthTexture;
if (!L_0)
{
goto IL_000e;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = UniversalRenderer_CanCopyDepth_mFE6A5B53C345C192FAC2FF344F766B1AAA227762(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_000f;
}
IL_000e:
{
G_B3_0 = 0;
}
IL_000f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1538>
int32_t L_3 = __this->___m_CopyDepthMode;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1539>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_4 = ___1_renderPassInputs;
bool L_5 = L_4->___requiresDepthPrepass;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1540>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___0_cameraData;
bool L_7;
L_7 = UniversalRenderer_DebugHandlerRequireDepthPass_mDD182D383366BB694D4C3A4670349590CB3BEF90(__this, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1541>
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_8 = ___1_renderPassInputs;
bool L_9 = L_8->___requiresNormalsTexture;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1542>
return (bool)((int32_t)(((int32_t)(((int32_t)(((int32_t)(G_B3_0|((((int32_t)L_3) == ((int32_t)2))? 1 : 0)))|(int32_t)L_5))|(int32_t)L_7))|(int32_t)L_9));
}
}
// Method Definition Index: 34962
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_RequireDepthTexture_m1EED5F13C5D0CA030681D3E5DAD6A60DC21D1460 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, bool ___2_applyPostProcessing, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1548>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
bool L_1 = L_0->___requiresDepthTexture;
if (L_1)
{
goto IL_0010;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_2 = ___1_renderPassInputs;
bool L_3 = L_2->___requiresDepthTexture;
G_B3_0 = ((int32_t)(L_3));
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 1;
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1549>
bool L_4 = ___2_applyPostProcessing;
if (!L_4)
{
G_B5_0 = G_B3_0;
goto IL_001c;
}
G_B4_0 = G_B3_0;
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = ___0_cameraData;
NullCheck(L_5);
bool L_6 = L_5->___postProcessingRequiresDepthTexture;
G_B6_0 = ((int32_t)(L_6));
G_B6_1 = G_B4_0;
goto IL_001d;
}
IL_001c:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_001d:
{
V_0 = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1551>
bool L_7 = V_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1553>
return (bool)((int32_t)(G_B6_1|(int32_t)L_7));
}
}
// Method Definition Index: 34963
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsDepthPrimingEnabledRenderGraph_m444745ECCF31128650A489BD2D4699284C9B49ED (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* ___1_renderPassInputs, int32_t ___2_depthPrimingMode, bool ___3_requireDepthTexture, bool ___4_requirePrepassForTextures, bool ___5_usesDeferredLighting, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
int32_t G_B7_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B20_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1584>
V_0 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1591>
bool L_0 = ___3_requireDepthTexture;
if (!L_0)
{
goto IL_000f;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = UniversalRenderer_CanCopyDepth_mFE6A5B53C345C192FAC2FF344F766B1AAA227762(L_1, NULL);
if (L_2)
{
goto IL_000f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1592>
return (bool)0;
}
IL_000f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1595>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_3;
L_3 = UniversalRenderer_IsWebGL_m0889D92D15CA5FFBB7D2E94976655ECD24D18B9F(NULL);
V_1 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1596>
bool L_4 = V_0;
if (!L_4)
{
goto IL_001f;
}
}
{
int32_t L_5 = ___2_depthPrimingMode;
if ((((int32_t)L_5) == ((int32_t)1)))
{
goto IL_0025;
}
}
IL_001f:
{
int32_t L_6 = ___2_depthPrimingMode;
G_B7_0 = ((((int32_t)L_6) == ((int32_t)2))? 1 : 0);
goto IL_0026;
}
IL_0025:
{
G_B7_0 = 1;
}
IL_0026:
{
V_2 = (bool)G_B7_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1597>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___0_cameraData;
NullCheck(L_7);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_8 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_7->___cameraTargetDescriptor);
int32_t L_9;
L_9 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline(L_8, NULL);
V_3 = (bool)((((int32_t)L_9) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1604>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1605>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1606>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1607>
bool L_10 = ___5_usesDeferredLighting;
if (!L_10)
{
goto IL_005c;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_11 = ___1_renderPassInputs;
int32_t L_12 = L_11->___requiresDepthNormalAtEvent;
if ((((int32_t)((int32_t)220)) > ((int32_t)L_12)))
{
goto IL_0059;
}
}
{
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036* L_13 = ___1_renderPassInputs;
int32_t L_14 = L_13->___requiresDepthNormalAtEvent;
G_B12_0 = ((((int32_t)((((int32_t)L_14) > ((int32_t)((int32_t)250)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_005d;
}
IL_0059:
{
G_B12_0 = 0;
goto IL_005d;
}
IL_005c:
{
G_B12_0 = 0;
}
IL_005d:
{
bool L_15 = ___4_requirePrepassForTextures;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1608>
bool L_16 = V_3;
if (!((int32_t)(((int32_t)(G_B12_0&(int32_t)L_15))&(int32_t)L_16)))
{
goto IL_0066;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1609>
return (bool)1;
}
IL_0066:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1612>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = ___0_cameraData;
NullCheck(L_17);
int32_t L_18 = L_17->___renderType;
if (!L_18)
{
goto IL_0076;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_19 = ___0_cameraData;
NullCheck(L_19);
bool L_20 = L_19->___clearDepth;
G_B17_0 = ((int32_t)(L_20));
goto IL_0077;
}
IL_0076:
{
G_B17_0 = 1;
}
IL_0077:
{
V_4 = (bool)G_B17_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1614>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_21 = ___0_cameraData;
NullCheck(L_21);
int32_t L_22 = L_21->___cameraType;
V_5 = (bool)((((int32_t)((((int32_t)L_22) == ((int32_t)((int32_t)16)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1616>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_23 = ___0_cameraData;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_24;
L_24 = UniversalRenderer_IsOffscreenDepthTexture_m8A1EC0963B9F85A87E871EDA7344B355567E421F(L_23, NULL);
V_6 = (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1618>
bool L_25 = V_2;
if (!L_25)
{
goto IL_009d;
}
}
{
bool L_26 = ___5_usesDeferredLighting;
G_B20_0 = ((((int32_t)L_26) == ((int32_t)0))? 1 : 0);
goto IL_009e;
}
IL_009d:
{
G_B20_0 = 0;
}
IL_009e:
{
bool L_27 = V_4;
bool L_28 = V_5;
bool L_29 = V_6;
bool L_30 = V_1;
bool L_31 = V_3;
return (bool)((int32_t)(((int32_t)(((int32_t)(((int32_t)(((int32_t)(G_B20_0&(int32_t)L_27))&(int32_t)L_28))&(int32_t)L_29))&(int32_t)L_30))&(int32_t)L_31));
}
}
// Method Definition Index: 34964
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_SetRenderingLayersGlobalTextures_mD995977402820366EA37FD350F411B6FC4CE8421 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraphUtils_tDC953A7099323FCDF5352374B249F7AD1C09DF87_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2319EDD47A8C599C7635EB45DF22E02A70C55443);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAAD9C91FEB151E7019C2D8B7B777FBA9BB78DE1);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1623>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1625>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_2 = V_0;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3;
L_3 = UniversalResourceData_get_renderingLayersTexture_mD1DA84A88300CF3D97F518E197F19EA09ABF50BC(L_2, NULL);
V_1 = L_3;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_4;
L_4 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_1), NULL);
if (!L_4)
{
goto IL_004a;
}
}
{
bool L_5;
L_5 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (L_5)
{
goto IL_004a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1626>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___0_renderGraph;
String_t* L_7 = __this->___m_RenderingLayersTextureName;
int32_t L_8;
L_8 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(L_7, NULL);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_9 = V_0;
NullCheck(L_9);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10;
L_10 = UniversalResourceData_get_renderingLayersTexture_mD1DA84A88300CF3D97F518E197F19EA09ABF50BC(L_9, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderGraphUtils_tDC953A7099323FCDF5352374B249F7AD1C09DF87_il2cpp_TypeInfo_var);
RenderGraphUtils_SetGlobalTexture_m9F81590C4458DD722589DEFF05DA8A49D2576035(L_6, L_8, L_10, _stringLiteralEAAD9C91FEB151E7019C2D8B7B777FBA9BB78DE1, _stringLiteral2319EDD47A8C599C7635EB45DF22E02A70C55443, ((int32_t)1626), NULL);
}
IL_004a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1627>
return;
}
}
// Method Definition Index: 34965
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_ImportBackBuffers_m33C20E35C3F3CB540F9190971704FFB1279E4B0C (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_clearBackgroundColor, bool ___3_isCameraTargetOffscreenDepth, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral375F7CA672568A6DBCC141249B37055AA4256DEB);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_5;
memset((&V_5), 0, sizeof(V_5));
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_6;
memset((&V_6), 0, sizeof(V_6));
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA V_7;
memset((&V_7), 0, sizeof(V_7));
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA V_8;
memset((&V_8), 0, sizeof(V_8));
bool V_9 = false;
int32_t V_10 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B10_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1631>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1639>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___1_cameraData;
NullCheck(L_2);
int32_t L_3 = L_2->___renderType;
if (L_3)
{
goto IL_001e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_4 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RequiresIntermediateAttachments;
G_B3_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 0;
}
IL_001f:
{
V_1 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1642>
bool L_5 = V_1;
bool L_6 = ___3_isCameraTargetOffscreenDepth;
V_1 = (bool)((int32_t)((int32_t)L_5|(int32_t)L_6));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1648>
il2cpp_codegen_runtime_class_init_inline(SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6_il2cpp_TypeInfo_var);
SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* L_7;
L_7 = SupportedRenderingFeatures_get_active_m09012C98E24D5B2E8C09F6657FC5CD19B2AF3054(NULL);
NullCheck(L_7);
bool L_8;
L_8 = SupportedRenderingFeatures_get_rendersUIOverlay_m657FFFC5B360F7BCE9964EF50E7449779224AEFC_inline(L_7, NULL);
if (L_8)
{
goto IL_0039;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = ___1_cameraData;
NullCheck(L_9);
bool L_10;
L_10 = UniversalCameraData_get_resolveToScreen_mE8235CF388A7CEA9FCDD222B717E0A891C9C8D24(L_9, NULL);
G_B6_0 = ((int32_t)(L_10));
goto IL_003a;
}
IL_0039:
{
G_B6_0 = 0;
}
IL_003a:
{
V_2 = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1649>
bool L_11;
L_11 = Watermark_IsVisible_m198EF657C17387B57C9A5E445E93EF1CF516E798(NULL);
bool L_12 = V_2;
V_3 = (bool)((int32_t)((int32_t)L_11|(int32_t)L_12));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1652>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_13 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RequiresIntermediateAttachments;
if (L_13)
{
goto IL_005d;
}
}
{
bool L_14 = V_3;
if (L_14)
{
goto IL_005d;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = ___1_cameraData;
NullCheck(L_15);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_16 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_15->___cameraTargetDescriptor);
int32_t L_17;
L_17 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline(L_16, NULL);
G_B10_0 = ((((int32_t)L_17) > ((int32_t)1))? 1 : 0);
goto IL_005e;
}
IL_005d:
{
G_B10_0 = 0;
}
IL_005e:
{
V_4 = (bool)G_B10_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1654>
il2cpp_codegen_initobj((&V_5), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1655>
bool L_18 = V_1;
(&V_5)->___clearOnFirstUse = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1656>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19 = ___2_clearBackgroundColor;
(&V_5)->___clearColor = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1657>
bool L_20 = V_4;
(&V_5)->___discardOnLastUse = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1659>
il2cpp_codegen_initobj((&V_6), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1660>
bool L_21 = V_1;
(&V_6)->___clearOnFirstUse = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1661>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_22 = ___2_clearBackgroundColor;
(&V_6)->___clearColor = L_22;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1662>
bool L_23 = ___3_isCameraTargetOffscreenDepth;
(&V_6)->___discardOnLastUse = (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1671>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_24 = ___1_cameraData;
NullCheck(L_24);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_25;
L_25 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_24, NULL);
NullCheck(L_25);
bool L_26;
L_26 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_25, NULL);
if (!L_26)
{
goto IL_00c7;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_27 = ___1_cameraData;
NullCheck(L_27);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_28;
L_28 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_27, NULL);
NullCheck(L_28);
bool L_29;
L_29 = XRPass_get_copyDepth_m234A91AEB854C3E6F8CB10D187DE343E1CF42BF8_inline(L_28, NULL);
if (!L_29)
{
goto IL_00c7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1673>
(&V_6)->___discardOnLastUse = (bool)0;
}
IL_00c7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1678>
il2cpp_codegen_initobj((&V_7), sizeof(RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1679>
il2cpp_codegen_initobj((&V_8), sizeof(RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1681>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_30 = ___1_cameraData;
NullCheck(L_30);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_31 = L_30->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_32;
L_32 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_31, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_9 = L_32;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1684>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_33 = ___1_cameraData;
NullCheck(L_33);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_34;
L_34 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_33, NULL);
NullCheck(L_34);
bool L_35;
L_35 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_34, NULL);
if (!L_35)
{
goto IL_00f5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1686>
V_9 = (bool)0;
}
IL_00f5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1697>
bool L_36 = V_9;
if (!L_36)
{
goto IL_015d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1701>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_37 = ___0_renderGraph;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_38 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RequiresIntermediateAttachments;
int32_t L_39;
L_39 = ScriptableRenderer_AdjustAndGetScreenMSAASamples_m3E8DC308499628A639CC423F1EC7DD15605015FF(__this, L_37, L_38, NULL);
V_10 = L_39;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1707>
int32_t L_40;
L_40 = Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9(NULL);
(&V_7)->___width = L_40;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1708>
int32_t L_41;
L_41 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL);
(&V_7)->___height = L_41;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1709>
(&V_7)->___volumeDepth = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1710>
int32_t L_42 = V_10;
(&V_7)->___msaaSamples = L_42;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1711>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_43 = ___1_cameraData;
NullCheck(L_43);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_44 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_43->___cameraTargetDescriptor);
int32_t L_45;
L_45 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0(L_44, NULL);
(&V_7)->___format = L_45;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1713>
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_46 = V_7;
V_8 = L_46;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1714>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_47 = ___1_cameraData;
NullCheck(L_47);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_48 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_47->___cameraTargetDescriptor);
int32_t L_49;
L_49 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline(L_48, NULL);
(&V_8)->___format = L_49;
goto IL_02bd;
}
IL_015d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1719>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_50 = ___1_cameraData;
NullCheck(L_50);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_51;
L_51 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_50, NULL);
NullCheck(L_51);
bool L_52;
L_52 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_51, NULL);
if (!L_52)
{
goto IL_022d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1721>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_53 = ___1_cameraData;
NullCheck(L_53);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_54;
L_54 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_53, NULL);
NullCheck(L_54);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_55;
L_55 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_54, NULL);
V_11 = L_55;
int32_t L_56;
L_56 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&V_11), NULL);
(&V_7)->___width = L_56;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1722>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_57 = ___1_cameraData;
NullCheck(L_57);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_58;
L_58 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_57, NULL);
NullCheck(L_58);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_59;
L_59 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_58, NULL);
V_11 = L_59;
int32_t L_60;
L_60 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&V_11), NULL);
(&V_7)->___height = L_60;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1723>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_61 = ___1_cameraData;
NullCheck(L_61);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_62;
L_62 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_61, NULL);
NullCheck(L_62);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_63;
L_63 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_62, NULL);
V_11 = L_63;
int32_t L_64;
L_64 = RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline((&V_11), NULL);
(&V_7)->___volumeDepth = L_64;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1724>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_65 = ___1_cameraData;
NullCheck(L_65);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_66;
L_66 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_65, NULL);
NullCheck(L_66);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_67;
L_67 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_66, NULL);
V_11 = L_67;
int32_t L_68;
L_68 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_11), NULL);
(&V_7)->___msaaSamples = L_68;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1725>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_69 = ___1_cameraData;
NullCheck(L_69);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_70;
L_70 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_69, NULL);
NullCheck(L_70);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_71;
L_71 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_70, NULL);
V_11 = L_71;
int32_t L_72;
L_72 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0((&V_11), NULL);
(&V_7)->___format = L_72;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1726>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_73;
L_73 = UniversalRenderer_PlatformRequiresExplicitMsaaResolve_mCAD62563B9320973A46C0F0E9315ECDC104AD2B6(NULL);
if (L_73)
{
goto IL_020c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1727>
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_74 = V_7;
int32_t L_75 = L_74.___msaaSamples;
(&V_7)->___bindMS = (bool)((((int32_t)L_75) > ((int32_t)1))? 1 : 0);
}
IL_020c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1729>
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_76 = V_7;
V_8 = L_76;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1730>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_77 = ___1_cameraData;
NullCheck(L_77);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_78;
L_78 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_77, NULL);
NullCheck(L_78);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_79;
L_79 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_78, NULL);
V_11 = L_79;
int32_t L_80;
L_80 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&V_11), NULL);
(&V_8)->___format = L_80;
goto IL_029d;
}
IL_022d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1735>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_81 = ___1_cameraData;
NullCheck(L_81);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_82 = L_81->___targetTexture;
NullCheck(L_82);
int32_t L_83;
L_83 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_82);
(&V_7)->___width = L_83;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1736>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_84 = ___1_cameraData;
NullCheck(L_84);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_85 = L_84->___targetTexture;
NullCheck(L_85);
int32_t L_86;
L_86 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_85);
(&V_7)->___height = L_86;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1737>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_87 = ___1_cameraData;
NullCheck(L_87);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_88 = L_87->___targetTexture;
NullCheck(L_88);
int32_t L_89;
L_89 = RenderTexture_get_volumeDepth_m049340EE670E9632FC824B640A5570B5D3FCFEBF(L_88, NULL);
(&V_7)->___volumeDepth = L_89;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1738>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_90 = ___1_cameraData;
NullCheck(L_90);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_91 = L_90->___targetTexture;
NullCheck(L_91);
int32_t L_92;
L_92 = RenderTexture_get_antiAliasing_m68907FB6C38F817A3B7A9F3C17360BF751BB2658(L_91, NULL);
(&V_7)->___msaaSamples = L_92;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1739>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_93 = ___1_cameraData;
NullCheck(L_93);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_94 = L_93->___targetTexture;
NullCheck(L_94);
int32_t L_95;
L_95 = RenderTexture_get_graphicsFormat_m615EA91709BD404765C0C85425CE5F3575F90302(L_94, NULL);
(&V_7)->___format = L_95;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1741>
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_96 = V_7;
V_8 = L_96;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1742>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_97 = ___1_cameraData;
NullCheck(L_97);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_98 = L_97->___targetTexture;
NullCheck(L_98);
int32_t L_99;
L_99 = RenderTexture_get_depthStencilFormat_m6ACD9DAF17D844CFBA06249D8DB130018C370CB2(L_98, NULL);
(&V_8)->___format = L_99;
}
IL_029d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1746>
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_100 = V_8;
int32_t L_101 = L_100.___format;
if (L_101)
{
goto IL_02bd;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1748>
int32_t L_102;
L_102 = SystemInfo_GetGraphicsFormat_mF4A09D38BA91B8F783C9189B5D744BA943292E0E(2, NULL);
(&V_8)->___format = L_102;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1749>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral375F7CA672568A6DBCC141249B37055AA4256DEB, NULL);
}
IL_02bd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1753>
bool L_103 = ___3_isCameraTargetOffscreenDepth;
if (L_103)
{
goto IL_02d7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1754>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_104 = V_0;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_105 = ___0_renderGraph;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_106 = __this->___m_TargetColorHandle;
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_107 = V_7;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_108 = V_5;
NullCheck(L_105);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_109;
L_109 = RenderGraph_ImportTexture_m67F8202712A6F45704230E466B863350E4343A3B(L_105, L_106, L_107, L_108, NULL);
NullCheck(L_104);
UniversalResourceData_set_backBufferColor_m4D781758537F69453D099BBA4866DA85EA61C6F8(L_104, L_109, NULL);
}
IL_02d7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1756>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_110 = V_0;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_111 = ___0_renderGraph;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_112 = __this->___m_TargetDepthHandle;
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_113 = V_8;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_114 = V_6;
NullCheck(L_111);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_115;
L_115 = RenderGraph_ImportTexture_m67F8202712A6F45704230E466B863350E4343A3B(L_111, L_112, L_113, L_114, NULL);
NullCheck(L_110);
UniversalResourceData_set_backBufferDepth_m0CAB8AAB8BDE61C4C0544C20317E373BC7A880EE(L_110, L_115, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1757>
return;
}
}
// Method Definition Index: 34966
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateIntermediateCameraColorAttachment_m21BF43588DCD8CA317666F9E31CBA37E8E0E2264 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, bool ___2_clearColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_clearBackgroundColor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16985650950622A65B420CFCE7644DFF91942ABB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DA3DE6F9076475B4724E084116651DB3C1CE241);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral877BE0BAD0421508022E3F58B2CD519943D2EE8D);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_1;
memset((&V_1), 0, sizeof(V_1));
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1761>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1763>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___1_cameraData;
NullCheck(L_2);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3 = L_2->___cameraTargetDescriptor;
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1764>
RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539((&V_1), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1765>
RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414((&V_1), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1766>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_1), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1770>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___1_cameraData;
NullCheck(L_4);
bool L_5 = L_4->___resolveFinalTarget;
if (!L_5)
{
goto IL_003e;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___1_cameraData;
NullCheck(L_6);
int32_t L_7 = L_6->___renderType;
G_B3_0 = ((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
goto IL_003f;
}
IL_003e:
{
G_B3_0 = 0;
}
IL_003f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1771>
if (!G_B3_0)
{
goto IL_0069;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1773>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_8 = V_0;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_9 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_10 = V_1;
bool L_11 = ___2_clearColor;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___3_clearBackgroundColor;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = ___1_cameraData;
NullCheck(L_13);
bool L_14 = L_13->___resolveFinalTarget;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_15;
L_15 = UniversalRenderer_CreateRenderGraphTexture_mC3672468C6E20BAC1444B1292355B0FBA138E324(L_9, L_10, _stringLiteral16985650950622A65B420CFCE7644DFF91942ABB, L_11, L_12, 1, 1, L_14, NULL);
NullCheck(L_8);
UniversalResourceData_set_cameraColor_mC0A0E87F10C70367AB22232DD4354706D8DADA45(L_8, L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1775>
((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_CurrentColorHandle = (-1);
goto IL_00f0;
}
IL_0069:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1779>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_16 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraColorHandles;
NullCheck(L_16);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_17;
L_17 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), (&V_1), 1, 1, 1, (0.0f), _stringLiteral877BE0BAD0421508022E3F58B2CD519943D2EE8D, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1780>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_18 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraColorHandles;
NullCheck(L_18);
bool L_19;
L_19 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), (&V_1), 1, 1, 1, (0.0f), _stringLiteral5DA3DE6F9076475B4724E084116651DB3C1CE241, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1784>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_20 = ___1_cameraData;
NullCheck(L_20);
int32_t L_21 = L_20->___renderType;
if (L_21)
{
goto IL_00b7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1786>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_CurrentColorHandle = 0;
}
IL_00b7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1789>
il2cpp_codegen_initobj((&V_2), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1790>
bool L_22 = ___2_clearColor;
(&V_2)->___clearOnFirstUse = L_22;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1791>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23 = ___3_clearBackgroundColor;
(&V_2)->___clearColor = L_23;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1792>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_24 = ___1_cameraData;
NullCheck(L_24);
bool L_25 = L_24->___resolveFinalTarget;
(&V_2)->___discardOnLastUse = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1793>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_26 = V_0;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_27 = ___0_renderGraph;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_28;
L_28 = UniversalRenderer_get_currentRenderGraphCameraColorHandle_m21527F9CDAE5748F34E98A46910DA773BA40248C(__this, NULL);
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_29 = V_2;
NullCheck(L_27);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_30;
L_30 = RenderGraph_ImportTexture_mF35D79456D468AA116B312F7FD5AEDA8920143ED(L_27, L_28, L_29, NULL);
NullCheck(L_26);
UniversalResourceData_set_cameraColor_mC0A0E87F10C70367AB22232DD4354706D8DADA45(L_26, L_30, NULL);
}
IL_00f0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1796>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_31 = V_0;
NullCheck(L_31);
UniversalResourceData_set_activeColorID_m9648D8CF015BBD319302EE191DDB37465909FF5E_inline(L_31, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1797>
return;
}
}
// Method Definition Index: 34967
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateIntermediateCameraDepthAttachment_m0EE3F135D4C232BA02083ADA7B81491D328451B8 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, bool ___2_clearDepth, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_clearBackgroundDepth, bool ___4_depthTextureIsDepthFormat, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8B3F485C7232D90884130F2900C6FE0697181DF);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B2_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B3_1 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B5_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B4_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1801>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1803>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___1_cameraData;
NullCheck(L_2);
bool L_3 = L_2->___resolveFinalTarget;
V_0 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1805>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___1_cameraData;
NullCheck(L_4);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_5 = L_4->___cameraTargetDescriptor;
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1806>
RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539((&V_1), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1807>
RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414((&V_1), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1809>
int32_t L_6;
L_6 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_1), NULL);
V_2 = (bool)((((int32_t)L_6) > ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1810>
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_7;
L_7 = RenderingUtils_MultisampleDepthResolveSupported_mFF310B1C5B2FF3C0B3A4237D4C248398A9F6E6E6(NULL);
if (!L_7)
{
G_B2_0 = L_1;
goto IL_0043;
}
G_B1_0 = L_1;
}
{
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_8 = ___0_renderGraph;
NullCheck(L_8);
bool L_9;
L_9 = RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline(L_8, NULL);
G_B3_0 = ((int32_t)(L_9));
G_B3_1 = G_B1_0;
goto IL_0044;
}
IL_0043:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
}
IL_0044:
{
V_3 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1813>
bool L_10 = V_3;
bool L_11 = V_2;
RenderTextureDescriptor_set_bindMS_m40A5B13ECDCA2A5E916047DACD10A7B04068AB83((&V_1), (bool)((int32_t)(((((int32_t)L_10) == ((int32_t)0))? 1 : 0)&(int32_t)L_11)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1817>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_12;
L_12 = UniversalRenderer_IsGLESDevice_mC7C68769B9C8CE67FFE579A9E67A807BE7DFD3CF(NULL);
if (!L_12)
{
G_B5_0 = G_B3_1;
goto IL_0061;
}
G_B4_0 = G_B3_1;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1818>
RenderTextureDescriptor_set_bindMS_m40A5B13ECDCA2A5E916047DACD10A7B04068AB83((&V_1), (bool)0, NULL);
G_B5_0 = G_B4_0;
}
IL_0061:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1820>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_1), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1821>
int32_t L_13;
L_13 = UniversalRenderer_get_cameraDepthAttachmentFormat_m8141626870C0408FCCF0E273A3B1AB6B98731AA9(__this, NULL);
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_1), L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1823>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_14;
L_14 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF((&((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraDepthHandle), (&V_1), 0, 1, 1, (0.0f), _stringLiteralC8B3F485C7232D90884130F2900C6FE0697181DF, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1825>
il2cpp_codegen_initobj((&V_4), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1826>
bool L_15 = ___2_clearDepth;
(&V_4)->___clearOnFirstUse = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1827>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16 = ___3_clearBackgroundDepth;
(&V_4)->___clearColor = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1828>
bool L_17 = V_0;
(&V_4)->___discardOnLastUse = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1834>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_18 = G_B5_0;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_19 = ___0_renderGraph;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraDepthHandle;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_21 = V_4;
NullCheck(L_19);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_22;
L_22 = RenderGraph_ImportTexture_mF35D79456D468AA116B312F7FD5AEDA8920143ED(L_19, L_20, L_21, NULL);
NullCheck(L_18);
UniversalResourceData_set_cameraDepth_m09D4EDEC89FB163D8720BDD87BDDDEE8DC4DDAD4(L_18, L_22, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1835>
NullCheck(L_18);
UniversalResourceData_set_activeDepthID_m3C54B35293AB348253C548FC543613F718144D65_inline(L_18, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1838>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_23 = __this->___m_CopyDepthPass;
int32_t L_24;
L_24 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_1), NULL);
NullCheck(L_23);
CopyDepthPass_set_MsaaSamples_mE86AA6AF92C2B0E809DD62702CF9E5DE827831B9_inline(L_23, L_24, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1839>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_25 = __this->___m_CopyDepthPass;
bool L_26 = ___4_depthTextureIsDepthFormat;
NullCheck(L_25);
CopyDepthPass_set_CopyToDepth_mF2F24BDBE3DA669FFCDAB890D1DBB387405A963C_inline(L_25, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1841>
bool L_27;
L_27 = RenderTextureDescriptor_get_bindMS_mBDC0CE7325E5619AD8CFF213BB0EFBBBC328808A((&V_1), NULL);
V_5 = (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1842>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_28 = __this->___m_CopyDepthPass;
bool L_29 = V_5;
NullCheck(L_28);
L_28->___m_CopyResolvedDepth = L_29;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1845>
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* L_30 = __this->___m_XRCopyDepthPass;
bool L_31 = V_5;
NullCheck(L_30);
L_30->___m_CopyResolvedDepth = L_31;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1847>
return;
}
}
// Method Definition Index: 34968
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateCameraDepthCopyTexture_m667862B708280F65159B6A2F40D0AC06432D1FCC (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, bool ___2_isDepthTexture, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B2_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B1_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B3_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1851>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1853>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_2 = ___1_descriptor;
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1854>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1856>
bool L_3 = ___2_isDepthTexture;
if (!L_3)
{
G_B2_0 = L_1;
goto IL_002f;
}
G_B1_0 = L_1;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1858>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1859>
int32_t L_4;
L_4 = UniversalRenderer_get_cameraDepthTextureFormat_mC62D0D0567F051F86661A937FE4DFF9AB74BD64F(__this, NULL);
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), L_4, NULL);
G_B3_0 = G_B1_0;
goto IL_0040;
}
IL_002f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1863>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_0), ((int32_t)49), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1864>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
G_B3_0 = G_B2_0;
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1867>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_5 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_6 = V_0;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7;
L_7 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_5, L_6, _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6, (bool)1, 0, 1, NULL);
NullCheck(G_B3_0);
UniversalResourceData_set_cameraDepthTexture_mE0BF8652749E457FFCAEF33ED9E1EADA5B85D7B2(G_B3_0, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1868>
return;
}
}
// Method Definition Index: 34969
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateMotionVectorTextures_m72237BC7E2B54E782378DE848715F4F420D20E19 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FD56F073048085B0B5A551F1A4E8F1DE3884574);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1872>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1874>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_2 = ___1_descriptor;
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1875>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1876>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_0), ((int32_t)46), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1877>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1878>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_3 = L_1;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6;
L_6 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_4, L_5, _stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A, (bool)1, 0, 1, NULL);
NullCheck(L_3);
UniversalResourceData_set_motionVectorColor_m72CA73FAF0254F01C67905E3AC9E16DBFAD5A14F(L_3, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1880>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_7 = ___1_descriptor;
V_1 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1881>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_1), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1882>
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_1), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1883>
int32_t L_8;
L_8 = UniversalRenderer_get_cameraDepthAttachmentFormat_m8141626870C0408FCCF0E273A3B1AB6B98731AA9(__this, NULL);
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_1), L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1884>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_9 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_10 = V_1;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11;
L_11 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_9, L_10, _stringLiteral3FD56F073048085B0B5A551F1A4E8F1DE3884574, (bool)1, 0, 1, NULL);
NullCheck(L_3);
UniversalResourceData_set_motionVectorDepth_mA5CF3B6E41E5F0B5CA61CDF1166101A9C3A91B82(L_3, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1885>
return;
}
}
// Method Definition Index: 34970
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateCameraNormalsTexture_m042F60B671C1CB4B2611BA9111C6DA4982C2D1F8 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B2_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B3_1 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B5_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B5_1 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B4_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B4_1 = NULL;
int32_t G_B6_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B6_1 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B6_2 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1889>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1891>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_2 = ___1_descriptor;
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1892>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1893>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1897>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1898>
bool L_3;
L_3 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_3)
{
G_B2_0 = L_1;
goto IL_0038;
}
G_B1_0 = L_1;
}
{
il2cpp_codegen_runtime_class_init_inline(DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ((DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_StaticFields*)il2cpp_codegen_static_fields_for(DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var))->___k_GBufferNames;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_5 = __this->___m_DeferredLights;
NullCheck(L_5);
int32_t L_6;
L_6 = DeferredLights_get_GBufferNormalSmoothnessIndex_m1C2B7183455DDB4339E16783E424AE8FA561CD89(L_5, NULL);
NullCheck(L_4);
int32_t L_7 = L_6;
String_t* L_8 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
G_B3_0 = L_8;
G_B3_1 = G_B1_0;
goto IL_003d;
}
IL_0038:
{
il2cpp_codegen_runtime_class_init_inline(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
String_t* L_9 = ((DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_StaticFields*)il2cpp_codegen_static_fields_for(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var))->___k_CameraNormalsTextureName;
G_B3_0 = L_9;
G_B3_1 = G_B2_0;
}
IL_003d:
{
V_1 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1899>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1900>
bool L_10;
L_10 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_10)
{
G_B5_0 = (&V_0);
G_B5_1 = G_B3_1;
goto IL_0060;
}
G_B4_0 = (&V_0);
G_B4_1 = G_B3_1;
}
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_11 = __this->___m_DeferredLights;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_12 = __this->___m_DeferredLights;
NullCheck(L_12);
int32_t L_13;
L_13 = DeferredLights_get_GBufferNormalSmoothnessIndex_m1C2B7183455DDB4339E16783E424AE8FA561CD89(L_12, NULL);
NullCheck(L_11);
int32_t L_14;
L_14 = DeferredLights_GetGBufferFormat_m9CA9F7C4D9EC692498D5ED7B60D306DD85855E09(L_11, L_13, NULL);
G_B6_0 = L_14;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0065;
}
IL_0060:
{
il2cpp_codegen_runtime_class_init_inline(DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6_il2cpp_TypeInfo_var);
int32_t L_15;
L_15 = DepthNormalOnlyPass_GetGraphicsFormat_mF3397DADF6851476D8B947CEFFEC0CF80DA306B7(NULL);
G_B6_0 = L_15;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_0065:
{
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13(G_B6_1, G_B6_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1901>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_16 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_17 = V_0;
String_t* L_18 = V_1;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_19;
L_19 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_16, L_17, L_18, (bool)1, 0, 1, NULL);
NullCheck(G_B6_2);
UniversalResourceData_set_cameraNormalsTexture_m3DDB7B8A7FD93AE14D7B3CECA6B4C8A87B1AE975(G_B6_2, L_19, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1902>
return;
}
}
// Method Definition Index: 34971
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateRenderingLayersTexture_m94EE4FC0D8AB6C7212B80196B6141EC1BB246823 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral381041D0FEE59A6E615372ECEBA4D316EB4EA230);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B4_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B2_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B3_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B6_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B5_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B9_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B7_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B8_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B10_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1906>
bool L_0 = __this->___m_RequiresRenderingLayer;
if (!L_0)
{
goto IL_00bd;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1908>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_1;
L_1 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_1);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_2;
L_2 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_1, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1910>
__this->___m_RenderingLayersTextureName = _stringLiteral381041D0FEE59A6E615372ECEBA4D316EB4EA230;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderingLayersTextureName), (void*)_stringLiteral381041D0FEE59A6E615372ECEBA4D316EB4EA230);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1913>
bool L_3;
L_3 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_3)
{
G_B4_0 = L_2;
goto IL_004d;
}
G_B2_0 = L_2;
}
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_4 = __this->___m_DeferredLights;
NullCheck(L_4);
bool L_5;
L_5 = DeferredLights_get_UseRenderingLayers_m353CF7E8744DB3CC76B32E7747E413715D76143D(L_4, NULL);
if (!L_5)
{
G_B4_0 = G_B2_0;
goto IL_004d;
}
G_B3_0 = G_B2_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1914>
il2cpp_codegen_runtime_class_init_inline(DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = ((DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_StaticFields*)il2cpp_codegen_static_fields_for(DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_il2cpp_TypeInfo_var))->___k_GBufferNames;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_7 = __this->___m_DeferredLights;
NullCheck(L_7);
int32_t L_8;
L_8 = DeferredLights_get_GBufferRenderingLayers_mC1516964EE0987641196BF0F04AF65A7888DACDA(L_7, NULL);
NullCheck(L_6);
int32_t L_9 = L_8;
String_t* L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
__this->___m_RenderingLayersTextureName = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderingLayersTextureName), (void*)L_10);
G_B4_0 = G_B3_0;
}
IL_004d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1916>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_11 = ___1_descriptor;
V_0 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1917>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1918>
bool L_12 = __this->___m_RenderingLayerProvidesRenderObjectPass;
if (L_12)
{
G_B6_0 = G_B4_0;
goto IL_0067;
}
G_B5_0 = G_B4_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1919>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
G_B6_0 = G_B5_0;
}
IL_0067:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1924>
bool L_13;
L_13 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_13)
{
G_B9_0 = G_B6_0;
goto IL_0096;
}
G_B7_0 = G_B6_0;
}
{
bool L_14 = __this->___m_RequiresRenderingLayer;
if (!L_14)
{
G_B9_0 = G_B7_0;
goto IL_0096;
}
G_B8_0 = G_B7_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1925>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_15 = __this->___m_DeferredLights;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_16 = __this->___m_DeferredLights;
NullCheck(L_16);
int32_t L_17;
L_17 = DeferredLights_get_GBufferRenderingLayers_mC1516964EE0987641196BF0F04AF65A7888DACDA(L_16, NULL);
NullCheck(L_15);
int32_t L_18;
L_18 = DeferredLights_GetGBufferFormat_m9CA9F7C4D9EC692498D5ED7B60D306DD85855E09(L_15, L_17, NULL);
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_0), L_18, NULL);
G_B10_0 = G_B8_0;
goto IL_00a8;
}
IL_0096:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1927>
int32_t L_19 = __this->___m_RenderingLayersMaskSize;
int32_t L_20;
L_20 = RenderingLayerUtils_GetFormat_m4625E4EBE85382D40F47251D859FBBE7FBED9B88(L_19, NULL);
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_0), L_20, NULL);
G_B10_0 = G_B9_0;
}
IL_00a8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1929>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_21 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_22 = V_0;
String_t* L_23 = __this->___m_RenderingLayersTextureName;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_24;
L_24 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_21, L_22, L_23, (bool)1, 0, 1, NULL);
NullCheck(G_B10_0);
UniversalResourceData_set_renderingLayersTexture_m18D8CDA1D80AE63D5B70F796374DD8CCDCA92D70(G_B10_0, L_24, NULL);
}
IL_00bd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1931>
return;
}
}
// Method Definition Index: 34972
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_CreateAfterPostProcessTexture_m4EEF91F884FA786DD3E15D0ABB2FFB9A137430CE (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_descriptor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1935>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1937>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_2 = ___1_descriptor;
int32_t L_3;
L_3 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&___1_descriptor), NULL);
int32_t L_4;
L_4 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&___1_descriptor), NULL);
int32_t L_5;
L_5 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0((&___1_descriptor), NULL);
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_6;
L_6 = PostProcessPass_GetCompatibleDescriptor_mE3D11B81EC296F77C3C028CE083BB73E7CEF2615(L_2, L_3, L_4, L_5, 0, NULL);
V_0 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1938>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_7 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_8 = V_0;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_9;
L_9 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_7, L_8, _stringLiteral3FC35DBB19257239644F53981407A74E00BF14FF, (bool)1, 0, 1, NULL);
NullCheck(L_1);
UniversalResourceData_set_afterPostProcessColor_mA3D9DA1E64E1A095BF6205F6D3879BAA9326FBF4(L_1, L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1939>
return;
}
}
// Method Definition Index: 34973
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer_DepthNormalPrepassRender_m878CE51B154CC43B4A43DDB4BD89B7AB009E6804 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 ___1_renderPassInputs, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthTarget, uint32_t ___3_batchLayerMask, bool ___4_setGlobalDepth, bool ___5_setGlobalTextures, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_0;
memset((&V_0), 0, sizeof(V_0));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_1;
memset((&V_1), 0, sizeof(V_1));
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B2_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B1_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B3_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B6_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B4_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* G_B5_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1943>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0;
L_0 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1945>
bool L_2 = __this->___m_RenderingLayerProvidesByDepthNormalPass;
if (!L_2)
{
G_B2_0 = L_1;
goto IL_0032;
}
G_B1_0 = L_1;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1947>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_3 = __this->___m_DepthNormalPrepass;
NullCheck(L_3);
DepthNormalOnlyPass_set_enableRenderingLayers_m49AE8809406EB3B2BCFEB150B3B18E9DBB33E9C8_inline(L_3, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1948>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_4 = __this->___m_DepthNormalPrepass;
int32_t L_5 = __this->___m_RenderingLayersMaskSize;
NullCheck(L_4);
DepthNormalOnlyPass_set_renderingLayersMaskSize_mEA971C054DFFECBD461D43044520F796DA3CCEE8_inline(L_4, L_5, NULL);
G_B3_0 = G_B1_0;
goto IL_003e;
}
IL_0032:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1952>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_6 = __this->___m_DepthNormalPrepass;
NullCheck(L_6);
DepthNormalOnlyPass_set_enableRenderingLayers_m49AE8809406EB3B2BCFEB150B3B18E9DBB33E9C8_inline(L_6, (bool)0, NULL);
G_B3_0 = G_B2_0;
}
IL_003e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1955>
bool L_7;
L_7 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
if (!L_7)
{
G_B6_0 = G_B3_0;
goto IL_006f;
}
G_B4_0 = G_B3_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1958>
bool L_8;
L_8 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(__this, NULL);
RenderPassInputSummary_tB1F6567DB675C0D2B3F253BA69C3DCE05B15E036 L_9 = ___1_renderPassInputs;
int32_t L_10 = L_9.___requiresDepthNormalAtEvent;
bool L_11;
L_11 = ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_12;
L_12 = UniversalRenderer_AllowPartialDepthNormalsPrepass_m9EC3C54D9FD99282A53F4EDC2DF92578422B87B0(L_8, L_10, L_11, NULL);
if (!L_12)
{
G_B6_0 = G_B4_0;
goto IL_006f;
}
G_B5_0 = G_B4_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1959>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_13 = __this->___m_DepthNormalPrepass;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_14 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___k_DepthNormalsOnly;
NullCheck(L_13);
DepthNormalOnlyPass_set_shaderTagIds_m66D1B5D656FD5F650036FD0641305A632AB88019_inline(L_13, L_14, NULL);
G_B6_0 = G_B5_0;
}
IL_006f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1966>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_15 = G_B6_0;
NullCheck(L_15);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_16;
L_16 = UniversalResourceData_get_cameraNormalsTexture_mC20E493E8A5CEFE7866E1DD3A923B41CCAA67CBB(L_15, NULL);
V_0 = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1967>
NullCheck(L_15);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17;
L_17 = UniversalResourceData_get_renderingLayersTexture_mD1DA84A88300CF3D97F518E197F19EA09ABF50BC(L_15, NULL);
V_1 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1968>
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* L_18 = __this->___m_DepthNormalPrepass;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_19 = ___0_renderGraph;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_20;
L_20 = ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline(__this, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_21 = V_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_22 = ___2_depthTarget;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_23 = V_1;
uint32_t L_24 = ___3_batchLayerMask;
bool L_25 = ___4_setGlobalDepth;
bool L_26 = ___5_setGlobalTextures;
NullCheck(L_18);
DepthNormalOnlyPass_Render_m2F349B1CC45A1F17CA0DB44C7591B6396B1C4B5A(L_18, L_19, L_20, L_21, L_22, L_23, L_24, L_25, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1970>
bool L_27 = __this->___m_RequiresRenderingLayer;
if (!L_27)
{
goto IL_00a6;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1971>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_28 = ___0_renderGraph;
UniversalRenderer_SetRenderingLayersGlobalTextures_mD995977402820366EA37FD350F411B6FC4CE8421(__this, L_28, NULL);
}
IL_00a6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:1972>
return;
}
}
// Method Definition Index: 34974
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer__cctor_m09CEBCFAB14E228F54DDFA4FE1198DB6BBD45BB6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF07434CEFDDCFF384798A25DDD888AF6E3F6104);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:62>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_0 = (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*)il2cpp_codegen_object_new(List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_il2cpp_TypeInfo_var);
List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787(L_0, List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_RuntimeMethod_var);
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_1 = L_0;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_2;
memset((&L_2), 0, sizeof(L_2));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_2), _stringLiteralDF07434CEFDDCFF384798A25DDD888AF6E3F6104, NULL);
NullCheck(L_1);
List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_inline(L_1, L_2, List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var);
((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___k_DepthNormalsOnly = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___k_DepthNormalsOnly), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:169>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:170>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:171>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:172>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_3 = (RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)SZArrayNew(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var, (uint32_t)2);
((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraColorHandles = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_RenderGraphCameraColorHandles), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererRenderGraph.cs:174>
((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields*)il2cpp_codegen_static_fields_for(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var))->___m_CurrentColorHandle = 0;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Method Definition Index: 41524
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_min_m02D43DF516544C279AF660EA4731449C82991849_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:855>
int32_t L_0 = ___0_x;
int32_t L_1 = ___1_y;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0006;
}
}
{
int32_t L_2 = ___1_y;
return L_2;
}
IL_0006:
{
int32_t L_3 = ___0_x;
return L_3;
}
}
// Method Definition Index: 41843
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_log2_m07B499B0DDA692EDD9DF4780349C26EB28199156_inline (float ___0_x, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3149>
float L_0 = ___0_x;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_1;
L_1 = Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054(((double)((float)L_0)), (2.0), NULL);
return ((float)L_1);
}
}
// Method Definition Index: 41542
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:987>
int32_t L_0 = ___0_x;
int32_t L_1 = ___1_y;
if ((((int32_t)L_0) > ((int32_t)L_1)))
{
goto IL_0006;
}
}
{
int32_t L_2 = ___1_y;
return L_2;
}
IL_0006:
{
int32_t L_3 = ___0_x;
return L_3;
}
}
// Method Definition Index: 41528
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_min_mFBB411A5384A9CFD7787E398A6F758553D3700A9_inline (uint32_t ___0_x, uint32_t ___1_y, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:884>
uint32_t L_0 = ___0_x;
uint32_t L_1 = ___1_y;
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_0006;
}
}
{
uint32_t L_2 = ___1_y;
return L_2;
}
IL_0006:
{
uint32_t L_3 = ___0_x;
return L_3;
}
}
// Method Definition Index: 41546
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_max_mD9D4307218A8CFA92F9C26871E508B23C17F6395_inline (uint32_t ___0_x, uint32_t ___1_y, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1016>
uint32_t L_0 = ___0_x;
uint32_t L_1 = ___1_y;
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
{
goto IL_0006;
}
}
{
uint32_t L_2 = ___1_y;
return L_2;
}
IL_0006:
{
uint32_t L_3 = ___0_x;
return L_3;
}
}
// Method Definition Index: 34779
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_volumeFrameworkUpdateMode_m0474AC8124A522A9DC4CC9EF397006A542FF7408_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:715>
int32_t L_0 = __this->___m_VolumeFrameworkUpdateModeOption;
return L_0;
}
}
// Method Definition Index: 34780
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalAdditionalCameraData_set_volumeFrameworkUpdateMode_m2925687F8C72FB3E270D87FB929162FBD96A1FDE_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:716>
int32_t L_0 = ___0_value;
__this->___m_VolumeFrameworkUpdateModeOption = L_0;
return;
}
}
// Method Definition Index: 29194
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VolumeManager_get_isInitialized_mED3C52DEB8182E6ABB4BFD52D294C1500D1635BE_inline (VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Volume/VolumeManager.cs:240>
bool L_0 = __this->___U3CisInitializedU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34782
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* UniversalAdditionalCameraData_get_volumeStack_mDB4460F18F4A7B994DCF40FF7C7B61AB9246022F_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:746>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_0 = __this->___m_VolumeStack;
return L_0;
}
}
// Method Definition Index: 34775
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalAdditionalCameraData_get_volumeLayerMask_m6CA98C050693650D8818151E9ADE480CCBF44BFC_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:697>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___m_VolumeLayerMask;
return L_0;
}
}
// Method Definition Index: 34777
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* UniversalAdditionalCameraData_get_volumeTrigger_m50DCBFFE7794ED3935CC068DB9F431785428BED9_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:706>
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = __this->___m_VolumeTrigger;
return L_0;
}
}
// Method Definition Index: 34764
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_renderType_m329B2A06C25793DF3BBBE89B3F23154EA2380265_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:569>
int32_t L_0 = __this->___m_CameraType;
return L_0;
}
}
// Method Definition Index: 32418
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsCameraDepthTexture_m4B42523ABE85349C1EB8DFF1533CA3180F57A8F2_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1022>
bool L_0 = __this->___m_RequireDepthTexture;
return L_0;
}
}
// Method Definition Index: 32420
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsCameraOpaqueTexture_mDB57026918ABE55C479DE5CEC0432C0129E9424E_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1031>
bool L_0 = __this->___m_RequireOpaqueTexture;
return L_0;
}
}
// Method Definition Index: 32517
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_volumeFrameworkUpdateMode_mF796AC940F47F4CABB6B7855FB23E572625E7488_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1531>
int32_t L_0 = __this->___m_VolumeFrameworkUpdateMode;
return L_0;
}
}
// Method Definition Index: 31084
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VolumeStack_get_isValid_mB68C39F1D1B4E1A655FB3CA73D36C7F8F46C84DB_inline (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Volume/VolumeStack.cs:122>
bool L_0 = __this->___U3CisValidU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37638
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method)
{
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), NULL);
return L_0;
}
}
// Method Definition Index: 34785
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalAdditionalCameraData_get_renderPostProcessing_mAC89A4F038A4BDD585C10412EFBC76CE189974E4_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:790>
bool L_0 = __this->___m_RenderPostProcessing;
return L_0;
}
}
// Method Definition Index: 1623
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Math_Clamp_mAB687477D3AAC0E7243D724F45626026980CE2FF_inline (int32_t ___0_value, int32_t ___1_min, int32_t ___2_max, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___1_min;
int32_t L_1 = ___2_max;
if ((((int32_t)L_0) <= ((int32_t)L_1)))
{
goto IL_000b;
}
}
{
int32_t L_2 = ___1_min;
int32_t L_3 = ___2_max;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77(L_2, L_3, Math_ThrowMinMaxException_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBC7732632C280D3AEE2B08C470A78B9C5C4CBD77_RuntimeMethod_var);
}
IL_000b:
{
int32_t L_4 = ___0_value;
int32_t L_5 = ___1_min;
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_0011;
}
}
{
int32_t L_6 = ___1_min;
return L_6;
}
IL_0011:
{
int32_t L_7 = ___0_value;
int32_t L_8 = ___2_max;
if ((((int32_t)L_7) <= ((int32_t)L_8)))
{
goto IL_0017;
}
}
{
int32_t L_9 = ___2_max;
return L_9;
}
IL_0017:
{
int32_t L_10 = ___0_value;
return L_10;
}
}
// Method Definition Index: 37901
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___oneVector;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 37900
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 38100
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 RenderingLayerMask_get_defaultRenderingLayerMask_m75949CAB9D04088013D84AF5835A3F38BB723A7B_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var);
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 L_0 = ((RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_StaticFields*)il2cpp_codegen_static_fields_for(RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1_il2cpp_TypeInfo_var))->___U3CdefaultRenderingLayerMaskU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27403
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HistoryRequestDelegate_Invoke_m1C2C1BC77B6D9AFF0AA041CAFDAB367809DFCB0D_inline (HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* __this, RuntimeObject* ___0_historyAccess, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_historyAccess, reinterpret_cast<RuntimeMethod*>(__this->___method));
}
// Method Definition Index: 33356
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* ScriptableRenderer_get_DebugHandler_mF10EC7F8F42F5087507DCDB7CD21338F2766DD6F_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:180>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_0 = __this->___U3CDebugHandlerU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34868
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderer_get_renderingModeRequested_m2C2B807FBAFBD789A383715B01F0F6804FA1CAD7_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:106>
int32_t L_0 = __this->___m_RenderingMode;
return L_0;
}
}
// Method Definition Index: 35282
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeferredLights_get_AccurateGbufferNormals_m9720C5F6B6F3472D51A37E6DB9E73E4FF9DD5F16_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:197>
bool L_0 = __this->___U3CAccurateGbufferNormalsU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34249
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:53>
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_0 = __this->___m_ColorGradingLutPass;
return L_0;
}
}
// Method Definition Index: 34250
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:54>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_0 = __this->___m_PostProcessPass;
return L_0;
}
}
// Method Definition Index: 34251
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:55>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_0 = __this->___m_FinalPostProcessPass;
return L_0;
}
}
// Method Definition Index: 34253
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_colorGradingLut_m109522E238E99C4787B2102E86FAC20D998D6669_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:57>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_ColorGradingLut;
return L_0;
}
}
// Method Definition Index: 30687
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CoreUtils_GetDefaultDepthStencilFormat_m5269D4009E97B0F676DD9A301EB1E2099D58A5F7_inline (const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Utilities/CoreUtils.cs:1851>
return (int32_t)(((int32_t)94));
}
}
// Method Definition Index: 34522
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeXRResources_get_xrOcclusionMeshPS_m4DF8EA8FDDAE86711D399408DA4924898D5DB4BF_inline (UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRenderPipelineRuntimeXRResources.cs:57>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_xrOcclusionMeshPS;
return L_0;
}
}
// Method Definition Index: 34524
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeXRResources_get_xrMirrorViewPS_mF14E852F020DAC456BE69C77952BF72E185C7CC3_inline (UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRenderPipelineRuntimeXRResources.cs:70>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_xrMirrorViewPS;
return L_0;
}
}
// Method Definition Index: 34526
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeXRResources_get_xrMotionVector_m9AB55B31F3BAB96D241EF268EB4FEFEDF95E4D71_inline (UniversalRenderPipelineRuntimeXRResources_tA4F43DD581BFCF9ACFE77C7B0A2204A43D176886* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRenderPipelineRuntimeXRResources.cs:83>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_xrMotionVector;
return L_0;
}
}
// Method Definition Index: 34497
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeShaders_get_coreBlitPS_mBA5312805F9136C58020A28C3BF3E3EE214FEF61_inline (UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRenderPipelineRuntimeShaders.cs:80>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_CoreBlitPS;
return L_0;
}
}
// Method Definition Index: 34495
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeShaders_get_blitHDROverlay_mE45879204D0479D92CD77E42806D039A6DFF6C35_inline (UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRenderPipelineRuntimeShaders.cs:67>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_BlitHDROverlay;
return L_0;
}
}
// Method Definition Index: 34501
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRenderPipelineRuntimeShaders_get_samplingPS_mDD175E7AA21C944869110FDE5F4BFD22B06D1159_inline (UniversalRenderPipelineRuntimeShaders_tD8AE97114385E9EA58E9C85DC5DBEE19C5F8AA65* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRenderPipelineRuntimeShaders.cs:106>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_SamplingPS;
return L_0;
}
}
// Method Definition Index: 34469
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_copyDepthPS_m843A3A7B6BC975394A7BD79C18CCD23B8F6C8859_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRendererResources.cs:56>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_CopyDepthPS;
return L_0;
}
}
// Method Definition Index: 34473
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_stencilDeferredPS_m3D276055F540AE90DD70CB7572EF665D295E3F13_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRendererResources.cs:82>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_StencilDeferredPS;
return L_0;
}
}
// Method Definition Index: 34475
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_clusterDeferred_mE728BA834978B3E8B295F6A06812CC7B85B2FEBE_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRendererResources.cs:95>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_ClusterDeferred;
return L_0;
}
}
// Method Definition Index: 34471
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_cameraMotionVector_mE17EC9268816A6E5979C3B7761AB223227F50373_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRendererResources.cs:69>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_CameraMotionVector;
return L_0;
}
}
// Method Definition Index: 34477
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_stencilDitherMaskSeedPS_mAA95956C4315F0E0BE970075E88946B56AB92A81_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRendererResources.cs:108>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_StencilDitherMaskSeedPS;
return L_0;
}
}
// Method Definition Index: 33514
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* UniversalRendererData_get_defaultStencilState_m59850A2F687EC48D1D8F594014B4028B548F8473_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:211>
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_0 = __this->___m_DefaultStencilState;
return L_0;
}
}
// Method Definition Index: 33530
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_intermediateTextureMode_mE291BB2BB76868DC05128CFE200771858D0B0D46_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:340>
int32_t L_0 = __this->___m_IntermediateTextureMode;
return L_0;
}
}
// Method Definition Index: 33508
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_prepassLayerMask_m5E41D6F894D15F6EDE659DF999764A54328CE499_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:172>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___m_PrepassLayerMask;
return L_0;
}
}
// Method Definition Index: 34882
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderer_set_prepassLayerMask_m3169B227638E9B658DC44BFFD14D8BE00ABB49A3_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:228>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CprepassLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33510
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:185>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___m_OpaqueLayerMask;
return L_0;
}
}
// Method Definition Index: 34884
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderer_set_opaqueLayerMask_m71ECF1DDA4AA3FB035A82BE06FE5CBA5DC3D1902_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:229>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CopaqueLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33512
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_transparentLayerMask_m574EF7B83EDC27E92BE8FB97BB445A6F4C937A3E_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:198>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___m_TransparentLayerMask;
return L_0;
}
}
// Method Definition Index: 34886
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderer_set_transparentLayerMask_m19766079852F8CC4094140E40BC90217C44EA985_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:230>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CtransparentLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33516
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRendererData_get_shadowTransparentReceive_m59EBF1D691FF516DACB095A06D8E0311028D77BF_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:224>
bool L_0 = __this->___m_ShadowTransparentReceive;
return L_0;
}
}
// Method Definition Index: 34888
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderer_set_shadowTransparentReceive_m7F3436DAF9820EEA3DF49B64BB52BCD935C0056A_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:231>
bool L_0 = ___0_value;
__this->___U3CshadowTransparentReceiveU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 32514
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsLightCookies_m350CA95F8F5758F4537E4029D61DD09990FADB1F_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1515>
bool L_0 = __this->___m_SupportsLightCookies;
return L_0;
}
}
// Method Definition Index: 33383
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_set_stripShadowsOffVariants_m6D4243EB800963DAA17E2E6F3BD9C705958B818A_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:725>
bool L_0 = ___0_value;
__this->___U3CstripShadowsOffVariantsU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33385
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_set_stripAdditionalLightOffVariants_m6B6A95E1E7B6C91B5054F34994BA5833FAD77C63_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:727>
bool L_0 = ___0_value;
__this->___U3CstripAdditionalLightOffVariantsU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33518
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:237>
int32_t L_0 = __this->___m_RenderingMode;
return L_0;
}
}
// Method Definition Index: 33520
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_depthPrimingMode_m5D8B3BD8077877061F60B6BB6EF25284D78E64BC_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:250>
int32_t L_0 = __this->___m_DepthPrimingMode;
return L_0;
}
}
// Method Definition Index: 33522
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_copyDepthMode_m02D8B9D5EB63BCCF0B3922481FB2943030E41075_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:263>
int32_t L_0 = __this->___m_CopyDepthMode;
return L_0;
}
}
// Method Definition Index: 33496
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScriptableRendererData_get_useNativeRenderPass_m7F8D3A97A818B1134EFC3A4236E7A7C8ECD9245F_inline (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:98>
bool L_0 = __this->___m_UseNativeRenderPass;
return L_0;
}
}
// Method Definition Index: 34881
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRenderer_get_prepassLayerMask_m53A8D82CCA0CF3224CB82AAE0A683B15C9A324FA_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:228>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___U3CprepassLayerMaskU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33528
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRendererData_get_accurateGbufferNormals_mEEC3CD3A5BDE3BDF5E8882791BEEA6753EABD0EC_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:327>
bool L_0 = __this->___m_AccurateGbufferNormals;
return L_0;
}
}
// Method Definition Index: 35283
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_AccurateGbufferNormals_m7E7EF7482036454D26694AC1D59AEA35DE0C40FA_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:197>
bool L_0 = ___0_value;
__this->___U3CAccurateGbufferNormalsU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 32426
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsHDR_m21EBD3560B0CA09499967BB9F56C96D1B0AC9052_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1062>
bool L_0 = __this->___m_SupportsHDR;
return L_0;
}
}
// Method Definition Index: 32428
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_hdrColorBufferPrecision_m79D20B82BAB78E5F82DDC228B026C57E576E4609_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1071>
int32_t L_0 = __this->___m_HDRColorBufferPrecision;
return L_0;
}
}
// Method Definition Index: 33376
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_set_supportedRenderingFeatures_m79C5FBB6462F1D21874A91D7FFD54F5A1D05D472_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:616>
RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* L_0 = ___0_value;
__this->___U3CsupportedRenderingFeaturesU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsupportedRenderingFeaturesU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 33375
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* ScriptableRenderer_get_supportedRenderingFeatures_m8866E002AF2D9D7C3E70946193B656850A4FC56F_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:616>
RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* L_0 = __this->___U3CsupportedRenderingFeaturesU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33456
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderingFeatures_set_msaa_m2D87B2B1338BED49F71CE8742F8EEE981D00997F_inline (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:174>
bool L_0 = ___0_value;
__this->___U3CmsaaU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 35274
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:190>
bool L_0 = __this->___U3CUseFramebufferFetchU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37852
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method)
{
bool V_0 = false;
float V_1 = 0.0f;
bool V_2 = false;
{
float L_0 = ___0_value;
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
V_1 = (0.0f);
goto IL_002d;
}
IL_0015:
{
float L_2 = ___0_value;
V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0);
bool L_3 = V_2;
if (!L_3)
{
goto IL_0029;
}
}
{
V_1 = (1.0f);
goto IL_002d;
}
IL_0029:
{
float L_4 = ___0_value;
V_1 = L_4;
goto IL_002d;
}
IL_002d:
{
float L_5 = V_1;
return L_5;
}
}
// Method Definition Index: 35385
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D ForwardLights_get_reflectionProbeManager_mBAE6F9CD0F0C6510B7273CB5337CEBB411BFF926_inline (ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardLights.cs:156>
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D L_0 = __this->___m_ReflectionProbeManager;
return L_0;
}
}
// Method Definition Index: 34266
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:54>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_AtlasTexture0;
return L_0;
}
}
// Method Definition Index: 30154
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:118>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_RT;
return L_0;
}
}
// Method Definition Index: 36435
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___m_XMin = L_0;
float L_1 = ___1_y;
__this->___m_YMin = L_1;
float L_2 = ___2_width;
__this->___m_Width = L_2;
float L_3 = ___3_height;
__this->___m_Height = L_3;
return;
}
}
// Method Definition Index: 37968
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ((Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields*)il2cpp_codegen_static_fields_for(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var))->___zeroVector;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 34267
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ReflectionProbeManager_get_atlasRTHandle_m6658A09E558C4B7FCF8451D4CA59F0189FCE1011_inline (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:55>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_AtlasTexture0Handle;
return L_0;
}
}
// Method Definition Index: 37487
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CmsaaSamplesU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33373
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ScriptableRenderer_get_rendererFeatures_m2473415AE63D3735ACBD7BF7CAEA7CB0315A7057_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:599>
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* L_0 = __this->___m_RendererFeatures;
return L_0;
}
}
// Method Definition Index: 34559
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScriptableRendererFeature_get_isActive_m3A636889F4504C471F26F735F682472FD9B31178_inline (ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererFeature.cs:18>
bool L_0 = __this->___m_Active;
return L_0;
}
}
// Method Definition Index: 33374
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ScriptableRenderer_get_activeRenderPassQueue_m3DA13EE251E757FC42DAE103A487C3F1562A850F_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:608>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_0 = __this->___m_ActiveRenderPassQueue;
return L_0;
}
}
// Method Definition Index: 33271
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScriptableRenderPass_get_requiresIntermediateTexture_m18B18B1A947A035EE346EEEB7E0355CFFB63B012_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:291>
bool L_0 = __this->___U3CrequiresIntermediateTextureU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33379
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ScriptableRenderer_get_frameData_m1E575C1F7F79B65139F8AD75EB4B40BB4113714A_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:676>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = __this->___m_frameData;
return L_0;
}
}
// Method Definition Index: 32936
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* DebugHandler_get_hdrDebugViewPass_m82F3F3D4E66B3F4A077ADA8B4EB0165724CD1C75_inline (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Debug/DebugHandler.cs:134>
HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* L_0 = __this->___m_HDRDebugViewPass;
return L_0;
}
}
// Method Definition Index: 32933
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* DebugHandler_get_DebugDisplaySettings_m37F2217F4ED89E755387A4F8A43519AA87C544BD_inline (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Debug/DebugHandler.cs:131>
UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* L_0 = __this->___m_DebugDisplaySettings;
return L_0;
}
}
// Method Definition Index: 32997
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0* UniversalRenderPipelineDebugDisplaySettings_get_lightingSettings_mB52BBE883718AEC9170CA658BC31865AAD67B912_inline (UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Debug/UniversalRenderPipelineDebugDisplaySettings.cs:25>
DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0* L_0 = __this->___U3ClightingSettingsU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 32594
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DebugDisplaySettingsLighting_get_hdrDebugMode_mC9B5F46FC2FC9DF6BECAA44225E54665C582A703_inline (DebugDisplaySettingsLighting_t7DC0135652202CB3DEAB99CC630DDC44A695C4B0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Debug/DebugDisplaySettingsLighting.cs:27>
int32_t L_0 = __this->___U3ChdrDebugModeU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33381
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_set_useDepthPriming_mE19B00F9BB6CBA3158241891FF40EEC1B842486C_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:723>
bool L_0 = ___0_value;
__this->___U3CuseDepthPrimingU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 35270
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_RenderingLayerMaskSize_mB9B14D022CA82F95C96D75FE4AE70F236524EAF0_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:184>
int32_t L_0 = ___0_value;
__this->___U3CRenderingLayerMaskSizeU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 35272
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_UseDecalLayers_m48CF0FFD99554C5A6CD003A3DA198FD237D2C792_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:186>
bool L_0 = ___0_value;
__this->___U3CUseDecalLayersU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 35279
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_HasNormalPrepass_m9A48F38DB115BE3A378B0C739A71B7C79F8BB87A_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:194>
bool L_0 = ___0_value;
__this->___U3CHasNormalPrepassU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33256
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:216>
int32_t L_0 = __this->___U3CrenderPassEventU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33380
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScriptableRenderer_get_useDepthPriming_m5E06E033D2AC8257F13E47CB835E2C5C97D9099F_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:723>
bool L_0 = __this->___U3CuseDepthPrimingU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37835
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___0_a;
int32_t L_1 = ___1_b;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0008;
}
}
{
int32_t L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
int32_t L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
int32_t L_4 = V_0;
return L_4;
}
}
// Method Definition Index: 33257
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:216>
int32_t L_0 = ___0_value;
__this->___U3CrenderPassEventU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33624
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:532>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = __this->___U3CxrU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37497
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CdepthStencilFormatU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 27301
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:164>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___U3CrenderTargetU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 30156
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:126>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___m_NameID;
return L_0;
}
}
// Method Definition Index: 33393
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorTarget, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:842>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_colorTarget;
__this->___m_CameraColorTarget = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraColorTarget), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:843>
return;
}
}
// Method Definition Index: 37488
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CmsaaSamplesU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 30157
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:130>
String_t* L_0 = __this->___m_Name;
return L_0;
}
}
// Method Definition Index: 35292
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* DeferredLights_get_GbufferAttachments_m93F4186104CA66B40F90FC3421542561D91A52DC_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:209>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_0 = __this->___U3CGbufferAttachmentsU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27438
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_baseBuffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/CommandBuffers/CommandBufferHelpers.cs:24>
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_0 = ((CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_StaticFields*)il2cpp_codegen_static_fields_for(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var))->___rasterCmd;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___0_baseBuffer;
NullCheck(L_0);
((BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06*)L_0)->___m_WrappedCommandBuffer = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06*)L_0)->___m_WrappedCommandBuffer), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/CommandBuffers/CommandBufferHelpers.cs:25>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_2 = ((CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_StaticFields*)il2cpp_codegen_static_fields_for(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var))->___rasterCmd;
return L_2;
}
}
// Method Definition Index: 35479
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_set_shaderTagIds_m66D1B5D656FD5F650036FD0641305A632AB88019_inline (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DepthNormalOnlyPass.cs:13>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_0 = ___0_value;
__this->___U3CshaderTagIdsU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CshaderTagIdsU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 27285
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPass_get_copyDepth_m234A91AEB854C3E6F8CB10D187DE343E1CF42BF8_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:105>
bool L_0 = __this->___U3CcopyDepthU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37629
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method)
{
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (1.0f), NULL);
return L_0;
}
}
// Method Definition Index: 32422
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_opaqueDownsampling_mFC12352FAF21B6FA4F9718CE89E0116D7CE36A3F_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1038>
int32_t L_0 = __this->___m_OpaqueDownsampling;
return L_0;
}
}
// Method Definition Index: 37496
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CdepthStencilFormatU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34692
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/TemporalAA.cs:157>
float L_0 = __this->___m_ContrastAdaptiveSharpening;
return L_0;
}
}
// Method Definition Index: 37483
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CwidthU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37485
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CheightU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35452
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_CopyToDepthXR_m2DEB7D27740F68E694C3E0117DE8102562EF1CD4_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CopyDepthPass.cs:27>
bool L_0 = ___0_value;
__this->___U3CCopyToDepthXRU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33605
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF_inline (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:196>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_0 = __this->___m_HistoryManager;
return L_0;
}
}
// Method Definition Index: 27293
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:144>
int32_t L_0 = __this->___U3CmultipassIdU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35449
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CopyDepthPass_get_CopyToDepth_m20AB41CB33D9C3E6382D33DC91324299A052577E_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CopyDepthPass.cs:25>
bool L_0 = __this->___U3CCopyToDepthU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27440
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* CommandBufferHelpers_GetUnsafeCommandBuffer_m040FAAF967AB95C686B786C8C87772B95CA2F27C_inline (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_baseBuffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/CommandBuffers/CommandBufferHelpers.cs:48>
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_0 = ((CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_StaticFields*)il2cpp_codegen_static_fields_for(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var))->___unsafeCmd;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___0_baseBuffer;
NullCheck(L_0);
((BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06*)L_0)->___m_WrappedCommandBuffer = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06*)L_0)->___m_WrappedCommandBuffer), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/CommandBuffers/CommandBufferHelpers.cs:49>
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_2 = ((CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_StaticFields*)il2cpp_codegen_static_fields_for(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var))->___unsafeCmd;
return L_2;
}
}
// Method Definition Index: 37912
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_x;
__this->___m_X = L_0;
int32_t L_1 = ___1_y;
__this->___m_Y = L_1;
return;
}
}
// Method Definition Index: 32464
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsMainLightShadows_m49602C0968982FFAB632F55F2AEAE18873110150_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1243>
bool L_0 = __this->___m_MainLightShadowsSupported;
return L_0;
}
}
// Method Definition Index: 32472
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_supportsAdditionalLightShadows_mD95BAF6EAD82716E802665A83A85C5AFCE071AB5_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1286>
bool L_0 = __this->___m_AdditionalLightShadowsSupported;
return L_0;
}
}
// Method Definition Index: 37855
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
float L_0 = ___1_b;
float L_1 = ___0_a;
float L_2;
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
float L_3 = ___0_a;
float L_4;
L_4 = fabsf(L_3);
float L_5 = ___1_b;
float L_6;
L_6 = fabsf(L_5);
float L_7;
L_7 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_4, L_6, NULL);
float L_8 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon;
float L_9;
L_9 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_multiply((9.99999997E-07f), L_7)), ((float)il2cpp_codegen_multiply(L_8, (8.0f))), NULL);
V_0 = (bool)((((float)L_2) < ((float)L_9))? 1 : 0);
goto IL_0035;
}
IL_0035:
{
bool L_10 = V_0;
return L_10;
}
}
// Method Definition Index: 32535
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderPipelineAsset_get_conservativeEnclosingSphere_mFEDF12207D303EB9874B019BBE1CAA582A1A9203_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1636>
bool L_0 = __this->___m_ConservativeEnclosingSphere;
return L_0;
}
}
// Method Definition Index: 32537
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_numIterationsEnclosingSphere_m38AFD0AD5243DC1432EB93514E339C256852028A_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1646>
int32_t L_0 = __this->___m_NumIterationsEnclosingSphere;
return L_0;
}
}
// Method Definition Index: 33268
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:272>
int32_t L_0 = __this->___m_Input;
return L_0;
}
}
// Method Definition Index: 29179
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline (VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Volume/VolumeManager.cs:59>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_0 = __this->___U3CstackU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37504
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_dimension_mA23ABB2CA03249DCE3A21F5123524A825C33E31B_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CdimensionU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27303
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:169>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_0 = __this->___U3CrenderTargetDescU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 31839
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphResourceTexture.cs:66>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_0 = ((TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_StaticFields*)il2cpp_codegen_static_fields_for(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var))->___s_NullHandle;
return L_0;
}
}
// Method Definition Index: 33003
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* UniversalRenderPipelineDebugDisplaySettings_get_gpuResidentDrawerSettings_mD831184B9E13367187767609F78A5F124389A382_inline (UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Debug/UniversalRenderPipelineDebugDisplaySettings.cs:40>
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___U3CgpuResidentDrawerSettingsU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37871
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x = L_0;
float L_1 = ___1_y;
__this->___y = L_1;
return;
}
}
// Method Definition Index: 31846
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphResourceTexture.cs:117>
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C* L_0 = (ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C*)(&__this->___handle);
il2cpp_codegen_runtime_class_init_inline(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = ResourceHandle_IsValid_m20B0218FDCA98DCD069AE3BE86FEFCAEDB985B9A_inline(L_0, NULL);
return L_1;
}
}
// Method Definition Index: 31226
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* RenderGraph_get_defaultResources_m9392476073E82DC8F45ED8AB11B271EA471FC206_inline (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraph.cs:526>
RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* L_0 = __this->___m_DefaultResources;
return L_0;
}
}
// Method Definition Index: 31482
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraphDefaultResources_get_blackTexture_m3B0E30D1C8DC5CBE2DD06A57EEF03EB110F637BE_inline (RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphDefaultResources.cs:17>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_0 = __this->___U3CblackTextureU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37489
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CvolumeDepthU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37506
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_shadowSamplingMode_mEDA5D0915E1DF2ED949612B291A20FABD278BF5B_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CshadowSamplingModeU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37508
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_vrUsage_m061FAE1190A623B9DEE133F1506ADB23C983F6B0_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CvrUsageU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33658
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalResourceData_set_activeColorID_m9648D8CF015BBD319302EE191DDB37465909FF5E_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:14>
int32_t L_0 = ___0_value;
__this->___U3CactiveColorIDU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33661
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalResourceData_set_activeDepthID_m3C54B35293AB348253C548FC543613F718144D65_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:42>
int32_t L_0 = ___0_value;
__this->___U3CactiveDepthIDU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 37639
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_yellow_m66637FA14383E8D74F24AE256B577CE1D55D469F_inline (const RuntimeMethod* method)
{
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (0.921568632f), (0.0156862754f), (1.0f), NULL);
return L_0;
}
}
// Method Definition Index: 31214
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderGraph_get_nativeRenderPassesEnabled_m0A6331F029257ABF0232FA1C278E733B097A812D_inline (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraph.cs:401>
bool L_0 = __this->___U3CnativeRenderPassesEnabledU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35275
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_UseFramebufferFetch_m0E61E73277944085077DC409A6F2D5D0FD830D3B_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:190>
bool L_0 = ___0_value;
__this->___U3CUseFramebufferFetchU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 37764
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 33643
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRenderingData_get_stencilLodCrossFadeEnabled_m65423530015994CA5B73B0B1BA470CF789078922_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:69>
bool L_0 = __this->___U3CstencilLodCrossFadeEnabledU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27287
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPass_get_hasMotionVectorPass_m1F33C209CC4ACFC8F5413583A15FC90C2CC0A288_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:110>
bool L_0 = __this->___U3ChasMotionVectorPassU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35320
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_Setup_mBC63A3C3A9F627B4699EACD8DC583E962B269552_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* ___0_additionalLightsShadowCasterPass, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:592>
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* L_0 = ___0_additionalLightsShadowCasterPass;
__this->___m_AdditionalLightsShadowCasterPass = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdditionalLightsShadowCasterPass), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:593>
return;
}
}
// Method Definition Index: 35277
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeferredLights_set_HasDepthPrepass_mC5A7DA505F2960D7A54B4A7989892792514C8C9E_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:192>
bool L_0 = ___0_value;
__this->___U3CHasDepthPrepassU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 35294
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* DeferredLights_get_GbufferTextureHandles_mB7EE69C751B51951B19CF45ABE17F176FF4443AD_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:211>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_0 = __this->___U3CGbufferTextureHandlesU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 32995
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3* UniversalRenderPipelineDebugDisplaySettings_get_renderingSettings_m97737CDDE93484CC032281F18A59EB5D0CB7DCC6_inline (UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Debug/UniversalRenderPipelineDebugDisplaySettings.cs:20>
DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3* L_0 = __this->___U3CrenderingSettingsU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 32749
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DebugDisplaySettingsRendering_get_sceneOverrideMode_m4D5732DD1FD1413E5802B83A60BF22B06E96BB01_inline (DebugDisplaySettingsRendering_t0112AECF41E04E8EB029F3B2C769BB05A72D50F3* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Debug/DebugDisplaySettingsRendering.cs:116>
int32_t L_0 = __this->___U3CsceneOverrideModeU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33660
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalResourceData_get_activeDepthID_m6D6706D1E13015B8E4E0CDE866067E41738403C6_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:42>
int32_t L_0 = __this->___U3CactiveDepthIDU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35448
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_MsaaSamples_mE86AA6AF92C2B0E809DD62702CF9E5DE827831B9_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CopyDepthPass.cs:22>
int32_t L_0 = ___0_value;
__this->___U3CMsaaSamplesU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 40492
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SupportedRenderingFeatures_get_rendersUIOverlay_m657FFFC5B360F7BCE9964EF50E7449779224AEFC_inline (SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CrendersUIOverlayU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35450
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_CopyToDepth_mF2F24BDBE3DA669FFCDAB890D1DBB387405A963C_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CopyDepthPass.cs:25>
bool L_0 = ___0_value;
__this->___U3CCopyToDepthU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 35487
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_set_enableRenderingLayers_m49AE8809406EB3B2BCFEB150B3B18E9DBB33E9C8_inline (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DepthNormalOnlyPass.cs:18>
bool L_0 = ___0_value;
__this->___U3CenableRenderingLayersU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 35489
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DepthNormalOnlyPass_set_renderingLayersMaskSize_mEA971C054DFFECBD461D43044520F796DA3CCEE8_inline (DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DepthNormalOnlyPass.cs:19>
int32_t L_0 = ___0_value;
__this->___U3CrenderingLayersMaskSizeU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 9282
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____size;
return L_0;
}
}
// Method Definition Index: 9293
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____version;
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->____items;
V_0 = L_1;
int32_t L_2 = __this->____size;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___0_item;
List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
return;
}
}
// Method Definition Index: 1912
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_mC2747000B3E64F62F16E5F1D2E3AE62F0734DBB0_gshared_inline (ReadOnlySpan_1_t40ECE3A478A7988D6572F814C5099ACFDE1FDF95* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____length;
return L_0;
}
}
// Method Definition Index: 9342
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____current;
return L_0;
}
}
// Method Definition Index: 28259
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
il2cpp_rgctx_method_init(method);
uint32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:26>
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 1));
uint32_t L_0 = ((TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 1)))->___value;
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:27>
uint32_t L_1 = V_0;
bool L_2;
L_2 = ContextContainer_Contains_mD38FBF0FAC84169E395802CBF880BD0980490AF3_inline(__this, L_1, NULL);
if (L_2)
{
goto IL_0033;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:29>
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(method->rgctx_data, 2)) };
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
Type_t* L_4;
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_4);
String_t* L_6;
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49AE794C00022ECA141068DEA9531BF6E0D342B7)), L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01A849374C26F36DBF4641EFCBB31ABDCEFF10D2)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_7, L_6, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, method);
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:32>
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* L_8 = __this->___m_Items;
uint32_t L_9 = V_0;
NullCheck(L_8);
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* L_10 = ((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->___storage;
return ((RuntimeObject*)Castclass((RuntimeObject*)L_10, il2cpp_rgctx_data(method->rgctx_data, 3)));
}
}
// Method Definition Index: 1990
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mED105F1DB197E159F07DE41446F0203180C8A441_gshared_inline (Span_1_tBABB2D63897F271C24C07BA851A911176740FE74* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method)
{
{
goto IL_0016;
}
IL_0016:
{
int32_t L_0 = ___1_length;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56(NULL);
}
IL_001f:
{
void* L_1 = ___0_pointer;
OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7* L_2;
L_2 = il2cpp_unsafe_as_ref<OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7>((uint8_t*)L_1);
ByReference_1_t7AFB8E16F9D591CD3B3EE50865A40D621B9028D1 L_3;
memset((&L_3), 0, sizeof(L_3));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_3), L_2);
__this->____pointer = L_3;
int32_t L_4 = ___1_length;
__this->____length = L_4;
return;
}
}
// Method Definition Index: 1990
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC579312D00B4AB1FF0C634D2A740E584622C69FA_gshared_inline (Span_1_tFB3B4A709780F4E899E9E591680F2A8F5C41F206* __this, void* ___0_pointer, int32_t ___1_length, const RuntimeMethod* method)
{
{
goto IL_0016;
}
IL_0016:
{
int32_t L_0 = ___1_length;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56(NULL);
}
IL_001f:
{
void* L_1 = ___0_pointer;
SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026* L_2;
L_2 = il2cpp_unsafe_as_ref<SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026>((uint8_t*)L_1);
ByReference_1_t9B11575042087999A6BC8C21CB3BAC178D57E466 L_3;
memset((&L_3), 0, sizeof(L_3));
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_3), L_2);
__this->____pointer = L_3;
int32_t L_4 = ___1_length;
__this->____length = L_4;
return;
}
}
// Method Definition Index: 9293
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_gshared_inline (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method)
{
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____version;
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_1 = __this->____items;
V_0 = L_1;
int32_t L_2 = __this->____size;
V_1 = L_2;
int32_t L_3 = V_1;
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1));
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_6 = V_0;
int32_t L_7 = V_1;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0)L_8);
return;
}
IL_0034:
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_9 = ___0_item;
List_1_AddWithResize_m9DC0CBC6B2899B36D53FDDEC54B3367D03C0FCC7(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
return;
}
}
// Method Definition Index: 37610
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
{
{
float L_0 = ___0_r;
__this->___r = L_0;
float L_1 = ___1_g;
__this->___g = L_1;
float L_2 = ___2_b;
__this->___b = L_2;
float L_3 = ___3_a;
__this->___a = L_3;
return;
}
}
// Method Definition Index: 37836
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___0_a;
float L_1 = ___1_b;
if ((((float)L_0) > ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}
// Method Definition Index: 31808
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ResourceHandle_IsValid_m20B0218FDCA98DCD069AE3BE86FEFCAEDB985B9A_inline (ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphResources.cs:75>
uint32_t L_0 = __this->___m_Value;
V_0 = ((int32_t)((int32_t)L_0&((int32_t)-65536)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphResources.cs:76>
uint32_t L_1 = V_0;
if (!L_1)
{
goto IL_0023;
}
}
{
uint32_t L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
uint32_t L_3 = ((ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_StaticFields*)il2cpp_codegen_static_fields_for(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var))->___s_CurrentValidBit;
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_0021;
}
}
{
uint32_t L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
uint32_t L_5 = ((ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_StaticFields*)il2cpp_codegen_static_fields_for(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var))->___s_SharedResourceValidBit;
return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
}
IL_0021:
{
return (bool)1;
}
IL_0023:
{
return (bool)0;
}
}
// Method Definition Index: 28263
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ContextContainer_Contains_mD38FBF0FAC84169E395802CBF880BD0980490AF3_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, uint32_t ___0_typeId, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:108>
uint32_t L_0 = ___0_typeId;
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* L_1 = __this->___m_Items;
NullCheck(L_1);
if ((((int64_t)((int64_t)(uint64_t)((uint32_t)L_0))) >= ((int64_t)((int64_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))
{
goto IL_001f;
}
}
{
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* L_2 = __this->___m_Items;
uint32_t L_3 = ___0_typeId;
NullCheck(L_2);
bool L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->___isSet;
return L_4;
}
IL_001f:
{
return (bool)0;
}
}